:root {
    --texto-size: 0.75rem; /* Font size*/
    --texto-weight-negrita: 600;
    --texto: #333333; /* Negro */
    --texto_enlace: #0066CC; /*Azul: Pantone 2925*/
    --texto_enlace_hover: #ff9900; /* Naranja */
    --fondo_afuera: #f2f2f2; /* Gris */
    --fondo-claro: #eeeeee; /* Gris claro */
    --boton_fondo: #78BE20; /* Verde: Pantone 368 C */
    --boton_hover: #ff9900; /* Naranja */
    --boton_texto: #f8f8f8; /* Blanco */
    --boton_fondo_inactivo: #999; /* Verde: Pantone 368 C */
    --titulo: #009cde; /*Azul: Pantone 2925*/
    --titulo_texto: black; /* Negro */
    --titulo_enlace: #f8f8f8; /* Blanco */
    --titulo_enlace_hover: #ff9900; /* Naranja */
    --menu_area_fondo: #666666;
}

