#listaRecuadros li
{
    background-image: url(/Portals/_default/Skins/Incredible/css/tvc/bg-senales2.png);
    background-repeat: no-repeat;
    float: left;
    list-style: none;
    margin-bottom: 10px;
    cursor: pointer;
    width: 130px;
    height: 145px;
    margin-right: 10px;
}
#listaRecuadros li:nth-child(5n+0)
{
    margin-right: 0px
}
.recuadrosHome
{
    margin-top: -19px
}
.contenedorThumbRecuadros
{
    width: 108px;
    height: 120px;
    position: absolute;
    z-index: 25;
}
.contenedorThumbRecuadros > *
{
    position: absolute;
    padding-left: 18px;
    padding-top: 38px
}
.contentDetalleCanal
{
    width: 940px;
}
.contentDetalleCanal p
{
    text-align: right;
    margin-left: 10px;
    color: #000;
    font-size: 14px;
    line-height: 22px
}
.contentDetalleCanal .target
{
    width: 520px;
    margin-right: 17px;
    float: left;
}
.contentDetalleCanal > img
{
    float: left
}