body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	background-color: #f7dc56;
}
#contenedor {
	background-color: #6b5332;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F5D573;
	border-right-color: #F5D573;
	border-bottom-color: #F5D573;
	border-left-color: #F5D573;
}
#cabecera {
	background-color: #f5d573;
	padding: 5px;
	text-align: left;
}
a {
	text-decoration: none;
}
a:link {
	color: #9d790b;
}
a:visited {
	color: #f5d573;
}
a:hover {
	color: #009349;
	text-decoration: underline;
}
a:active {
	color: #f5d573;
}


#pie {
	text-align: center;
	clear: both;
	background-color: #F5D573;
	color: #6B5332;
	padding: 5px;
	font-size: 10px;
}

#navegador {
	background-color: #d8b121;
	text-align: center;
	padding: 5px;
	color: #F5D573;
}
#cuerpo {
	margin-top: 5px;
	margin-bottom: 5px;
}
#principal {
	text-align: justify;
	padding: 5px;
	margin-bottom: 10px;
	color: #f7dc56;
	border: 1px solid #D8B121;
	line-height: 130%;
}
#lateral {
	width: 240px;
	float: right;
	color: #f7dc56;
	border: 1px solid #D8B121;
}
#navinferior {
	background-color: #d8b121;
	text-align: center;
	color: #F5D573;
	clear: both;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#lateral {
	text-align: justify;
	padding: 5px;
	float: right;
	width: 220px;
}
#inferior {
	float: right;
	width: 220px;
	border: 1px none #D8B121;
	padding-top: 20px;
	padding-bottom: 20px;
}
#principal2 {
	text-align: justify;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
	color: #f7dc56;
	border: 1px solid #D8B121;
	line-height: 130%;
	width: 460px;
}
#lateral2 {
	width: 420px;
	float: right;
	color: #f7dc56;
	border: 1px solid #D8B121;
	padding: 5px;
}
#principal3 {
	text-align: justify;
	padding: 5px;
	margin-bottom: 10px;
	color: #f7dc56;
	border: 1px solid #D8B121;
	line-height: 130%;
	float: left;
}
