@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}
.fondo1{
	background-image: url(../imagenes/fondo-verde.png);
	
	background-size: cover;
	}
	
.fondo3{
	background-image: url(../imagenes/fondo-azul.png);
	
	background-size: cover;
	}
	
	.fondo2{
	background-image: url(../imagenes/fondo-papel.png);

	background-size: cover;
	}
	
.cabecera {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.cabecera img {
	width: 40%;
	height: 40%;
}
.central {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 2%;
}
#video {
	width: 50%;
	border-radius: 15px;
	background-color: #000;
	-webkit-box-shadow: -1px 2px 15px 7px rgba(0,0,0,0.92); 
box-shadow: -1px 2px 15px 7px rgba(0,0,0,0.92);
}

@media screen and (max-width: 50em) { 
	#video {
	width: 80%;
	
}

.cabecera img {
	width: 60%;
	height: 60%;
}
	}
