body {
	font: 7.5pt Verdana, Helvetica, sans-serif;
	margin: 10 0 10 0px;
	text-align: center;
	background-color: #ffffff;
	color: white;
}
#contenedor{
	text-align: left;
	margin: auto;
	width: 770px;
	background-color: #ffffc4;	
} 
#cabecera{
	background-color: #202020;
	color: #333300;
	font-size:12pt;
	font-weight: bold;
	padding: 3 3 3 10px;
}
#cuerpo{
	margin: 10 0 160 0px;
	background-color: #ffffc4;
}
#lateral{
	width: 160px;
	background-color: #3a0072;
	float:left;
}
#lateral ul{
	margin : 0 0 0 0px;
	padding: 0 0 0 0px; 
	list-style: none; 
	text-align:center;
}
#lateral li{
	background-color: #ffffcc;
	margin: 2 2 2 2px;
	padding: 2 2 2 2px;
	font-weight: bold;
}
#lateral a{
	color: white;
	text-decoration: none;
}
#principal{
	background-color: #ffffdc;
	padding: 4 4 4 4px;
	margin-left: 170px;
}
#pie{
	clear: both;
	background-color: #cccccc;
	padding: 3 10 3 10px;
	text-align:right;
}
#titulo {
	color: #FF6347;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}
#texto {
	color: navy;
	font-size:9pt;
	font-weight: normal;
}
#textodato {
	font: Arial;
	color: blue;
	font-size:9pt;
	font-weight: normal;
}
#pie {
	color: blue;
	font-size:7pt;
	font-weight: normal;
}
#textoerror{
	color: red;
	font-size:9pt;
	font-weight: normal;
}