/* --- 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-size:14px;
	font-family:helvetica;
	font-weight:bold;
	color:#7B4800;
	text-decoration: none;
	padding: 4px;
}
.m0l0iover {
	font-size:14px;
	font-family:helvetica;
	font-weight:bold;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
}
.m0l0oover {
	text-decoration : none;
}

/* level 1 inner */
.m0l1iout {
	font-size:12px;
	font-family:helvetica;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding: 4px;
	color:#FFF5E9;
}
.m0l1iover {
	font-size:12px;
	font-family:helvetica;
	font-weight:bold;
	text-decoration :none;
	text-align:center;
	padding:4px;
	color:#000000;
}

/* level 1 outer */
.m0l1oout {
	border-right: 1px solid #A48C61;
	border-left: 1px solid #CCBB9D;
	background: #BFA372;
	text-decoration : none;
}
.m0l1oover {
	border-right: 1px solid #A48C61;
	border-left: 1px solid #CCBB9D;
	background: #BFA372;
	text-decoration : none;
}


/* Estilos para el menu del pie */
/* level 0 inner */
.m1l0iout {
	font-size:12px;
	font-family:verdana; 
	color:#623000;
	text-decoration: none;
	padding: 4px;
}
.m1l0iover {
	font-size:12px;
	font-family:verdana; 
	text-decoration: none;
	padding: 4px;
	color: #000000;
}

/* level 0 outer */
.m1l0oout {
	text-decoration : none;
}
.m1l0oover {
	text-decoration : none;
}

/* level 1 inner */
.m1l1iout {
	font-size:12px;
	font-family:helvetica;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding: 4px;
	color:#FFF5E9;
}
.m1l1iover {
	font-size:12px;
	font-family:helvetica;
	font-weight:bold;
	text-decoration :none;
	text-align:center;
	padding:4px;
	color:#000000;
}

/* level 1 outer */
.m1l1oout {
	border-right: 1px solid #A48C61;
	border-left: 1px solid #CCBB9D;
	background: #BFA372;
	text-decoration : none;
}
.m1l1oover {
	border-right: 1px solid #A48C61;
	border-left: 1px solid #CCBB9D;
	background: #BFA372;
	text-decoration : none;
}
