Presupuesto y Ejecución Presupuestal

Ejecución agregada y desagregada presupuesto 31 de julio 2025

Ejecución Presupuestal Unidad 2018 – Agosto

2025

 

2024

 

2023

 

2022

 

2021

 

2020

 

2019

 

2018

 

2017

 

2016

 

2015

 

2014

/*OCULTAR ACORDEON ACTIVO*/ seeMoreOpened=false; jQuery(document).ready(function($) { var delay = 100; setTimeout(function() { $('.elementor-tab-title').removeClass('elementor-active'); $('.elementor-tab-content').css('display', 'none'); }, delay); /*Mostrar/ocultar contenido*/ $('#elemento').hide(); $('#boton').click(function(event){ event.preventDefault(); $('#elemento').slideToggle('slow',function() { if(!seeMoreOpened){ $('#boton').text('MENOS PREGUNTAS') }else{ $('#boton').text('MÁS PREGUNTAS') } seeMoreOpened=!seeMoreOpened; }); }) });