body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #626364;
	text-align:center;
	background-color:#e2e2e3;
}
a { text-decoration:underline; color:#626364;}
a:hover { text-decoration:underline; }

#divPagina {
	position:relative;
	width:582px;
	height:496px;
	background-color:#ffffff;
	margin:auto;
}

#divHeader {
	position:absolute;
	top:0px;
	left:0px;
	width:582px;
	height:86px;
}
#divLateral {
	position:absolute;
	top:86px;
	left:0px;
	width:182px;
	height:400px;
	text-align:left;
	margin-left:40px;
	margin-top:30px;
}

#divContenido {
	position:absolute;
	top:86px;
	left:182px;
	width:400px;
	height:400px;
	text-align:left;
	margin-top:30px;
}

#divPie{
	position:absolute;
	left:0px;
	top:400px;
	width:582px;
	height:10px;
}

.color { color:#958b37; }
.subrayado { text-decoration:underline; }
