body {
  font-family : verdana, helvetica, sans-serif;
  background: beige url(images/insumos/backGs.png) center;
  margin: 0;
}


#header {
  background: url(images/insumos/mrclsTitle.png) no-repeat center;
  height: 94px;
}

#menusHead ul {
  list-style-type: none;
  margin-left:auto; 
  margin-right:auto;
  overflow: hidden;
  background:  url(images/insumos/backGMenu.png) center;
  position:inherit;
   height: 50px;
   width: 750px;
}

#menusHead  li {
  display: inline; 

}

#menusHead  li a {
  display: inherit;
  color: white;
  text-align: center;
  padding: 0;
  text-decoration: none;
}

 #menusHead li a:hover {
  background-color: #3f3f74; 
  position: inherit;
} 


 .galleryGnrl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.galleryItem{
    display: block;
    margin-left:auto; 
    margin-right:auto;
    }
  


footer{
  text-align: center;
  width:inherit;
  color:grey;
  font-size: 12px;

}

footer img {
 float: inherit;
}