body {
    font-family: 'Roboto', serif;
    background-color: lightseagreen;
    color: white;
    margin: 0;
}

h1 {
    text-align: center;
    font-family: 'Roboto', serif;
}

#menu {
    width: 50%;
    margin: auto;
}

#reinicia,
#compacta {
    width: 25%;
    text-align: center;
    border: solid 1px orange;
    font-family: 'Roboto Slab', serif;
}

#reinicia:hover,
#compacta:hover {
    border: solid 2px blue;
    cursor: pointer
}

#mapid {
    color: initial;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    /* posicion absoluta a navegador */
    top: 140px;
    /* 120px debajo de borde de navegador */
    left: 5px;
    /* ajusta a borde de navegador */
    right: 5px;
    bottom: 5px;
    background-color: #AAA;
}
