body{
  font-family: 'Droid Sans', 'Helvetica', Arial, sans-serif;
}

h1{
  font-size: 2em;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute; /* posición absoluta a navegador */
  top: 10px;             /* ajusta a borde de navegador */
  left: 0;
  right: 0;
  height: 50px;
}

#map{
  display: block;
  margin: 0;
  padding: 0;
  position: absolute; /* posición absoluta a navegador */
  top: 50px;      /* 50px debajo de borde de navegador */
  left: 0;        /* ajusta a borde de navegador */
  right: 0;
  bottom: 100px;
  background: rgba(0,255,0,0.5); /* verde si no hay mapa */
}
.boton{
  text-align: center;
  clear:both;
  margin: 0;
  padding: 5px;
  position: fixed;
  height: 30px; 
  width: 100%;
  top: 90%;      
  left: 0;       
  right: 0;
  bottom: 0;
}
