.tituloPrograma{
	background-color: #000000;
    font-weight: bold;
    padding: 2px 10px;
    margin: 5px 0;
    font-size: 18px;
    color: #FFF;
}
.masProgramas{
	background-color: #dcdddf;
	font-weight: bold;
	padding: 2px 10px;
	margin: 5px 0;
}
.tituloVideoUltimo{
	font-weight: bold;
	font-size: 18px;
}
.textoPrograma{
	border: 1px solid #333;
    padding: 7px;
    font-size: 12px;
    background-color: #ece9e9;
}
.equipoPrograma{
	border: 1px solid #333;
    padding: 7px;
}
.cadenaPrograma{
	font-weight: bold;
}
.tituloEquipo{
	font-weight: bold;
    margin-top: 15px;
}
#mas_programas{
	min-height: 148px;
}
#mas_programas .jcider-nav{
	top: 25%;
}
#mas_programas .jcider-nav span{
	color: rgba(33,33,33,0.4);
	font-size: 50px;
}
#fecha_video{
	font-size: 12px;
}
#mas_programas .titulo {
	font-size: 12px;
}

#mas_programas .jcider-pagination{
	display: none;
}
#mas_programas .jcider-nav span{
	color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.61);
    height: 37px;
    border-radius: 20px;
}
.fondoPrograma{ height:33px; background-size: cover; }
@media(min-width: 400px){.fondoPrograma{height:45px;}}
@media(min-width: 768px){.fondoPrograma{height:88px;}}
@media(min-width: 1024px){.fondoPrograma{height:128px;}}