/* CSS Document */

.botonera {
margin-left:1px;
height:30px;
}
.botonera a {
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#1baeba;
display:block;
padding:5px 15px 10px 15px;
}
.botonera a:hover {
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#f58220;
display:block;
padding:5px 15px 10px 15px;
}
.boton_off, .boton_on, .boton_off_hover  {
float:left;
}
.botonera .b1 {
float:left;
position:relative;
background-image:url(../img/img_separador.jpg);
background-repeat:no-repeat;
width:3px;
height:30px;
}
.botonera .b2 {
float:left;
position:relative;
}
.botonera .b3 {
float:left;
position:relative;
width:3px;
}
.botonera .boton_on .b2{
background-image:url(../img/f_on.jpg);
background-repeat:repeat-x;
}
