body {
	padding: 4px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.Central, .Secciones {
	border: 2px solid #FFCC00;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
 .Secciones a:link, .Secciones a:active, .Secciones a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:link, a:active, a:visited {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover, .Secciones a:hover {
	text-decoration: underline;
}
.Secciones th {
	background-color: #FFCC00;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.Central th {
	background-color: #FFCC00;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	text-align: right;
}
.Central td,.Secciones td {
	padding: 3px;
}
.Warning {
	color: red;
}