/*
MENU DE NAVEGACIÓN
*/
.boton_on{
float:left;
height:26px;
padding-left:20px;
padding-right:20px;
background:url(../img/oncen.jpg) repeat-x;
}
.boton_off{
float:left;
padding-left:20px;
padding-right:20px;
height:26px;
}
.boton_1_off, .boton_2_off, .boton_3_off{
}
.boton_esp{
width:1px;
height:26px;
float:left;
}
.boton_1_off{
background:url(../img/linBotonIzq.jpg) no-repeat;
width:1px;
height:26px;
float:left;
}
.boton_2_off{
margin-top:4px;
}
.boton_3_off{
background:url(../img/linBotonDer.jpg) no-repeat;
width:1px;
height:26px;
float:left;
}
.boton_1_on, .boton_2_on, .boton_3_on{	
}
.boton_1_on{
background:url(../img/onizq.jpg) no-repeat;
width:6px;
height:26px;
float:left;
}
.boton_2_on{
color:#000000;
float:left;
font-weight:bold;
margin-top:4px;
}
.boton_3_on{
background:url(../img/onder.jpg) no-repeat;
width:6px;
height:26px;
float:left;
}
.aboton {
text-decoration:none;
font-weight:bold;
}

.aboton:hover{
	color:#cccccc;
}
