html, body, h1 {
  font-family: 'Droid Sans', 'Helvetica', Arial, sans-serif;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

p {
  font-size: 12px;
}

#panel {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -155px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  font-size: 14px;
}

#boton {
	position: center;
  font-size: 12px;
}
#map{
  display: block;
  margin: 0;
  padding: 0;
  position: absolute; /* posición absoluta a navegador */
  top: 0px;      /* 52px debajo de borde de navegador */
  left: 0;        /* ajusta a borde de navegador */
  right: 0;
  bottom: 0;
  background: rgba(0,255,0,0.5); /* verde si no hay mapa */
}
#latlng{
  display: block;
  margin: 0;
  padding: 0;
  position: absolute; /* posición absoluta a navegador */
  top: 0;             /* ajusta a borde de navegador */
  left: 0;
  right: 0;
  height: 50px;
}