#menuacorh {
  padding:0; 
  margin:0 auto 1em auto; 			/* 1em = margen capa principal */
  list-style-type:none; 
  overflow:hidden; 
  width:565px; 						/* ancho capa engloba menú */
  height:150px; 					/* alto capa engloba menú */
  border:1px solid #888; 
  background: #000;					/* #fff url(menu/logo.jpg); */
  }
#menuacorh li {
  float:left;
  }
#menuacorh li a {
  display:block; 
  height:150px;
  width:30px; 						/* ancho de lo visible. Aquí irá título de cada menú */
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#menuacorh li a img {
  width:284px;  					 /* más pequeño + encoje la img en su reducción */
  height:150px; 
  border:0;
  }
#menuacorh li a:hover {
  background:#000000; 
  width:284px;
  }
#menuacorh li a:hover img {
  width:284px;
  }
