<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-breadcrumbs {display:none;}

.extra-small {
    font-size: 0.8em;
    line-height: 15px;
}

.pie {
    font-size: 0.7em;
    line-height:0.7em;
}


.portada-busqueda {
    background-color:  #ecf0f1;
    padding: 35px 25px 10px 25px;
}

.form-control {
  width: auto;
}

.caja-de-busqueda {
    padding-top: 20px;
}


/*  AQUÃ EMPIEZAN LOS ESTILOS
    de ISMAEL
*/ 


/*   OCULTAR TÃTULO DE PÃGINA 
     EN MÃ“VILES
*/
.ull-site-title {
    display: none;
}

/*  BOTONES DE SERVICIOS 
    en la pÃ¡gina de inicio (y en algunas pÃ¡ginas de servicios)
*/

.titulo-botones-portada {
    color: #808080;
    padding-left: 5px;
    margin-bottom: 0px;
    border-bottom: 1px solid #808080;
}
.servicios-inicio {
    margin: 0px;
    height: 100%;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    background-color: #fff;
    color: #3D3D3D;
    border-color: #3D3D3D;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    text-align:left;
    overflow-wrap: break-word;
    transition: background-color 0.4s ease;
}

.servicios-inicio:hover {
    background-color:#e6e6e6;
    border-color: #fff;
}

.servicios-inicio img {
    height: 50px;
}

.servicios-inicio h6 {
    text-transform: uppercase;
    border-top: 1px solid #3D3D3D;
    font-size: .75em;
    padding-top: 7px;
}






/*  BOTONES DE PORTALES 
    de perfiles de usuario en la pÃ¡gina de inicio
*/ 

.espacios-inicio {
    background-color: #ecf0f1;
    color: #808080;
    border-radius: 5px;
    padding: 25px 25px 70px 25px;
    text-align:left;
    transition: all 0.4s ease;
}

.espacios-inicio h6 {
    text-transform: uppercase;
    border-top: 1px solid #808080;
    padding-top: 7px;
    transition: all 0.4s ease;
}

.espacios-inicio:hover {
    background-color: #5c068c;
    color: rgb(244, 244, 244);
}

.espacios-inicio h6:hover {
    border-top: 1px solid #fff;
}




/*  BOTONES DE COLOR CORPORATIVO 
*/ 

.btn-ull {
    background-color: #5c068c;
    color: #fff;
    border-color: #5c068c;
}






/*  BOTONES DE SERVICIOS 
    en los portales de perfiles de usuario 
*/ 

.servicios-portales {
    /*border-left: 1px solid #3D3D3D;*/
    margin: 45px 0;
    /*padding-left: 20px;*/
    transition: all .5s ease;
}

.servicios-portales:hover {
    background: #F8F8F8;
    border-left: 1px solid #F8F8F8;
    text-decoration: none;
}

.servicios-portales h6 {
    text-transform: uppercase;
    border-top: 1px solid #3D3D3D;
    padding-top: 5px;
}

.servicios-portales-texto {
    margin-top: 10px;
    margin-left: 20px;
}

.servicios-portales &gt; img {
    height: 50px;
}

/*  PORTAL EXPOSICIONES
*/

.expos-inicio {
    margin: 0px;
    height: 100%;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    background-color: #fff;
    color: #3D3D3D;
    border-color: #3D3D3D;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    text-align:left;
    overflow-wrap: break-word;
    transition: background-color 0.4s ease;
}

.expos-inicio:hover {
    background-color:#e6e6e6;
    border-color: #fff;
}

.expos-inicio img {
    height: 200px;
}

.expos-inicio h6 {
    text-transform: uppercase;
    border-top: 1px solid #3D3D3D;
    padding-top: 7px;
}


/*  CIERRES DE LA BIBLIOTECA
    (y suspensiÃ³n temporal de servicios)
*/

.cierre {
    visibility: hidden;
}

/*  
*/

/* botones legados
*/

.vc_btn3.vc_btn3-style-outline-custom, .vc_btn3.vc_btn3-style-outline, .vc_btn3.vc_btn3-style-outline-custom:hover, .vc_btn3.vc_btn3-style-outline:hover, .vc_btn3.vc_btn3-style-outline-custom:focus, .vc_btn3.vc_btn3-style-outline:focus {
    border-width: 1px;
}

.container-breadcrumbs {
    margin-bottom:0px;
}

.legado-dos {
    font-size:14px;
    line-height: 16px;
}

.submenu-legados ul {
    padding-left:0;
}

.submenu-legados li {
    font-size:10px;
    text-decoration:underline;
    padding-bottom:1em;
}</pre></body></html>