body {
    margin: 0;
}

div#mapa {
  width: 80%;
  height: 200%;
}

div#buscador {
    background-color: white;
    bottom: 40px;
    left: 40px;
    width: 101%;
    height: auto;
    padding: 10px;
}

div#buscador input {
    width: 200px;
}

div#resultado {
    font-style: sans-serif;
    color: black;
    font-size: 75%;
}
