.programa-fila .programacion-logo, .programacion-programa { }
.programacion-fila {
    background-color:#222;
}

.programacion-logo {
    cursor: pointer;
    background: #f8f9fa;
    border: 1px solid #f8f9fa;
    text-align: center;
    border-right: 5px solid #C9082F;
    background-color: #C9082F !important;
}

.programacion-logo img {
    
}

.programacion-logo .senial-titulo {
    color: black;
    font-weight: bold;
    font-family: "Poppins";
}
.programacion-logo span {
}
.programacion-logo div {
}
.programacion-programa {

}

.programacion-programa img{
}

.programacion-programa .programa-titulo p{
    text-overflow: ellipsis-word;
}


.programacion-programa, .programa-titulo{
    
    font-family: "Poppins";
    font-size: 13px;
    color: #000000;
    background-color: #ffbf00;
    
}

.programa-titulo:hover {
    color: #000000 !important;
    font-weight: 700;
    background-color: #E5CF19 !important;
}


.programacion-programa:hover {
    padding: 0;
    margin: 0;
    height: 100%;
    border: 1px solid #E5CF19;
    border-top: 0px;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    color: #000000 !important;
    font-weight: 700;
    background-color: #E5CF19 !important;    
}

div.container-fluid {
    color: #000000 !important;
}


.channel-row:after {
    border-top: solid 10px #C9082F !important;
}

.channel-row {
    background-color: #C9082F !important;
}


.nombre-senial {
    color: white !important;
	font-weight: 600;
}