﻿.stepcarouselContenedor
{
    position: relative; /*leave this value alone*/
    border: 0px solid red;
    overflow: hidden; /*leave this value alone*/
    width: 940px; /*Width of Carousel Viewer itself*/
    height: 150px; /*Height should enough to fit largest content's height*/
    background-image:url(../../../../imgs/comunes/FondoVideos.png);
    background-repeat:no-repeat;
    background-position:center center;    
    float:left;
}

.stepcarousel{
    position: relative; /*leave this value alone*/
    border: 0px solid black;
    overflow: hidden; /*leave this value alone*/
    width: 839px; /*Width of Carousel Viewer itself*/
    height: 145px; /*Height should enough to fit largest content's height*/
    margin-left:45px;
}

.stepcarousel .panelCarruselProgramas{
    width:108px !important;
    height:88px !important;
    line-height:88px !important;   
        
    overflow:hidden;
    margin-left:11px;
    margin-right:11px;    
    margin-top:32px;    
    float:left;
    border:solid 0px aqua;
}

.CarruselProgramasUL,
.CarruselProgramasUL LI
{
    display:block;
    margin:0px;
    padding:0px;    
}

.CarruselProgramasUL
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.VideoHomeContenedor
{
    display:block;        
    border:solid 0px green;        
    float:left;    
    width:940px;
    height:407px;       
    background-image:url(../../../../imgs/comunes/FondoVideoFlash.png);
    background-position:14px 27px;
    background-repeat:no-repeat;        
    margin-top:-68px;
    margin-bottom:10px;
}

.VideoHome
{
    display:block;
    border:solid 0px green;
    background-color:#000000;
    width:419px;
    height:300px;
    margin-left:26px;
    /*margin-right:25px;*/
    margin-top:16px;
    background-image:url(../../../../imgs/comunes/loading.gif);
    background-position:center center;
    background-repeat:no-repeat;        
}

.TituloProgramasDelDia
{
    float:left;
    margin-left:30px;
}

.ProgramasDelDia_Icono
{    
    width:98px !important;
    height:78px !important;
    line-height:78px !important;    
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
    display:inline-block;    
    border:solid 5px #CCCCCC;
    background-color:#B2B2B2;
    float:left;     
}

.ProgramasDelDia_Icono:hover
{    
    border:solid 5px #B2B2B2;
}

.ProgramasListadoLateral LI IMG
{
    display:inline-block;
    float:none;
}

.ContendorImagenPrograma
{
    display:table-cell; 
    vertical-align:middle; 
    border:solid 0px red;
    line-height:78px;
    height:78px;
    width:98px;
}