.channel-fila {
    background-color:#aaa;
    overflow: hidden;
}

.channel-logo {
    cursor: pointer;
    background: #222;
}

.channel-logo img {

}

.channel-logo .channel-titulo {
    color: #fafafa;
    
    font-weight: bold;
    font-family: sans-serif;

    
}
.channel-logo span {

}
.channel-logo div {

}
.channel-programa {

    color: #fafafa;
    background: #222;
    border:1px solid #87CEFA !important;
    border-right: 0px !important;
}
.channel-programa img{

}
.channel-programa .programa-titulo{
    font-weight: bold;
    font-family: sans-serif;
    font-size: 13px;

}

.channel-programa .programa-titulo p{
    display: block;
    text-overflow: ellipsis-word;    
}
.item-program, .item-channel {
     border: 4px #fff solid !important;
}
.siguientes_eventos{
    color: white;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 18px;
}

#grid-channel-container div { text-align: center;}
    #grid-channel-container .titulo {
        display: block;
        color:#fff;
         margin:auto;
        margin-bottom:5px;
        text-align: center;
    }
     #grid-channel-container img{
               max-width: 100%;
                margin:auto;
                border-radius: 8px;
    }
@media (max-width: 767px){
    .channel-programa .programa-titulo{
        font-size: 10px;
    }
    .nombre_senial, .senial-titulo span{
        font-size: 11px !important;
    }
}