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

div #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: 70px;
}

div #botones{
  display:flex;
  margin.right: 15em;
  margin-top: 0px;
  margin-left:5px;
  margin-bottom: 0px;
}

#map{
  display: block;
  margin: 0;
  padding: 0;
  position: absolute; /* posición absoluta a navegador */
  top: 120px;      /* 50px 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 */
}

div #botones img {
  width:35px;
  height:35px;
  padding: 1em;
  border-radius:50%;
  margin-left:1em;
  margin-right:0.3em;
}
div #botones img:hover {
  background-color: #ccc;
}