.principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000033;
	background-image: url(../menu/prinicipal.gif);
	background-repeat: no-repeat;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	vertical-align: middle;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;

}
.secundario {
	background-image: url(../menu/secundario.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	position: relative;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}
