body{
	
	margin:0;
	font-family: monospace;
}

h1{
	color:#fff;
	text-align: center;
}
.galeria{
	text-decoration: none;
	list-style: none;
}
/*
.galeria {
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap;
	justify-content: space-around;
}

..galeria li{
	margin: 5px;
}

.galeria img{
	width: 150px;
	height: 100px;
}
*/

.modal{
	display: none;
}

.modal:target{
	border: 2px solid orange;
	display: block;
	position:fixed;
	margin-left: 40%;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 50%;
	height: 99%;

}
.modal h3 {
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin: 5px 0;
}

.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:target{
	
}
.imagen img{
	width: 500px !important;
	height: 580px !important;
	max-width: 100%;
	border: 7px solid #fff;
	box-sizing: border-box;

}

.cerrar{
	
	background: #fff;
	width: 10px;
	height: 10px;
	margin-left: 20%;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #000;
	padding: 2px 6px 2px 6px;
	border-radius: 100%;
	line-height: 25px;

}