#menuh {
  border-style: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size-adjust: none;
  font-stretch: normal;
  height: 33px;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 30px;
  width: 100%;
  font-size: 17px;
}
#menuh ul, li {
  list-style-type: none;
}
#menuh ul {
  margin: 0;
  padding: 0;
}
#menuh a {
  border: 1px solid #333333;
  background: #ffcc33 none repeat scroll 0% 50%;
  text-decoration: none;
  text-align: center;
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  display: block;
}
#menuh a#primero {
  font-family: Arial,Helvetica,sans-serif;
}
#menuh a:hover {
  background: #3366ff none repeat scroll 0% 50%;
  color: white;
}
