body{
  background: white;
}

.menu{
  list-style: none;
  padding: 0;
  width: 650px;
  height: 5px;
  max-width: 1000px;
  margin: auto;
}

.menu li a{
  text-decoration: none;
  color: black;
  padding: 20px;
  display: block;
}

.menu li{
  display: inline-block;
  text-align: center;
}

.menu li a:hover{
  background: mediumseagreen;
}

/*.buscar {
  position: relative;
  padding: 5px;
}

.buscar input {
  width: 150px;
  height: 25px;
  padding: 0 20px;
  font-size: 18px;
  color: #222;
  outline: none;
  border: 1px solid silver;
  border-radius: 25px;
  transition: all 0.6s ease;
}

.btn {
  width: 30px;
  height: 35px;
  line-height: 25px;
  top: 0;
  right: 0;
  position: absolute;
  background: mediumseagreen;
  text-align: center;
  color: white;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
}

.buscar:hover input {
  width: 200px;
}

.buscar input:focus {
  width: 200px;
}*/

footer {
  background: #000;
  color: #fff;
  clear: both;
  padding: 10px 0px;
  margin: 0px;
}

.bajo {
  margin: 20px 100px;
  padding: 5px;
}

.pie {
  margin: 10px 0px;
  padding: 0px; 
}

.boton {
    background: #000;;
}