.estiloPopup .leaflet-popup-tip,
.estiloPopup .leaflet-popup-content-wrapper {
    background-color: #c5b7b7; /* Un color de fondo diferente */
    border-radius: 8px; /* Bordes redondeados */
    box-shadow: 0 2px 10px rgba(0,0,0,0.3); /* Sombra más pronunciada */
}
.anchoPopup .leaflet-popup-content{
    min-width: 250px !important;
    margin: 10px !important;
}
.table {
    margin-bottom: 10px !important;
}

.linkBtn{
    color:white !important; text-decoration: none; background-color: hsla(120, 4%, 5%, 0.5); padding: 2px; border-radius: 5px;
}