/*
MENU DE NAVEGACIÓN
*/
.boton_on{
float:left;
margin-top:37px;
margin-left:5px;
margin-right:5px;
width:93px;
height:30px;
}
.boton_off{
float:left;
margin-top:37px;
margin-left:5px;
margin-right:5px;
cursor:pointer;
width:93px;
height:30px;
}
.boton_1_off, .boton_2_off, .boton_3_off{
}
.boton_1_off{
}
.boton_2_off{
}
.boton_3_off{
}
.boton_1_on, .boton_2_on, .boton_3_on{	
}
.boton_1_on{
}
.boton_2_on{
}
.boton_3_on{
}
.sup_on{
background:url(../img/sup_on.jpg);
width:93px;
height:6px;
overflow:hidden;
}
.boton_2_on{
width:93px;
height:30px;
background:#0057a5;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}
.sup_off{
background:url(../img/sup_off.jpg);
width:93px;
height:6px;
overflow:hidden;
}
.boton_2_off{
width:93px;
height:26px;
background:#a7a8ac;
text-align:center;
margin-top:10px;
}
.boton_2_off a{
font-size:13px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
}
