*{
	margin: 0;
	padding: 0;

}

body{
	
	margin: 20px auto;
	border-radius: 20px;
	border-top-left-radius: 5%; 
	border-top-right-radius: 5%;

}

header img{
	border-radius: 20px 20px 0px 0px;


}

header, .seccion1, footer{
	background: #C2C7C2;
	width: 80%;
	margin: auto;
	border-right-width: 10px;

}
header nav{
       background: #6A6C6A;
       border-radius: 0px 0px 10px 10px;
}      

header nav ul{
	list-style: none;
	overflow: hidden;
}

header nav ul li{
	float: left;
	
}

header nav ul li a{
	padding: 10px 10px;
	display: block;
	color: white;
	text-decoration: none;
	font-family: Century Gothic;
	font-size: 17px;
	transition: 3s;

}

header nav ul li a:hover{
	background: #72E91F;
	color: black;
	transition: 1s;

}

.seccion2 {
	width: 50%;
	float: left auto;
	margin-right: 10px;
	border-radius: 20px;
	border: 10px 20px 30px;
	margin-left: 50px;
	padding: 10px;
   
}


aside {
	width: 33%;
	height: 500px;
	margin: auto;
	background: #116649;
	float: right;
	box-sizing: border-box;
	text-align: justify;
	padding: 10px;
	border-radius: 20px 20px 20px 20px;
}

h5 {
	font-size: 60px;
	color: black;
    text-shadow: 1px 1px #fff;
    text-align: center;
}
h2 {
	font-size: 30px;
	color: #2228E2;
	text-align: center;
	font-family: forte;
}

.seccion2 {
	
}


footer {
	background: #6A6C6A;
	color: white;
	margin
	clear: both;
	height: 60px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
	font-family: Century Gothic;

}

.uno {
	width: 70%;
	float: left;
	background: #3c3030;
}

.hz {
	background: #BCBF6A;
	border-top-left-radius:20px;
	border-top-right-radius: 20px;
	box-sizing: border-box;
	text-align: justify;
	padding: 10px;

}

.hx {
	background: #BCBF6A;
	border-top-left-radius:20px;
	border-top-right-radius: 20px;
	box-sizing: border-box;
	text-align: justify;
	border-radius: 0px 0px 20px 20px;
	padding: 10px;

}

h1 {
    color: #6A6C6A;
    
    text-align: center;
    font-family: Century Gothic;

}
.galeria {
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 20px;
	box-sizing: border-box;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.galeria li {
	margin: 10px;

}

.galeria img {
	width: 150px;
	height: 100px
}

.modal {
	display: none;

}

.modal:target {
	display: block;
	position: fixed;
	background: rgb(0,0,0,0);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal h3 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 15px;

}

.imagen {
	width: 100%;
	height: 50%;

	display: flex;
	justify-content: center;
	align-items: center;
}

.imagen a {
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	margin: 0 10px;
}

.imagen a:nth-child(2) {
	margin: 0;
	height: 100%;
	flex-shrink: 2;
}

.imagen img {
	width: 500px;
	height: 100%;
	max-width: 100%;
	border: 7px solid #fff;
	box-sizing: border-box;

}

.cerrar {
	display: block;
	background: #fff;
	width: 25px;
	height: 25px;
	margin: 15px auto;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	color: #000;
	padding: 5px;
	border-radius: 50%;
	line-height: 25px;

}
.h4 {
	margin: 5%;
	width: 10px
}
