
.menu_manillas ul{
margin:0;
top: 50px;
list-style:none;
padding:0;
display: flex;
justify-content: center;
width:100%;
height: 30px;



display:flex;
flex-wrap:wrap;
}

.menu_manillas li{
text-align: center;
flex-grow: 1;
background-color:white;



}

.menu_manillas li:hover{
background: #123;
}


.menu_manillas li a:hover{
color:white;

}

.menu_manillas ul{
heigth:15px;

}

.menu_manillas li a{
display: block;
padding:15px 20 px;
color:#123;
text-decoration: none;
}
