.navbar {
    background-color: #F7B719 !important;
}
.navbar li{
    background-color: #F7B719!important;
}
.breadcrumb a {
    color: #A0522D;
    font-weight: bold; /* Aplica el estilo de negrita */
    text-decoration: none; /* Quita el subrayado */
}
a {
    color: #002B7A; /* Color de los enlaces: azul UNAM*/
    text-decoration: none; /* Quita el subrayado */
}
a:hover {
    color: #FFC300;  /* Cambiar color al hacer hover Amarillo Caterpillar */
}