function verProvincias() {
document.getElementById('redefine_provincia_todas').style.display = 'block';
document.getElementById('red_provincias_boton').style.display = 'none';
}
function verPoblaciones() {
document.getElementById('redefine_poblacion_todas').style.display = 'block';
document.getElementById('red_poblaciones_boton').style.display = 'none';
}

function cambiarOrden() {
document.getElementById('list_orden_cambiar').style.display = 'block';
document.getElementById('list_orden').style.display = 'none';
}