/* MENU DE OPCIONES */
div.menu {
	width:184px;
	height:210px;
	float:left;
	display:inline;
	text-align:left;
	margin:8px 0 0 0;
}

div.menuInner {
 	width:160px;
}

div.menu ol, div.menu ul, div.menu li {
	width:184px;
	height:30px;
	list-style:none;
	list-style-type:none;
	font-size:5px;
	line-height:0px;
	margin:0;
	padding:0;
	text-indent:-9999px; /* OCULTA el TEXTO */
	/*background-color:#00F;*/
}

div.menuInner ol, div.menuInner ul, div.menuInner li {
  width:160px;
}

div.menu li a {
	/* position:relative;*/ /* PARA CUANDO ESTÁ EN UN DIV CON ALPHA */
	display:block;
	width:184px;
	height:30px;
	margin:0;
	padding:0;
	text-decoration:none;
	background:url(../img/1px.png) no-repeat top left;
}

div.menuInner li a {
  width:160px;
}

div.menu li a.opcionA { background:url(../img/b_ppal_01_la_asociacion.png) no-repeat; }
div.menu li a.opcionB { background:url(../img/b_ppal_01_la_bases_de_la_convocatoria.png) no-repeat; }
div.menuInner li a.opcionB { background:url(../img/b_ppal_01_la_bases.png) no-repeat; }
div.menu li a.opcionC { background:url(../img/b_ppal_03_premios.png) no-repeat; }
div.menu li a.opcionD { background:url(../img/b_ppal_04_galeria_de_fotos.png) no-repeat; }
div.menu li a.opcionE { background:url(../img/b_ppal_05_agenda.png) no-repeat; }
div.menu li a.opcionF { background:url(../img/b_ppal_06_contacto.png) no-repeat; }
div.menu li a.opcionG { background:url(../img/b_ppal_07_pregones.png) no-repeat; }

div.menu li a.opcionA:hover { background:url(../img/b_ppal_01_la_asociacion_o.png) no-repeat; }
div.menu li a.opcionB:hover { background:url(../img/b_ppal_01_la_bases_de_la_convocatoria_o.png) no-repeat; }
div.menuInner li a.opcionB:hover { background:url(../img/b_ppal_01_la_bases_o.png) no-repeat; }
div.menu li a.opcionC:hover { background:url(../img/b_ppal_03_premios_o.png) no-repeat; }
div.menu li a.opcionD:hover { background:url(../img/b_ppal_04_galeria_de_fotos_o.png) no-repeat; }
div.menu li a.opcionE:hover { background:url(../img/b_ppal_05_agenda_o.png) no-repeat; }
div.menu li a.opcionF:hover { background:url(../img/b_ppal_06_contacto_o.png) no-repeat; }
div.menu li a.opcionG:hover { background:url(../img/b_ppal_07_pregones_o.png) no-repeat; }

/* ILUMINA LA SECCION EN LA QUE ESTAMOS */
body.opcionA div.menu a.opcionA { background:url(../img/b_ppal_01_la_asociacion_o.png) no-repeat; }              
body.opcionB div.menu a.opcionB { background:url(../img/b_ppal_01_la_bases_de_la_convocatoria_o.png) no-repeat; }
body.opcionB div.menuInner a.opcionB { background:url(../img/b_ppal_01_la_bases_o.png) no-repeat; }
body.opcionC div.menu a.opcionC { background:url(../img/b_ppal_03_premios_o.png) no-repeat; }                    
body.opcionD div.menu a.opcionD { background:url(../img/b_ppal_04_galeria_de_fotos_o.png) no-repeat; }           
body.opcionE div.menu a.opcionE { background:url(../img/b_ppal_05_agenda_o.png) no-repeat; }                     
body.opcionF div.menu a.opcionF { background:url(../img/b_ppal_06_contacto_o.png) no-repeat; }                   
body.opcionG div.menu a.opcionG { background:url(../img/b_ppal_07_pregones_o.png) no-repeat; }                   

/* FLECHA ARRIBA */

div#f_arriba {
	width:36px;
	height:36px;
	float:right;
	display:inline;
	text-indent:-9999px;
}

div#f_arriba a.farriba {
	width:100%;
	height:100%;
	float:left;
	display:block;
	background:url(../img/f_arriba.png) no-repeat top left;
}

div#f_arriba a.farriba:hover { background:url(../img/f_arriba_o.png); }
/*div#f_arriba a.farriba span { /*text-indent:-9999px;*/ }*/
