ul#nav {
display: block;
float: left;
font-family: arial;
font-size: 0;
background: url('../images/menu-centro.png') center center no-repeat;
width: 690px;
height: 46px;
padding-left: 0px;
text-align: center;
margin-top: 25px;
}

ul#nav li:hover>* {
    display:block;
}
ul#nav li:hover {
    position:relative;
  
}

ul#nav ul li a {
color: #797979!important;
font-family: arial;
font-size: 13px;
width: 250px;
height: 5px;
margin-left: -43px;
margin-bottom: 14px;
text-align: center;
}
ul#nav .col {
    float:left;
  
}
ul#nav li {
    display:block;
    float:left;
    font-size:0;
    
    /*white-space:nowrap;
   */
}
ul#nav a {
border-style: none;
border-width: 0;
color: #fff;
cursor: pointer;
display: block;
}

ul#nav li:hover>a {
    border-style:none;
    color:#AA0802!important;
    font-size:14px;
    text-decoration:none;
   
}


ul#nav > li >a {
 background-color: transparent;
line-height: 45px;
/* font-family: 'avantgarde_bk_btbook'; */
font-size: 14px;
/* margin-top: -16px; */
/* margin-left: 7px; */
width: 86px;
}


/*ponerr*/
ul#nav li.active a {
border-style: none;
color: #fff!important;
font-size: 14px;
text-decoration: none;
background-color: #AA0802;
height: 46px;
border-radius: 1px;
}