/* Estilos Mapa geografico */

#contenedorLeaftMap {
    height: 0;
    padding-bottom: 65% !important;
    position: relative;
}
    #contenedorLeaftMap > * {
        height: 100% !important;
        left: 0;
        max-width: 640px;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .leaflet-tile-pane {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

/* Fin de los estilos mapa geografico */