.programa-fila .programacion-logo, .programacion-programa { }
.programacion-fila {
    background-color:#222;
}

.programacion-logo {
    cursor: pointer;
    background: #333;
    border: 1px solid #333;
    text-align: center;    
    background-color: #ffd600;
}

.programacion-logo img {
    
}

.programacion-logo .senial-titulo {
    color: #1D235C;
    font-weight: bold;
    font-family: sans-serif;
}
.programacion-logo span {
}
.programacion-logo div {
}
.programacion-programa {
    background: #222;
}
.programacion-programa img{
}
.programacion-programa .programa-titulo{
    
    font-family: sans-serif;
    font-size: 13px;
}
.programacion-programa .programa-titulo p{
    text-overflow: ellipsis-word;
}
.navbar-inverse .container-fluid {
    background-color: #1D235C;    
    background: #1D235C; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#1D235C, #101010); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1D235C, #101010); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1D235C, #101010); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1D235C, #101010); /* Standard syntax */
}