body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 1em 5%;
	background-color: #FFF;
	color: #000;
}

h1 {
	text-align: center;
	font-size : 1.5em;
}

h2 {
	font-size : 1.3em;
}

h3 {
	font-size : 1.2em;
}

.datos {
	background-color : #EEEEEE;
	color : #CC0000;
	font-weight: bold;
}

.nivel1, .nivel2, .nivel3 { 
	padding: 0px 1em 0.5em 1em;
	margin-bottom: 4px;
	border: 2px outset #999;
}

.nivel1 {
	background-color: #FEE;
	color: #000;
}

.nivel2 {
	background-color: #FFE;
	color: #000;
}

.nivel3 {
	background-color: #EFE;
	color: #000;
}

.centro { text-align: center; }
.derecha { text-align: right; }

img { border: none; }

ul li { font-weight: bold; }