.mnuTitulo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	height: 20px;
	padding-left: 5px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
.mnuTitulo a {
	color: #FFCC00;
	text-decoration: none;
}
.mnuTitulo a:hover {
	color: #FFFFFF;
}
.mnuEnlace {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F89828;
}
.mnuEnlace a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.mnuEnlace a:hover {
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}

