<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pie-pagina {    
    background-color: #BAC4C5;    
    border-top: solid 3px #89B3B7;        
}

.ine-div-titulo {
    color: #006666;
    border: solid 1px #fff;
    background-color: #cfe2dc;
}

#ine-div-info-total {
    background-color: #e6e6e6;     
    border-left-color: #89B3B7;
}

.info-filtro {
    background-color: #e6e6e6 !important; 
}

.ine-div-opciones, .ine-div-opciones-ents {    
    border: solid 1px #89B3B7;    
    border-bottom: 0;
}

.ine-div-text {
    background-color: #2D7C99;    
    border: solid 1px #e6e6e6;
    border-bottom: dotted 1px #0094ff;
    color: #C4C4C6;    
}

.tit-filtro {
    background-color: #358d8d !important;
}
    
/* Barra de navegación*/

.navbar-iter {
  background-color: #006666;
  border-color: gray;
}

.navbar-iter .navbar-nav &gt; li &gt; a:hover, .navbar-iter .navbar-nav &gt; li &gt; a:focus {
  color: white;
  background-color: #2D7C99;  
}

.opcNuevaConsulta {
    background-color: #1f4d4d;    
}

/* Tabla de Consulta */
table.tblConsulta thead th {
    color: #8A8989;
}

</pre></body></html>