.nivel1 {
	font-size: 16px;
	background-color: #789EC5;
	margin-left: 0px;
	color: #000000;
	text-transform: uppercase;
}
.nivel2 {
	font-size: 12px;
	background-color: #A3BBD6;
	margin-left: 5px;
}
.nivel3 {
	font-size: 11px;
	background-color: #D5DFEC;
	margin-left: 5px;
}
.nivel1, .nivel2, .nivel3 {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.nivel1 a, .nivel2 a, .nivel3 a {
	text-decoration: none;
	display: block;
	background-image: url(../img/iconos/right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin: 0px;
	color: #000000;
}
.nivel1 a:hover, .nivel2 a:hover, .nivel3 a:hover {
	text-decoration: underline;
	background-image: url(../img/iconos/rightArrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
.xAcabar a, .xAcabar a:hover {
	text-decoration: none;
	display: block;
	background-image: url(../img/iconos/cross.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin: 0px;
	color: #000000;
	font-style:italic;
}
.espacio_sup {
	margin-top: 30px;
}
