/* --- menu styles Pag Coordinacion---
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: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: oblique;
	text-decoration: underline;		
	text-align: center;
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
/*	background: #5AA7E5; Azul claro*/
	background: #336633;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
/*	background: #4682B4; ZAxul fuerte */
	background: #339966;
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
	color: #FFFFFF;
}
.m0l1iover {
	text-decoration : none;
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	/*background: #0099CC;/*Azul fuerte*/
	background: #336633;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #F9E186;/* Rojo*/
}

/* level 2 inner */
.m0l2iover {	
	text-decoration : none;
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
	color: #FFFFFF;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	/*background: #5AA7E5; /*Azul claro*/
	background: #339966;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #F9E186;/*Rojo*/
}
.titulos {	
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 4px;
	color: #003300;
}
.indicador {	
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	text-align: right;
	color: #336633;
}
.textos {	
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #003300;
}
.pagina {
	background-image: url(../image/fondo.jpg);
	background-attachment: scroll;
	background-repeat:   no-repeat;
	background-position: center top;
	background-color: #336633;
	SCROLLBAR-FACE-COLOR:#336633;
    SCROLLBAR-HIGHLIGHT-COLOR:#OOOOOO;
	SCROLLBAR-SHADOW-COLOR:#336633;
	SCROLLBAR-3DLIGHT-COLOR:#336633;
    SCROLLBAR-ARROW-COLOR:#FFFF00;
	SCROLLBAR-TRACK-COLOR:#339966;
	SCROLLBAR-DARKSHADOW-COLOR:#336633;
}
