{"id":1910,"date":"2023-08-02T22:54:23","date_gmt":"2023-08-02T22:54:23","guid":{"rendered":"https:\/\/hidalgotitlan.gob.mx\/?page_id=1910"},"modified":"2026-07-24T01:34:56","modified_gmt":"2026-07-24T01:34:56","slug":"archivo-y-cronista-municipal","status":"publish","type":"page","link":"https:\/\/hidalgotitlan.gob.mx\/index.php\/archivo-y-cronista-municipal\/","title":{"rendered":"Archivo y Cronista Municipal"},"content":{"rendered":"\n<div class=\"hgo-archivo-container\">\n    <style>\n        .hgo-archivo-container {\n            font-family: 'Montserrat', 'Inter', sans-serif;\n            background: #ffffff;\n            border-radius: 24px;\n            padding: 50px 30px;\n            box-shadow: 0 10px 40px rgba(16, 42, 67, 0.05);\n            border: 1px solid #E2E8F0;\n            max-width: 1000px;\n            margin: 0 auto;\n            box-sizing: border-box;\n        }\n\n        .hgo-archivo-header {\n            text-align: center;\n            margin-bottom: 35px;\n        }\n        .hgo-archivo-header h2 {\n            color: #6A1B29;\n            font-weight: 850;\n            font-size: 32px;\n            letter-spacing: -0.5px;\n            margin: 0 0 14px 0;\n            text-transform: none;\n        }\n        .hgo-archivo-header p {\n            color: #486581;\n            font-size: 15px;\n            line-height: 1.6;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        .hgo-archivo-line {\n            width: 60px;\n            height: 4px;\n            background: #102A43;\n            margin: 20px auto 0 auto;\n            border-radius: 2px;\n        }\n\n        \/* SELECTOR DE A\u00d1OS (TABS) *\/\n        .hgo-years-nav {\n            display: flex;\n            justify-content: center;\n            gap: 12px;\n            margin-bottom: 30px;\n            flex-wrap: wrap;\n        }\n        .hgo-year-btn {\n            background: #F0F4F8;\n            color: #102A43;\n            border: 1px solid #D9E2EC;\n            padding: 10px 24px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 14px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n        .hgo-year-btn:hover {\n            background: #D9E2EC;\n        }\n        .hgo-year-btn.active {\n            background: #6A1B29;\n            color: #ffffff;\n            border-color: #6A1B29;\n            box-shadow: 0 4px 12px rgba(106, 27, 41, 0.3);\n        }\n\n        .hgo-year-content {\n            display: none;\n        }\n        .hgo-year-content.active {\n            display: block;\n        }\n\n        \/* ACORDEONES ESTILIZADOS *\/\n        .hgo-acc-item {\n            border: 1px solid #E2E8F0;\n            border-radius: 18px;\n            margin-bottom: 16px;\n            overflow: hidden;\n            background: #ffffff;\n            box-shadow: 0 4px 15px rgba(16, 42, 67, 0.02);\n            transition: all 0.3s ease;\n        }\n        .hgo-acc-item:hover {\n            border-color: #CBD5E1;\n            box-shadow: 0 6px 20px rgba(16, 42, 67, 0.05);\n        }\n\n        .hgo-acc-header {\n            padding: 20px 25px;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            user-select: none;\n            background: #ffffff;\n            transition: background 0.3s ease, color 0.3s ease;\n        }\n        \n        .hgo-acc-title-wrap {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n        .hgo-acc-icon {\n            color: #6A1B29;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: color 0.3s ease;\n        }\n        .hgo-acc-title-wrap span {\n            color: #102A43;\n            font-weight: 800;\n            font-size: 15px;\n            text-transform: uppercase;\n            letter-spacing: 0.3px;\n            transition: color 0.3s ease;\n        }\n\n        .hgo-acc-arrow {\n            color: #9FB3C8;\n            font-size: 14px;\n            transition: transform 0.3s ease, color 0.3s ease;\n        }\n\n        \/* ESTADO ACTIVO DEL ACORDE\u00d3N *\/\n        .hgo-acc-header.active {\n            background: #6A1B29 !important;\n        }\n        .hgo-acc-header.active .hgo-acc-title-wrap span,\n        .hgo-acc-header.active .hgo-acc-icon,\n        .hgo-acc-header.active .hgo-acc-arrow {\n            color: #ffffff !important;\n        }\n        .hgo-acc-header.active .hgo-acc-arrow {\n            transform: rotate(180deg);\n        }\n\n        \/* CUERPO Y DOCUMENTOS *\/\n        .hgo-acc-body {\n            display: none;\n            padding: 25px;\n            background: #F8FAFC;\n            border-top: 1px solid #E2E8F0;\n        }\n\n        .hgo-doc-list {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n\n        .hgo-doc-link {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            background: #ffffff;\n            padding: 14px 18px;\n            border-radius: 12px;\n            border: 1px solid #E2E8F0;\n            text-decoration: none !important;\n            color: #102A43 !important;\n            font-weight: 700;\n            font-size: 13.5px;\n            transition: all 0.25s ease;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.02);\n        }\n        .hgo-doc-link:hover {\n            border-color: #6A1B29;\n            background: #FDF2F2;\n            color: #6A1B29 !important;\n            transform: translateX(5px);\n        }\n        .hgo-pdf-icon {\n            color: #6A1B29;\n            flex-shrink: 0;\n        }\n\n        @media (max-width: 768px) {\n            .hgo-archivo-container { padding: 30px 15px; }\n            .hgo-archivo-header h2 { font-size: 26px; }\n            .hgo-acc-title-wrap span { font-size: 13px; }\n            .hgo-acc-header { padding: 16px 18px; }\n        }\n    <\/style>\n\n    <div class=\"hgo-archivo-header\">\n        <h2>Coordinaci\u00f3n de Archivo y Cronista Municipal<\/h2>\n        <p>Bienvenido al apartado oficial del Archivo General de Hidalgotitl\u00e1n. Aqu\u00ed podr\u00e1 consultar los instrumentos, actas y programas que estructuran la gesti\u00f3n documental y la preservaci\u00f3n del acervo hist\u00f3rico del municipio.<\/p>\n        <div class=\"hgo-archivo-line\"><\/div>\n    <\/div>\n\n    <!-- BOTONES DE A\u00d1OS -->\n    <div class=\"hgo-years-nav\">\n        <button class=\"hgo-year-btn active\" onclick=\"switchHgoYear(event, 'year-2022')\">Ejercicio 2022<\/button>\n        <button class=\"hgo-year-btn\" onclick=\"switchHgoYear(event, 'year-2023')\">Ejercicio 2023<\/button>\n        <button class=\"hgo-year-btn\" onclick=\"switchHgoYear(event, 'year-2025')\">Ejercicio 2025<\/button>\n    <\/div>\n\n    <!-- ================= CONTENIDO 2022 ================= -->\n    <div id=\"year-2022\" class=\"hgo-year-content active\">\n        \n        <div class=\"hgo-acc-item\">\n            <div class=\"hgo-acc-header\" onclick=\"toggleHgoAcc(this)\">\n                <div class=\"hgo-acc-title-wrap\">\n                    <div class=\"hgo-acc-icon\">\n                        <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"7\" height=\"7\"><\/rect><rect x=\"14\" y=\"3\" width=\"7\" height=\"7\"><\/rect><rect x=\"14\" y=\"14\" width=\"7\" height=\"7\"><\/rect><rect x=\"3\" y=\"14\" width=\"7\" height=\"7\"><\/rect><\/svg>\n                    <\/div>\n                    <span>2. Instrumentos de Control Archiv\u00edstico<\/span>\n                <\/div>\n                <span class=\"hgo-acc-arrow\">\u25bc<\/span>\n            <\/div>\n            <div class=\"hgo-acc-body\">\n                <div class=\"hgo-doc-list\">\n                    <a href=\"#\" target=\"_blank\" rel=\"noopener\" class=\"hgo-doc-link\">\n                        <svg class=\"hgo-pdf-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><\/svg>\n                        Instrumentos de Control Archiv\u00edstico, H. Ayuntamiento de Hidalgotitl\u00e1n, Ver.\n                    <\/a>\n                    <a href=\"#\" target=\"_blank\" rel=\"noopener\" class=\"hgo-doc-link\">\n                        <svg class=\"hgo-pdf-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><\/svg>\n                        Instrumentos de Control Archiv\u00edstico.\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"hgo-acc-item\">\n            <div class=\"hgo-acc-header\" onclick=\"toggleHgoAcc(this)\">\n                <div class=\"hgo-acc-title-wrap\">\n                    <div class=\"hgo-acc-icon\">\n                        <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>\n                    <\/div>\n                    <span>4. Grupo Interdisciplinario<\/span>\n                <\/div>\n                <span class=\"hgo-acc-arrow\">\u25bc<\/span>\n            <\/div>\n            <div class=\"hgo-acc-body\">\n                <div class=\"hgo-doc-list\">\n                    <a href=\"#\" target=\"_blank\" rel=\"noopener\" class=\"hgo-doc-link\">\n                        <svg class=\"hgo-pdf-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><\/svg>\n                        Reglas de Operaci\u00f3n Grupo Interdisciplinario del H. Ayuntamiento de Hidalgotitl\u00e1n, Ver.\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"hgo-acc-item\">\n            <div class=\"hgo-acc-header\" onclick=\"toggleHgoAcc(this)\">\n                <div class=\"hgo-acc-title-wrap\">\n                    <div class=\"hgo-acc-icon\">\n                        <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><path d=\"M9 16l2 2 4-4\"><\/path><\/svg>\n                    <\/div>\n                    <span>5. Programa Anual de Desarrollo Archiv\u00edstico (PADA)<\/span>\n                <\/div>\n                <span class=\"hgo-acc-arrow\">\u25bc<\/span>\n            <\/div>\n            <div class=\"hgo-acc-body\">\n                <div class=\"hgo-doc-list\">\n                    <a href=\"#\" target=\"_blank\" rel=\"noopener\" class=\"hgo-doc-link\">\n                        <svg class=\"hgo-pdf-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><\/svg>\n                        Aprobaci\u00f3n PADA 2022\n                    <\/a>\n                    <a href=\"#\" target=\"_blank\" rel=\"noopener\" class=\"hgo-doc-link\">\n                        <svg class=\"hgo-pdf-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><\/svg>\n                        PADA 2022 H. Ayuntamiento de Hidalgotitl\u00e1n, Ver.\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <!-- ================= CONTENIDO 2023 ================= -->\n    <div id=\"year-2023\" class=\"hgo-year-content\">\n        \n        <div class=\"hgo-acc-item\">\n            <div class=\"hgo-acc-header\" onclick=\"toggleHgoAcc(this)\">\n                <div class=\"hgo-acc-title-wrap\">\n                    <div class=\"hgo-acc-icon\">\n                        <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\"><\/path><\/svg>\n                    <\/div>\n                    <span>3. Sistema Institucional de Archivos (SIA)<\/span>\n                <\/div>\n                <span class=\"hgo-acc-arrow\">\u25bc<\/span>\n            <\/div>\n            <div class=\"hgo-acc-body\">\n                <div class=\"hgo-doc-list\">\n                    <a href=\"#\" target=\"_blank\" rel=\"noopener\" class=\"hgo-doc-link\">\n                        <svg class=\"hgo-pdf-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><\/svg>\n                        Informe Anual de Actividades 2022 Coordinadora de Archivo.\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"hgo-acc-item\">\n            <div class=\"hgo-acc-header\" onclick=\"toggleHgoAcc(this)\">\n                <div class=\"hgo-acc-title-wrap\">\n                    <div class=\"hgo-acc-icon\">\n                        <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><path d=\"M9 16l2 2 4-4\"><\/path><\/svg>\n                    <\/div>\n                    <span>5. Programa Anual de Desarrollo Archiv\u00edstico (PADA)<\/span>\n                <\/div>\n                <span class=\"hgo-acc-arrow\">\u25bc<\/span>\n            <\/div>\n            <div class=\"hgo-acc-body\">\n                <div class=\"hgo-doc-list\">\n                    <a href=\"#\" target=\"_blank\" rel=\"noopener\" class=\"hgo-doc-link\">\n                        <svg class=\"hgo-pdf-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><\/svg>\n                        PADA 2023 H. Ayuntamiento de Hidalgotitl\u00e1n, Ver.\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <!-- ================= CONTENIDO 2025 ================= -->\n    <div id=\"year-2025\" class=\"hgo-year-content\">\n        \n        <div class=\"hgo-acc-item\">\n            <div class=\"hgo-acc-header\" onclick=\"toggleHgoAcc(this)\">\n                <div class=\"hgo-acc-title-wrap\">\n                    <div class=\"hgo-acc-icon\">\n                        <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><path d=\"M9 16l2 2 4-4\"><\/path><\/svg>\n                    <\/div>\n                    <span>5. Programa Anual de Desarrollo Archiv\u00edstico (PADA)<\/span>\n                <\/div>\n                <span class=\"hgo-acc-arrow\">\u25bc<\/span>\n            <\/div>\n            <div class=\"hgo-acc-body\">\n                <div class=\"hgo-doc-list\">\n                    <p style=\"font-size: 13.5px; color: #486581; margin: 0;\">Documentaci\u00f3n correspondiente al ejercicio 2025 en proceso de actualizaci\u00f3n.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n<\/div>\n\n<script>\n    function switchHgoYear(evt, yearId) {\n        const yearContents = document.querySelectorAll('.hgo-year-content');\n        yearContents.forEach(content => content.classList.remove('active'));\n\n        const yearButtons = document.querySelectorAll('.hgo-year-btn');\n        yearButtons.forEach(btn => btn.classList.remove('active'));\n\n        document.getElementById(yearId).classList.add('active');\n        evt.currentTarget.classList.add('active');\n    }\n\n    function toggleHgoAcc(header) {\n        const body = header.nextElementSibling;\n        const isOpen = body.style.display === 'block';\n\n        if (isOpen) {\n            body.style.display = 'none';\n            header.classList.remove('active');\n        } else {\n            body.style.display = 'block';\n            header.classList.add('active');\n        }\n    }\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Coordinaci\u00f3n de Archivo y Cronista Municipal Bienvenido al apartado oficial del Archivo General de Hidalgotitl\u00e1n. Aqu\u00ed podr\u00e1 consultar los instrumentos, actas y programas que estructuran la gesti\u00f3n documental y la preservaci\u00f3n del acervo hist\u00f3rico del municipio. Ejercicio 2022 Ejercicio 2023 Ejercicio 2025 2. Instrumentos de Control Archiv\u00edstico \u25bc Instrumentos de Control Archiv\u00edstico, H. Ayuntamiento de [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1910","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/hidalgotitlan.gob.mx\/index.php\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"Coordinaci\u00f3n de Archivo y Cronista Municipal Bienvenido al apartado oficial del Archivo General de Hidalgotitl\u00e1n. Aqu\u00ed podr\u00e1 consultar los instrumentos, actas y programas que estructuran la gesti\u00f3n documental y la preservaci\u00f3n del acervo hist\u00f3rico del municipio. Ejercicio 2022 Ejercicio 2023 Ejercicio 2025 2. Instrumentos de Control Archiv\u00edstico \u25bc Instrumentos de Control Archiv\u00edstico, H. Ayuntamiento de&hellip;","_links":{"self":[{"href":"https:\/\/hidalgotitlan.gob.mx\/index.php\/wp-json\/wp\/v2\/pages\/1910","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hidalgotitlan.gob.mx\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hidalgotitlan.gob.mx\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hidalgotitlan.gob.mx\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hidalgotitlan.gob.mx\/index.php\/wp-json\/wp\/v2\/comments?post=1910"}],"version-history":[{"count":19,"href":"https:\/\/hidalgotitlan.gob.mx\/index.php\/wp-json\/wp\/v2\/pages\/1910\/revisions"}],"predecessor-version":[{"id":3535,"href":"https:\/\/hidalgotitlan.gob.mx\/index.php\/wp-json\/wp\/v2\/pages\/1910\/revisions\/3535"}],"wp:attachment":[{"href":"https:\/\/hidalgotitlan.gob.mx\/index.php\/wp-json\/wp\/v2\/media?parent=1910"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}