<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ine-div-titulo {
    color: #be5d0c;
    border: solid 1px #fff;
    background-color: #fff;    
}

#ine-div-info-total {
    background-color: #F5F2F0;  
    border-left-color: #d8c6a6;    
}

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

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

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

#pie-pagina {    
    background-color: #ECDDD3;    
    border-top: solid 3px #ddc0a9;
}

.tit-filtro {
    background-color: gray!important;
}

.btn-success {    
    background-color: #DA6531;
    border-color: #DA6531;
}

/* Barra de navegación*/

.navbar-iter {
  background-color: #C75E2F;
  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: #d8c6a6;  
}

.opcNuevaConsulta {
    background-color: #974a28;    
}

/* Tabla de Consulta */
table.tblConsulta thead th {    
    color: #88563E !important;
}


.btn-success:hover {
        color: #ffffff;
        background-color: #d1803b;
        border-color: #11866f;
    }

.btn-success:active, .btn-success.active {
        color: #ffffff;
        background-color: #d1803b !important;
        border-color: #11866f;
    }

.btn-success:focus, .btn-success.focus {
        color: #ffffff;
        background-color: #d1803b;
        border-color: #0a4b3e;
    }

.pie_Consulta {
    background-color: #ECDDD3 !important;
}

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