﻿.stepcarouselContenedor
{
    position: relative; /*leave this value alone*/
    border: 0px solid red;
    overflow: hidden; /*leave this value alone*/
    width: 600px; /*Width of Carousel Viewer itself*/
    height: 155px; /*Height should enough to fit largest content's height*/
    float:left;
    margin:0px 0px 0px 52px;
}

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

.stepcarousel .panel{
    width:197px !important;/*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    height:180px;
    overflow:visible;/*clip content that go outside dimensions of holding panel DIV*/
    margin:0px 40px 0px 40px;
    float:left;/*leave this value alone*/
    border:0px solid #ccc;
    padding:0px;
}

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

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

/*.ProgramasListadoVideoHome LI
{    
    width:188px !important;
    height:136px;
    overflow:hidden;
    margin:9px;
    margin-top:0px;
    margin-left:0px;
    float:left;
    border:solid 0px aqua;
}

.ProgramasListadoVideoHomeActivo,
.ProgramasListadoVideoHome LI A
{    
    width:185px !important;    
    display:block;    
    border:solid 0px red;
    float:left;
    text-decoration:none;
}

.ProgramasListadoVideoHomeActivo DIV
{    
    background-color: #F1203E;
}

.ProgramasListadoVideoHomeActivo .tituloNoticiaPlay IMG
{    
    display:none;
}

.ProgramasListadoVideoHomeActivo:hover DIV,
.ProgramasListadoVideoHome LI A:hover DIV
{    
}

.ProgramasListadoVideoHomeActivo IMG,
.ProgramasListadoVideoHome LI IMG
{
    display:block;
    vertical-align:middle;
     width:185px;
    height:136px;
}*/
