body {
	/**	background-image:  url("/formatos/images/background.jpg");
	background-repeat: repeat-y;
	background-position: center; **/
	background-color: #F5EEAE;
	height: 100%;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
a:link, a:visited, a:hover {
	color: Maroon;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background-color: Silver;
}

h1 {
	font: large Arial, Helvetica, sans-serif;
	color: #F5EEAE;
}
h3 {
	font: small Arial, Helvetica, sans-serif;
	color: #743C44;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #6E380F;
}
li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #6E380F;
	list-style: square;
}
.lados {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #6E380F;
}

#Encabezado {
	background-color: #FFFFCC;
	margin-left: 50pc;
	margin-right: 50pc;
}
