﻿*{
    box-sizing:border-box;
}
#divContenido {
    width:100%; 
    max-width:1920px;
    margin:auto;
    min-height:710px;   
    height:100%;   
}
#divIzq
{
   width:70%;   
   border-radius:3px;
   height:700px;
   float:left;
   padding:2%;
}
#divTitulo
{
    width:90%; 
    height:40px;  
    text-align:center;
    background-color:#f5f4f0;  
    margin:auto;
    border-radius:3px;
    padding:0.9%;
}
.lbltitulo
{
    color:#000000;
    font-family:'Poppins';
    font-size:18px;   
    font-weight:600;  
    margin-right:1%;      
}
.lbltituloResult
{
    color:#454545;
    font-family:'Poppins';
    font-size:18px;   
    font-weight:600;     
}
#divGrid
{
    width:90%; 
    height:640px;  
    text-align:center;
    background-color:#FFFFFF;  
    margin:auto;
    border-radius:3px;
    padding:0.9%;
    margin-top:1%;
    overflow-y:auto;    
    scrollbar-face-color: #454545;    
}
.lblgrid
{
    font-size:12px;
    font-weight:600;
    font-family:Poppins;
}
.lblBorde
{
    border-bottom:4px solid black;    
}
/*-------------------------------------------------*/
#divDrcha
{
   width:30%;  
   border-radius:3px;
   height:700px;
   float:right;
   padding:2%;
}
#divBuscador
{
    width:100%;
    height:40px;
    border-radius:3px;
    background-color:#f5f4f0; 
    padding:1%;   
}
#divCajaBuscador
{
    width:90%; 
    height:100%;  
    margin:auto;  
    padding-top:1.5%;    
}
#divCaja
{
    width:90%;     
    float:left; 
}
.txtBuscador
{
    width:97%;  
    height:25px;  
    border:2px solid #CECECE;  
    border-radius:3px;  
}
.imgBuscar
{
    width:26px;
    cursor:pointer;     
}
#divImg
{
    width:10%;  
    float:right;  
}
.divMenu
{
    width:100%;
    height:94.8%;
    margin:auto;
    margin-top:5%;
    border-radius:3px;      
}
.divMenu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;  
    font-family:Poppins;
    font-size: 14px;
    font-weight:600;
    text-align:center;
    border-radius:3px; 
    border:1px solid #E6E6E6;   
}
.divMenu ul li {
    background-color: #f5f4f0;    
}
.divMenu ul li a {
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 10px 10px 10px 20px;
}
.divMenu ul li a:hover {
    background: #454545;
    /*border-left: 10px solid #333;*/
    color: #fff;    
}
/****************BUSQUEDA AVANZADA*************************/
.divMostrarAvanzadas {
   width:97%;
   margin:auto;
   background-color:#FFFFFF;  
   padding-left:1%;
   padding-right:1%;
   margin-top:2%;   
}
    .divMostrarAvanzadas span {
       font-family:Poppins;
       font-size:0.7em;
       font-weight:bold;
       color:#454545;
       cursor:pointer;
    } 

.divSeleccBusqueda {
   width:97%;
   height:60px;
   margin:auto;
   background-color:#FFFFFF; 
   border:2px solid #454545;
   border-radius:4px;   
}  
.tablechecks {
    width:100%;
    height:100%;
}
.check {
    font-family:Poppins;
    font-weight:bold;
    font-size:0.7em;
    font-style:italic;
    color:#454545;
    cursor:pointer;

}
.divInfo {   
    width:97%;
    margin:auto;
    margin-top:0.5%;
    text-align:center;
}
.lblInfo {
    font-family:Poppins;
    color:#ff0000;
    font-size:0.7em;
    font-weight:bold;    
}
/*********************GRID************************/
.divGridPlenos {
    width:100%;
    height:92%;
    margin-top:1%;
    border:2px solid #707173;
    overflow-y:auto;
    scrollbar-face-color: #454545;  
    padding:1%;
}
.lblgrid {
    font-size:0.8em;
    color:#454545;
    font-weight:bold;
    font-family:Poppins;
}
.lblgrid2 {
    font-size:0.8em;
    color:#000;
    font-weight:bold;
    font-family:Poppins;
}
.iconVer {      
    color:#454545;
}
.divGridIndices {
    width:100%;
    height:92%;
    margin-top:1%;
    border:2px solid #707173;
    overflow-y:auto;
    scrollbar-face-color: #454545;  
    padding:1%;
}