/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/
/* all states all levels */
.minner {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #333333;
}
/* all level, all states, outer */
.moout {
	border: 1px solid;
	border-color: #999999 #f7f3f7;
	background: #ffffff;
	text-decoration: none;
}
.moover {
	border: 1px solid;
	border-color: #999999 #f7f3f7;
	background: #FFC584;
	text-decoration: none;
}
.modown {
	border: 1px solid;
	border-color: #999999 #f7f3f7;
	background: #1e77d3;
	text-decoration: none;
}.TituloSeccion {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: lighter;
	color: #3366CC;
	letter-spacing: 0px;
	line-height: 30px;
}
