@charset "utf-8";
#cuerpo {
	width:100%;
	background-color: #6ea5a8;
	height:auto;
	overflow:hidden;
	place-items:center;
	display:grid;
}
#centrado {
  	position: relative;
  	width: 80%;
  	height: auto;
}
#Foto {
	height: auto;
	width: 42%;
	float:right;
	margin: 1.5em 2em 1em 2em;
	position: relative;
}
.parrafo{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFF;
	text-align: justify;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	position: relative;
}
#lista {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFF;
	text-align: justify;
	padding: 1em 1.5em 0 4em;
	position: relative;
}
#cuerpo a{
	font-size: 1.2em;
	color:#507d80;
	text-decoration: none;
}
#cuerpo a:hover{
	font-size: 1.2em;
	color:#FFF;
	text-decoration: underline;
}
@media screen and (max-width:800px) {
.parrafo{
	clear:left;
}
#centrado {
  	width: 100%;
}
#Foto {
	height: auto;
	width: 80%;
	float:none;
	margin: 1em auto 0 auto;
}
}