/*
MENU DE NAVEGACIÓN
*/
.boton{
}
.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{
}

/***********************************************************************************************************/
/*                                               botonera lateral                                          */
/***********************************************************************************************************/

.menu_lat {
margin-top:25px;
}

.botonera_lat {}

.menu_lat_sup {
background-image:url(../img/f_menu_lat_sup.jpg);
background-repeat:no-repeat;
width:156px;
height:7px;
font-size:0px;
clear:both;
}
.menu_lat_mid {
background-image:url(../img/f_menu_lat_mid.jpg);
background-repeat:repeat-y;
width:156px;
clear:both;
}
.menu_lat_inf {
background-image:url(../img/f_menu_lat_inf.jpg);
background-repeat:no-repeat;
width:156px;
height:7px;
font-size:0px;
clear:both;
}

.botonera_lat .boton_off, .botonera_lat .boton_on, .botonera_lat .boton_off_hover {
clear:both;
width:150px;
margin-left:2px;
}

.botonera_lat .boton_off .b1, .botonera_lat .boton_off .b2, .botonera_lat .boton_off .b3 {
clear:both;
}
.botonera_lat .boton_off_hover .b1, .botonera_lat .boton_off_hover .b2, .botonera_lat .boton_off_hover .b3 {
clear:both;
}
.botonera_lat .boton_on .b1, .botonera_lat .boton_on .b2, .botonera_lat .boton_on .b3 {
clear:both;
}
/*.botonera_lat .b3 {
height:1px;
font-size:0px;
background-color:#333333;
}*/
.botonera_lat .boton_off .b2 a {
color:#000099;
display:block;
width:145px;
padding:3px 0px 3px 5px;
text-decoration:none;

}
.botonera_lat .boton_off .b2 a:hover {
color:#000066;
display:block;
width:145px;
padding:3px 0px 3px 5px;
text-decoration:underline;

}
.botonera_lat .boton_off_hover .b2 a {
color:#000099;
display:block;
width:145px;
padding:3px 0px 3px 5px;
text-decoration:none;

}
.botonera_lat .boton_off_hover .b2 a:hover {
color:#000066;
display:block;
width:145px;
padding:3px 0px 3px 5px;
text-decoration: underline;

}
.botonera_lat .boton_on .b2 a {
color:#ffffff;
display:block;
width:145px;
padding:3px 0px 3px 5px;
text-decoration:none;
background-color:#000099;

}
.botonera_lat .boton_on .b2 a:hover {
color:#999999;
display:block;
width:145px;
padding:3px 0px 3px 5px;
text-decoration: underline;

}
