.ggb_contenidoInterno{
	background:url(../img/background_video.png) no-repeat;
	background-size:100%;
}

#contenedor_imagenes{
	position:absolute;
	width:97%;
	height:83%;
	background:rgb(3, 21, 47);
	top:14%;
}




#yt_player{
	width:63.2%;
	height:67%;
	margin-top:%;
	margin-left:-2%;
	position:absolute;
}

#yt_player iframe{
	width:100%;
	height:100%;
}

#descripcion{
	position:absolute;
	background: rgb(3, 21, 47);
	width:47%;
	height:10%;
	left:25%;
	top:35%;
	font-size:1.9em;
	text-align:center;
	border-radius:12px;
	color:white;
}

#descripcion p{
	margin:0;
	padding:0;
}