#menu{
margin:auto;
padding:0;
clear:both;
width:800px;
height:30px;
background:#fff;
}
.boton,
.aqui{
	border-left: 1px solid #dcdbdb;
	border-top: 1px solid #dcdbdb;
	border-right: 1px solid #dcdbdb;
	margin: 0 -1px 0 0;
	height:30px;
	float:left;
	display:block;
	width:99px;

}

.boton a{
padding: 7px 0px;
text-decoration:none;
display:block;
color:#666;
background:#fff;

}
.boton a:hover{color:#fff;background:#1894CD;}

.aqui a{
padding: 7px 0px;
text-decoration:none;
display:block;
color:#fff;
background:#1894CD;
}

#menu_bottom{
margin:auto;
clear:both;
width:100%;
height:1px;
background-color:#fff;
border-top:1px solid #dcdbdb;
overflow:hidden;
}
