html { 
background-color: #C4C4C4;
}
body{
 background-color: #C4C4C4;
}

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

/* 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;
    }
}
@media only screen and (max-width: 767px) {
    .open .dropdown-menu #liGrilla div, .open .dropdown-menu #liDestacados div {
        color: #333 !important;
    }
}
/********* MODIFICACION CHANNEL ********/

span, a, th, div, button
{
    font-family: "Roboto";
}
#carousel-programacion-channel{
    margin-top:10px;
}


.horario{
    background-color:#C4C4C4;    
}
.horario p{
    font-size: 13px;
    color: #333 !important;
}
#carouseles-programacion-canal{
    float:left;
    width:85%;
    margin-right: 0px
}
#aContinuacion{
    display:inline;
    float:left;    
    padding-left:4%;   
    border-top: 4px solid #5F79F8;
    margin-top: 5px;
}
#aContinuacion p{
    color: #333;
}
/**** 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{
    text-decoration: none !important;
    cursor: pointer;
    color: #C4C4C4; /* Ver que color va segun el finder*/
    border-radius: 8px;
}

.iconLink:hover .evento_titulo .PrgDetBusqueda p{
    color: #C4C4C4 !important; /* Ver que color va segun el finder*/
}
.iconLink:hover .evento_titulo .PrgDetBusqueda{
    background-color:#5F79F8 !important; /* Ver que color va segun el finder*/
}

#getnext_list{
    color: #222
}

#liGrilla>div, #liDestacados>div 
{
    color: #FFF !important;   
}

.item:hover a p, .item:hover .fechaHora {
    color: #fff !important;
}

a.evento_titulo:hover
{
    //background-image: -webkit-linear-gradient(180deg,#eb4e30,#Fe9015)!important;
    color: #FFF !important;
    background-color:#5F79F8 !important;
    text-decoration: none !important;
}
a.evento_titulo
{
    color: #fff !important;
    background-color: #CCC !important;
}


/*p.evento_titulo.titulo.titulo-carousel.dotdotdot, span.evento_titulo.fechaHora,
span.evento_titulo.genero.fechaHora,span.evento_titulo.fechaHora
{
    color: #333 !important;
}*/


.picker__list-item,
.picker__day,
.picker__button--today, 
.picker__button--close,
.picker__month
{
    color: #333 !important;
}
.picker__year,
.picker__weekday
{
    color: #333;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused,
.picker__day--selected
{
    background: #5F79F8 !important;
    color: #FFFFFF !important;
}

.picker__list-item--selected
{
    background: #5F79F8!important;
    color: #FFFFFF !important;
}

.colLogos span, #colAhora span, .colProximo span, .colMasTarde span, #menuCanales
{
 font-weight: lighter !important;
}

.menu-logo img{
    padding-top: 5%;
    width: 140px;
    height: 45px;
    padding-right: 5px;
    padding-bottom: 2px;
}

.PrgDetBusqueda
{
    background-color: #CCC !important;
}

.evento_titulo {
    color: #333 !important;
}

.iconLink:hover .evento_titulo .PrgDetBusqueda p
{
    color: #fff !important;
    text-decoration: none;
}