/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
/*estilos nivel principal: fondo y texto*/
.m0l0iout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
	color: #01584B;
	
	
}
/*estilos nivel principal: fondo y texto on mouse over*/
.m0l0iover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color: #C2F6EE;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #666666;
	background: #C2F6EE;
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #666666;
	background:  #349B8C;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #FFFFFF;
}
.m0l1iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 2px;
	color: #349B8C;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #349B8C;
	
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #01584B;
}

/* level 2 inner */
.m0l2iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 2px;
	color: #FFFFFF;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #349B8C;
	background: #ED7F2E;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #349B8C;
	background: #E45A04;
}
