@charset "utf-8";

#contenedor_menu
{
   background-color: #7a6b67;
   width: 999px;
   height: 27px;
}

.boton
{
   width: 110px;
   height: 19px;
   float: left;
   margin-top: 4px;
   text-align: center;
}

a.menu_principal
{
   display: block;
   width: 110px;
   height: 19px;
   color: #FFF;
   font-family: "Arial";
   font-size: 13px;
   font-weight: 700;
   text-decoration: none;
}

a.menu_principal:hover
{
   background-color: #c8c8c8;
   color: #333;
   font-weight: bold;
}

.separador_menu
{
   width: 1px;
   height: 27px;
   background-image: url(../images/sep_menu.png);
   float: left;
}

