.mnuTitulo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	background-color: #FA8888;
	height: 22px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF99CC;
	border-right-color: #FF99CC;
	border-bottom-color: #FF99CC;
	border-left-color: #FF99CC;
}
.mnuTitulo a {
	color: #990000;
	text-decoration: none;
}
.mnuTitulo a:hover {
	color: #FF0000;
}
.mnuEnlace {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFCCCC;
	padding-left: 10px;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.mnuEnlace a {
	font-weight: normal;
	color: #224F9C;
	text-decoration: none;
}
.mnuEnlace a:hover {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}

