#map {
    position: absolute; top: 0px; left: 0px;
    height: 100%;
    width: 100%;
}

.panel_informacion {
    z-index: 1000;
    position: absolute; bottom: 30px; right: 20px;
    width: 50px; height: 200px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    visibility: hidden;
}

.boton_info {
    z-index: 1000;
    position: absolute; bottom: 30px; right: 20px;
    width: 50px; height: 50px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boton_boton_informacion {
    width: 50px; height: 50px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
}

.boton_github {
    width: 50px; height: 50px;
    position: absolute; top: 0px; left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boton_discord {
    width: 50px; height: 50px;
    position: absolute; top: 50px; left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boton_pagina_informacion {
    width: 50px; height: 50px;
    position: absolute; top: 100px; left: 0px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boton_cerrar_panel {
    width: 50px; height: 50px;
    position: absolute; top: 150px; left: 0px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.leyenda {
    z-index: 999;
    position: absolute; bottom: 30px; left: 20px;
    width: 280px; height: 200px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cerrar_leyenda {
    z-index: 1000;
    position: absolute; bottom: 215px; left: 285px;
    width: 30px; height: 30px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.boton_cerrar_leyenda {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: none;
    cursor: pointer;
}

.abrir_leyenda {
    z-index: 1000;
    position: absolute; bottom: 30px; left: 20px;
    width: 50px; height: 50px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    pointer-events: none;
}

.boton_abrir_leyenda {
    width: 50px; height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

hr {
    height: 4px;
    background-color: black;
    border: none;
}

td {
    padding-left: 10px;
    font-size: 14px;
}