@charset "utf-8";

body{
	font-family: 'Arsenal', sans-serif;
	margin-left: 5em;
	margin-right: 8em;
	
	
}

h2{
	float: left;;
	width: 100%;
}
#indice{
/*display: flex;*/
width: 20%;
}

#contenidogeneral{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: space-around;
justify-content: space-between;
align-content: space-between;
align-items: baseline;
align-content: stretch;
width: 80%;

}

.incluirimagen{


}

.incluirimagen1 {


width: 45%;
}
.incluirimagen2{

width:45%;

}

.incluirvideo{
width: 100%;
margin-top: 3em;

}

header{
margin-top: 4em;
margin-bottom: 4em;
background-image: url("img/imagv3.png");

width: 100%;
text-align: center;
}

aside{
/*display: flex;*/
float: left;
width: 100%;
}

footer{

	margin-top: 6em;
	float: left;
	width: 100;
	text-align: center;
	background-color: #F5F5F5;

}

.imgg{
	
	display: block;
	text-align: center;
	border: none;
}

/*Responsive imagen*/
img{
	width: 100%;
	max-width: 200px;
}

/*Responsive video*/
/* Delimitamos el año máximo del vídeo*/

/*el contenedor con paddig-top crea el tamaño del video*/
.contenedor{
	height: 0px;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

/*el iframe se adapta al tamaño del contenedor*/
.contenedor iframe{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}