/**** Paleta de Colores : Escuela de Negocios ****/

:root {
    --vcolorfondo: white;
    --vcolorprincipal: #ebc65b;
    --vcolorsecundario: #00ce57;

    --v1degradado: #cae3e4;
    --v2degradado: #bdd8d9;
    --v3degradado: #afcccd;
    --v4degradado: #9fbebf;
    --v5degradado: #8fafb0;
    --v6degradado: #7fa1a2;
    --v7degradado: #719495;
    --v8degradado: #658a8b;
    --v9degradado: #f6e232;
}



.fondobackinterna {
    background-image: url('http://test-www.udlap.mx/imagenesoferta/images/bannersinternas/EDEI_PlanEstudios.webp');
    background-color: var(--vcolorsecundario);
    color: white;
}
  