﻿*{
    box-sizing:border-box;
}
video
{
    width:100%;
    height:100%;    
}
iframe
{
    width:100%;
    height:100%;    
}
#divContenido {
    width:100%; 
    max-width:1920px;
    margin:auto;
    min-height:720px;   
    height:90%;      
    float:left;   
}
#divIzq
{
   width:70%;   
   border-radius:3px;
   height:710px;
   float:left;
   padding:2%;   
}
#divTituloVideoEmision
{
   width:100%;  
   height:40px;     
   background-color:#f5f4f0;   
   border-radius:3px;
   text-align:center;    
}
#divTituloPleno
{
    width:70%;
    height:100%;    
    float:left; 
    padding:1.2%;   
}
.lbltitulo
{
    color:#000000;
    font-family:'Poppins';
    font-size:15px;   
    font-weight:600;  
    margin-right:1%;      
}
.lbltituloEmision
{
    color:red;
    font-family:'Poppins';
    font-size:15px;   
    font-weight:600;
    
}
#divTexto
{
    width:20%;
    height:100%;      
    padding:1%;
    padding-top:1.2%;
    float:left;
    text-align:right;       
}
#divVerVisor
{
    width:8%;
    height:100%;  
    float:left;
    padding:0.6%;   
    text-align:left;    
}
.divVideo
{   
    margin:auto;
    margin-top:2%; 
    width:80%;
    height:60%;   
    background-color:#FFFFFF;       
}
#divConteDocumentacion
{
   width:100%;  
   height:200px;   
   border-radius:3px;
   text-align:center;    
   margin-top:2%;
   border:1px solid black;
}
#divTituloDocu
{
   width:100%;  
   height:40px;     
   background-color:#FFFFFF;   
   border-radius:3px;
   text-align:center;   
   padding:1%;
}
.divCarrusel
{
    width:100%;
    height:140px;  
    margin-top:2%;
}
.divCarrusel a
{
    text-decoration:none;
    color:#000;
    cursor:pointer;
}
.lblVideoCarousel
{
    font-size:11px; 
    font-family:Poppins; 
    text-align:center;   
    font-weight:600;
    text-decoration:none;
}
.lblVideoCarouselFechaHora
{
    font-size:11px; 
    font-family:Poppins; 
    text-align:center;  
    text-decoration:none;
}
/*-------------------------------------------------*/
#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: 13px;
    font-weight:600;
    text-align:center;
    border-radius:3px; 
    border:1px solid #E6E6E6;   
}
.divMenu ul li {
    background-color: #f5f4f0;    
}
.divMenu ul li a {
    color: #960c0c;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 10px 10px 10px 20px;
}
.divMenu ul li a:hover {
    background: #ad0707;
    /*border-left: 10px solid #333;*/
    color: #fff;    
}
.lblVerVisor
{
    font-family:'Poppins';
    font-size:11px;
    color:#000; 
    font-weight:600;   
    text-decoration:none;
    cursor:pointer;
}
/****************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:1em;
       font-weight:bold;
       color:#960c0c;
       cursor:pointer;

    } 

.divSeleccBusqueda {
   width:97%;
   height:60px;
   margin:auto;
   background-color:#FFFFFF; 
   border:2px solid #960c0c;
   border-radius:4px;  
 
}  
.tablechecks {
    width:100%;
    height:100%;

}
.check {
    font-family:'Poppins';
    font-weight:bold;
    font-size:0.7em;
   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;  
 
}
