body { 
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: center;
	background-color: rgb(238, 238, 255);
}

html { 
	margin-top: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
}

h1{
	margin: 0pt;
	padding-top: 50pt;
}

h2{
	margin: 10pt;
}

form{
	margin: 10pt;
}

a:link { 
	color: blue;
	text-decoration: none;
}

a:visited { 
	color: blue;
	font-size: 125%;
	text-decoration: none;
}

a:hover { 
	color: red;
	text-decoration: none;
}
a:active { 
	color: red;
}

.top { 
	border-style: none groove groove;
	padding: 0pt;
	width: 800px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0pt;
	background-color: rgb(170, 170, 204);
}

.contenido { 
	border-style: groove;
	margin: 5px auto;
	width: 800px;
	min-height: 500px;
	text-align: left;
	background-color: rgb(170, 170, 204);
}

.pie { 
	border-style: groove groove none;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0pt;
	text-align: center;
	background-color: rgb(170, 170, 204);
}
