@charset "utf-8";
html {
	min-height: 100%;
  	position: relative;
}
body {
    margin: 0;
    margin-bottom: 120px;
	background-color: #6ea5a8;
}
#cuerpo {
	width:100%;
	background-color: #6ea5a8;
	height:auto;
}
#cuerpo h1 {
	color: #FFF;
	text-align: center;
	padding-top: 1em;
}
#cuerpo h3, #cuerpo h4 {
	color: #FFF;
	margin-left: 6em;
}
#cuerpo p {
	color: #FFF;
	text-align: justify;
	margin: 0em 6em;
	font-size: 1.2em;	
}
#cuerpo span {
	font-weight: bold;
	text-decoration: underline;
}
#cuerpo ul {
	margin: 0em 8em;
}
#cuerpo ul li {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFF;
	margin-bottom: 0.5em;
}
#cuerpo a{
	color:#FFF;
	text-decoration: none;
}
#cuerpo a:hover{
	color:#507d80;
	font-weight:bold;
	text-decoration: underline;
}
#pie {
	position:absolute;
	bottom: 0;
}
@media screen and (max-width:800px) {
body {
    margin-bottom: 0;
}
#cuerpo h3, #cuerpo h4 {
	margin-left: 2em;
}
#cuerpo ul {
	margin: 0em 3em;
}
#cuerpo p {
	margin: 0em 2em;	
}
#pie {
	position:relative;
	bottom: 0;
}
}