@font-face {
    font-family: "OpenSansRegular";
    src: url(/css/finder/lineup/3131/font/OpenSans-Regular.ttf) format("truetype");
}

html { 
background-color: #222;
}
body{
 background-color: #ebebeb;//#222;
 font-family: OpenSansRegular !important;
}


/* MEDIA QUERIES  */
@media only screen and (min-width: 1601px) {  
 
    body{
        font-size:18px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1367px) {  
   body{
        font-size:17px;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1281px)  {  
    body{
        font-size:15px;
    }
    .relacionado .nombreSenial{
           font-size:11px !important;
           font-weight: bold !important;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 961px) {  
   body{
        font-size:14px;
    }
    .relacionado .nombreSenial{
           font-size:11px !important;
           font-weight: bold !important;
    }
}
@media only screen and (max-width: 960px) {  
    body{
        font-size:13px;
    }
}
/********* MODIFICACION CHANNEL ********/

#carousel-programacion-channel{
    margin-top:10px;
}


.horario{
    background-color:#F80;    
}
.horario p{
    font-size: 13px;
    color: #fff !important;
}
#carouseles-programacion-canal{
    float:left;
    width:85%;
    margin-right: 0px
}
#aContinuacion{
    display:inline;
    float:left;    
    padding-left:4%;   
    border-top: 4px solid #28aae1;
    margin-top: 5px;
}
#aContinuacion p{
    color:#080808;
}
/**** FIN MODIFICACION CHANNEL ****/
.lazyload{
    color:transparent !important;
    background:transparent url(/css/finder/lineup/2680/img/loadingImg.svg) center no-repeat !important;
    background-size: 20% !important;
    display:block !important;
}
.item:hover div p, .item:hover a p{
    text-decoration: none !important;
    cursor: pointer;
    color: #29aae1 !important; /* Ver que color va segun el finder*/
    border-radius: 8px;
}
.iconLink:hover .evento_titulo .PrgDetBusqueda p{
    color: #222 !important; /* Ver que color va segun el finder*/
}