/* --- 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 */
.m0l0iout {
	font: 9px Verdana;
	font-size: 9px;
	text-decoration: none;
	padding: 4px;
	color:#100F42;
}
.m0l0iover {
	font: 9px  Verdana;
	/*text-decoration: underline;*/
	padding: 4px;
	color:#100F42;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*border : 1px solid #316AC5;
	/*#FFCC33;	*/
	background: #FFD557;
	/*#7B869A;*/
	
	
}
.m0l0oover {
	text-decoration : none;
	/*border : 1px solid #316AC5;
	/*#FFCC33;*/
	background: #ffffff; /* #C1D2EE*/
	/*#BEC9DB;*/
	filter: alpha(opacity=95);
	
}

/* level 1 inner */
.m0l1iout {
	font: 9px Verdana;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: bold 10px  Verdana;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #316AC5;
	background: #FFD557;	
	filter: alpha(opacity=95);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #316AC5;
	background: #ffffff; /*#C1D2EE*/
	filter: alpha(opacity=95);
}

/* level 2 inner */
.m0l2iover {

	font: 9px  Verdana;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFCC33;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFCC33;
	background: #E55A5A;
}
.menuweb {
	text-decoration : none;
	/*border : 1px solid #FFD557;*/
	/*border : 1px solid #E7E3E7;*/
	background:  #FFD557; /*modifica el fondo de la pagina web*/
	/*filter: alpha(opacity=90);*/
}
