@charset "utf-8";
/* CSS Document */

#contenedor_menu{
width: 870px;
height: 70px;
margin: 0;
background: url(../imagenes/fnd_menu.jpg) no-repeat top;
padding: 0;
}

#botonera{
float:right;
height: 70px;
position:relative;
left:-50%;
text-align:left;
}

#botonera ul{
list-style:none;
position:relative;
left:50%;
margin: 0;
padding: 0;
}

#botonera li{float:left;position:relative;}/* ie needs position:relative here*/

#botonera a{
text-decoration:none;
width: 110px;
height: 30px;
margin:10px 5px;
float:left;
color:#000;
text-align:center;
white-space:nowrap;
background: url(../imagenes/bt_normal.png) no-repeat center;
overflow:visible;
font-family: OrbitronMedium, Helvetica, sans-serif;
font-size:14px;

}

#botonera a:hover{ 
color:#000;
background: url(../imagenes/bt_sobre.png) no-repeat center; }

#botonera a:active{ 
color:#FFF;
background: url(../imagenes/bt_sobre.png) no-repeat center; }


