/* CSS Document */
.boton_off {
float:left;
margin:0px;
height:35px:;
}
.boton_on {
float:left;
height:35px;
margin:0px;
color:#FFFFFF;
}
.b2 {
float:left;
height:35px;
padding: 7px 14px 0px 14px;
font-size:12px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#993333;
}
.boton_off a{
color:#993333;
text-decoration:none;
font-size:12px;
}
.boton_off a:hover{
font-size:12px;
color:#9999ff;
text-decoration:none;
}
.boton_on a{
color:#ffffff;
text-decoration:none;
}
.boton_on a:hover{
color:#9999ff;
text-decoration:none;
}
.boton_off .b2{}
.boton_on .b2{
background-image: url(../img/boton_on.jpg);
background-repeat:repeat-x;
float:left;

}
.b3{
float:left;}
.separador{
float:left;
height:35px;
width:2px;
/*background-image:url(../img/separador.jpg);
background-repeat:repeat-x;*/
}



