.contenido-programa-especifico{
	background: #0c0c0c;
}

.programa-especifico{
	text-align: center;
}

#titulo_programa_especifico{
	color: white;
}

.video-programa iframe{
	width: 100%;
	height: 600px;
}

.mas-videos-programa h3{
	text-align: center;
	color: white;
}

.contenido-mas-videos{
	margin-top: 2%;
}

.contenido-mas-videos img{
	width: 100%;
	height: 100px;
}

.contenido-mas-videos p{
	text-align: center;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	color: white;
}
.contenido-mas-videos button{
	margin-bottom: 2%;
	background: #c6ab4c;
	color: black;
	border:none;
	font-family: BreeSerif;
	font: bold;
}

.contenido-mas-videos button:hover{
	background: black;
	color: white;
}

.descripcion-video-programa{
	color: white;
}


@media screen and (max-width:768px){
	.video-programa iframe{
		width: 100%;
		height: 600px;
	}

	.contenido-mas-videos img{
		margin-left: 10%;
		width: 50%;
		height: 100px;
		background-position: center;
	}

	.contenido-mas-videos button{
		margin-top: 5%;
		margin-bottom: 2%;
		margin-left: 30%;
		background: #c6ab4c;
		color: black;
		border:none;
		font-family: BreeSerif;
		font: bold;
	}
}

@media screen and (max-width:425px){
	
}
@media screen and (max-width:375px){
	.video-programa iframe{
		width: 100%;
		height: 200px;
	}

	.contenido-mas-videos img{
		margin-left: 10%;
		width: 80%;
		height: 100px;
		background-position: center;
	}

	.contenido-mas-videos button{
		margin-top: 5%;
		margin-bottom: 2%;
		margin-left: 30%;
		background: #c6ab4c;
		color: black;
		border:none;
		font-family: BreeSerif;
		font: bold;
	}
}