MAPA | Tres de cada cuatro alcaldes en España son hombres, aunque las alcaldesas ganan un 9,3% más de media

Las alcaldesas tienen, de media, un sueldo más alto que los alcaldes: 24.066 euros frente a 22.063.

Mar 7, 2025 - 01:45
 0
MAPA | Tres de cada cuatro alcaldes en España son hombres, aunque las alcaldesas ganan un 9,3% más de media
alcaldes hombres mujeres Mapa interactivo con Mapbox GL JS #map-container { position: relative; width: 100%; max-width: 1200px; height: 600px; margin: auto; border-radius: 12px; overflow: hidden; } #map { width: 100%; height: 100%; } .controls-container { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; width: 100%; max-width: 800px; z-index: 1000; gap: 12px; height: 36px; } /* Estilos generales de los controles */ .random-btn, .slider-container, .mapboxgl-ctrl-geocoder, .dedication-filter-container { height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 4px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } /* Botón de ayuntamiento aleatorio */ .random-btn { background: #fff; color: #000; border: 1px solid #ccc; padding: 6px 14px; font-size: 12px; font-weight: bold; cursor: pointer; transition: 0.3s ease-in-out; height: 40px; } .random-btn:hover { background: #f0f0f0; } /* Contenedor del slider */ .slider-container { background: #fff; padding: 6px 10px; border: 1px solid #ccc; gap: 8px; width: 280px; } .slider-container label { font-size: 13px; font-weight: bold; } input[type="range"] { -webkit-appearance: none; width: 100%; height: 6px; border-radius: 4px; outline: none; background: linear-gradient(to right, #ddd 0%, #01f3b3 100%); transition: 0.3s; } input[type="range"]::-webkit-slider-runnable-track { height: 6px; border-radius: 4px; } input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 14px; height: 14px; background: #01f3b3; border-radius: 50%; cursor: pointer; margin-top: -4px; position: relative; } .salary-value { font-size: 13px; font-weight: bold; color: #01f3b3; } .mapboxgl-ctrl-geocoder { height: 36px !important; line-height: 36px !important; background: white !important; box-shadow: none !important; border: 1px solid #ccc; } .mapboxgl-ctrl-geocoder input { background: transparent !important; padding-left: 40px !important; text-indent: 0 !important; border: none !important; } .mapboxgl-popup { border: none !important; } .mapboxgl-popup-content { background: white !important; box-shadow: none !important; padding: 0 !important; } .popup-container { font-family: Arial, sans-serif; padding: 10px; background: white; border-radius: 6px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); max-width: 280px; } .popup-header { font-size: 16px; font-weight: bold; margin-bottom: 4px; } .popup-ayuntamiento { font-weight: bold; font-size: 16px; } .popup-provincia { color: #666; font-size: 14px; } .popup-body { margin: 8px 0; padding: 8px 0; } .popup-nombre { font-size: 13px; font-weight: bold; } .popup-dedicacion { font-size: 12px; color: #525252; } .popup-partido { font-size: 12px; color: #525252; } .popup-sueldo { display: inline-block; background: black; color: white; font-size: 16px; font-weight: bold; padding: 8px; text-align: left; border-radius: 4px; white-space: nowrap; } .popup-body { margin-bottom: 5px; } .popup-nombre, .popup-dedicacion, .popup-partido { font-size: 12px; margin: 2px 0; line-height: 1.2; } .mapboxgl-popup-close-button { font-size: 13px; font-weight: bold; color: #666; transition: 0.2s ease-in-out; } .mapboxgl-popup-close-button:hover { color: #000; } .dedication-filter-container { position: relative; background: #ffffff; padding: 6px 10px; margin-top: 30px; border-radius: 4px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); font-size: 13px; z-index: 1000; display: flex; flex-direction: column; gap: 4px; align-items: center; height: 75px; justify-content: center; } .dedication-filter-container label { font-size: 12px; font-weight: bold; color: #444; text-align: center; } #dedicationFilter { width: 140px; padding: 6px; font-size: 12px; border: none; border-radius: 6px; background: #f8f8f8; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); cursor: pointer; transition: all 0.3s ease-in-out; text-align: center; } #dedicationFilter:hover { background: #eaeaea; } #dedicationFilter:focus { outline: none; background: #ddd; } .gender-switch-container { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 8px; background: #fff; text-align: center; padding: 10px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); font-size: 13px; z-index: 1000; } .gender-switch-container input + label { margin-left: 0; text-align: center; } input[type="radio"] { display: inline-block; } label { cursor: pointer; padding: 6px 12px; background-color: #f0f0f0; border-radius: 30px; transition: background-color 0.3s; } label:hover { background-color: #ddd; } input:checked + label { background-color: #4CAF50; color: white; } input:checked#showAll + label { background-color: #01f3b3; } input:checked#showHombre + label { background-color: #d8d8d8; } input:checked#showMujer + label { background-color: #6900ff; } /* Para pantallas de hasta 1280px */ @media (max-width: 1280px) { .controls-container { flex-wrap: wrap; justify-content: center; max-width: 95%; gap: 12px; top: 12px; } .random-btn, .slider-container, .mapboxgl-ctrl-geocoder, .dedication-filter-container { flex: 1 1 auto; max-width: 350px; } .mapboxgl-ctrl-geocoder { width: auto !important; } .mapboxgl-ctrl-geocoder input { background: transparent !important; border: none !important; } } /* Media queries optimizados y con botones más pequeños y menor altura del mapa en pantallas menores a 1200px */ @media (max-width: 1200px) { .controls-container { flex-wrap: wrap; justify-content: center; max-width: 95%; gap: 10px; top: 10px; } .random-btn, .slider-container, .dedication-filter-container { flex: 1 1 auto; max-width: 300px; padding: 5px 10px; font-size: 14px; } .map-container { height: 80vh; } .mapboxgl-ctrl-geocoder { width: auto !important; background: white!important; box-shadow: none !important; border: 1px solid #ccc; } .mapboxgl-ctrl-geocoder input { background: transparent !important; border: none !important; } } @media (max-width: 1024px) { .controls-container { flex-wrap: wrap; justify-content: center; max-width: 95%; gap: 10px; top: 10px; } .random-btn, .slider-container, .dedication-filter-container { flex: 1 1 auto; max-width: 280px; padding: 4px 8px; font-size: 13px; } .map-container { height: 75vh; } .mapboxgl-ctrl-geocoder { width: 100% !important; margin-top: 5px; background: white!important; box-shadow: none !important; border: 1px solid #ccc; } .mapboxgl-ctrl-geocoder input { background: transparent !important; border: none !important; } } @media (max-width: 900px) { .controls-container { flex-direction: column; align-items: center; max-width: 90%; gap: 10px; top: 7px; height: auto; } .random-btn, .slider-container, .dedication-filter-container { width: 100%; max-width: 260px; padding: 3px 6px; font-size: 12px; } .mapboxgl-ctrl-geocoder { width: 100% !important; margin-top: 5px; background: white!important; box-shadow: none !important; border: 1px solid #ccc; } .mapboxgl-ctrl-geocoder input { background: transparent !important; border: none !important; } .dedication-filter-container { margin-top: 0; } .map-container { height: 70vh; } } @media (max-width: 768px) { .controls-container { flex-direction: column; align-items: center; max-width: 90%; gap: 8px; top: 5px; height: auto; } .random-btn, .slider-container, .mapboxgl-ctrl-geocoder, .dedication-filter-container { width: 100%; max-width: 240px; padding: 2px 5px; font-size: 11px; } .mapboxgl-ctrl-geocoder { width: 100% !important; margin-top: 4px; } .mapboxgl-ctrl-geocoder input { background: transparent !important; border: none !important; } .dedication-filter-container { margin-top: 0; } .map-container { height: 65vh; } .gender-switch-container { left: 5px; padding: 8px; font-size: 11px; } label { padding: 4px 8px; } } Todos Hombre Mujer Dedicación Todas Exclusiva Parcial Sin dedicación No ha informado al ISPA Sueldo 0 €

En España hay 6.096 Ayuntamientos liderados por hombres y 2.052 por mujeres, es decir, el 75% de los alcaldes son hombres.

  • Aunque los alcaldes tienen los suelos más altos, son las alcaldesas las que tienen salarios más elevados, de media: 24.066,23 euros frente a 22.062,92 euros, un 9,3% más

Nota metodológica. El ISPA 2024 contiene los salarios correspondientes a 2023. Al haberse celebrado elecciones municipales ese año, el documento recoge dos periodos diferenciados. 

En Newtral.es hemos tomado la retribución del segundo periodo, correspondiente a la corporación formada tras las elecciones, y la hemos extrapolado para hallar la cifra anual correcta en caso de que el salario haya variado tras las elecciones. En concreto, el resultado del cálculo realizado es la retribución del segundo periodo dividida entre los 198 días a los que este corresponde, y multiplicada por 365 para reflejar la cifra anual.

La cifra se refiere al importe percibido en 2023, por lo que puede estar desactualizada si ha sido cambiada después mediante un acuerdo de Pleno.

sueldos alcaldes

ESPECIAL | Quién cobra más, quién se ha subido el sueldo y quién no da datos: radiografía de los sueldos de los alcaldes

Fuentes
  • ISPA