html { height: 100% }
body { height: 100%; margin: 0px; padding: 0px }
#mapa {
    width:100%; 
    height:100%;
}

#table {
    background-color: white;
    display: none;
    margin-left: 85%;
    margin-top: -50%;
    position: absolute;
}

#table tbody label {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

#table tbody th {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}