#mapa{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1000
}
.leaflet-attribution-flag {
    display: none !important;
}


.leaflet-container {
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    max-height: 100%;
}
.mycluster { 
    background: grey; 
    border-radius: 10%; 
    color: orange; 
    font-weight: bold; 
    font-size: 0.75rem; 
    text-align: center; 
    padding-top: 0px; 
    border: 5px solid rgba(0, 0, 0, 0.4); 
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

/* Popup  */
.contenedor_mapa .leaflet-popup-content {
    line-height: 1.2;
}
.leaflet-popup-content {
    width: 260px;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    /* overflow-y: scroll; */
}
/* .leaflet-control-container {
    display: none !importan;
} */

.tabla_referencia {
    background-color: lightcyan;
    margin: 10px;
}
table {
    border-width: 4px;
    border-radius: 4px;
    border-color: lightcyan;
    border-style: solid;
    border-collapse: separate;
}
table > td {
    vertical-align: middle;
}
.tabla_referencia .tabla_atributo {
    font-weight: 900 !important;
    width: 125px;
    font-size: 0.65rem;
}
.tabla_referencia .tabla_valor {
    font-weight: 300;
    width: 135px;
    font-size: 0.7rem;
}

/* leaflet elementos */
/* .leaflet-control-zoom {
    display: none !important;
} */


/* Leyenda */
.info_leyenda {
    background-color: lightgray;
    text-align: center;
    border-width: 2px;
    border-color: darkgrey;
    border-style: solid;
}
.info_leyenda .leyenda_titulo {
    vertical-align: bottom;
    font-size: 0.8rem;
    padding-top: 7px;
    padding-bottom: 0;
}