header{
	font-family: 'Nothing You Could Do', cursive;
	text-align: center;
	color: #E9E9E9;
	font-weight: 700;

	height: 100px;
	margin: 0px auto;
	padding-top: 2%;
	background: linear-gradient(135deg, rgba(36,35,45,0) 0%,rgba(36,35,45,0.8) 15%,rgba(36,35,45,1) 19%,rgba(36,35,45,1) 20%,rgba(49,49,65,1) 50%,rgba(36,35,45,1) 80%,rgba(36,35,45,1) 81%,rgba(36,35,45,0.8) 85%,rgba(36,35,45,0) 100%);
}

h1{
	font-weight: 900;
	font-size: xx-large;

}

nav{
	height: auto; /*Junto a overflow: hidden; aplicará a nuestro elemento nav el mismo alto que el más alto de sus elementos hijos */ 
            margin: 0 auto; /* Centro el contenedor */
            overflow: hidden;
            text-align: left;
            width: 100%;
}

a {
	
	color: white;
	text-decoration: none;
	font-size: x-large;
	display: block;
	padding: 3px;
	float: left;

	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

#contenedor{

	margin-right: 0%;
	margin-left: 0%;
}

#resumen{
	max-width: 450px;
	max-height: 300px;
}

#galeria3{
	max-width: 500px;
	height: auto;
}