/* --- 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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #F1DBC2;
	font-weight: bold;
}
.m0l0iover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	margin: 5px 0 0 8px;
	color: #F1DBC2;
	font-weight: bold;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(img/baseboton.jpg);
}
.m0l0oover {
	text-decoration : none;
	background-image: url(img/baseboton_on.jpg);
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F1DBC2;
	font-size: 12px;
	font-weight: bold;
	margin: 1px 0 0 5px;

}
.m0l1iover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F1DBC2;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	margin: 1px 0 0 5px;

}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-image: url(img/baseboton.jpg);
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-image: url(img/baseboton_on.jpg);
	background-repeat: no-repeat;
	padding: 0;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #31160B;
	text-decoration: none;
	font-weight: bold;

}
.titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #31160B;
	text-decoration: none;
}
.texto- {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #31160B;
	text-decoration: none;
}
