.contenedorHorariosDestacados
{
    background-image: url(/Portals/_default/Skins/Incredible/css/tvc/bg-horarios-destacados.jpg);
    background-repeat: no-repeat;
    width: 230px;
    height: 252px;
    margin-bottom: 15px;
    overflow: hidden;
}
.contenedorHorariosDestacados > div
{
    display: inline-block;
    height: 252px;
}
.tituloHorariosDestacados
{
    display: none
}
.separadorHorariosDestacados
{
    margin-bottom: 23px;
    display: none
}
.menuTabs
{
    width: 43px;
    vertical-align: top;
    background-color: #3D4142;
}
.menuTabs ul li
{
    list-style: none;
    margin: 0;
    padding: 0
}
.divContenidosTabs,.contenidoTab
{
    width: 184px;
}
.contenidoTab .viewport  
{
    width: 167px; 
    height: 252px; 
    overflow: hidden; 
    position: relative; 
}
.contenidoTab .overview  
{
    list-style: none; 
    position: absolute; 
    left: 0; 
    top: 0; 
    padding: 0; 
    margin: 0; 
}
.contenidoTab .overview > div
{
    padding-top: 12px;
    padding-left: 10px;
}
.contenidoTab .scrollbar 
{
    position: relative; 
    background-position: 0 0; 
    float: right; 
    width: 11px; 
    background-color: #093c71;/*#e26d1f;*/
    z-index: 100
}
.contenidoTab .track  
{
    height: 100%; 
    width:7px; 
    position: relative; 
    padding: 0 1px; 
    background-color: #093c71;/*#e26d1f;*/
}
.contenidoTab .thumb  
{
    background: transparent url(/Portals/_default/Skins/Incredible/css/tvc/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; 
    height: 20px; 
    width: 20px; 
    cursor: pointer; 
    overflow: hidden; 
    position: absolute; 
    top: 0; 
    left: -5px;
}
.contenidoTab .thumb .end  
{
    background: transparent url(/Portals/_default/Skins/Incredible/css/tvc/bg-scrollbar-thumb-y.png) no-repeat 50% 0; 
    overflow: hidden; 
    height: 5px; 
    width: 20px; 
}
.contenidoTab .disable  
{
    display: none; 
}
.noSelect  
{
    user-select: none;
    -o-user-select: none; 
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
}
.contenidoTab .hora
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px
}
.contenidoTab p
{
    margin:0;
    padding:0;
    line-height: 16px;
}
.contenidoTab .desc
{
    color: #fff;
    font-size: 14px;
}
.contenidoTab h2
{
    color: #4291e1;
    font-size: 14px;
    font-weight: bold;
    margin:0;
    padding:0;
    margin-bottom: 3px
}
.ultimoContenidoTabs
{
    margin-bottom: 10px
}