{"id":443,"date":"2024-11-15T01:26:58","date_gmt":"2024-11-15T01:26:58","guid":{"rendered":"https:\/\/www.chignautla.gob.mx\/?page_id=443"},"modified":"2024-11-15T01:26:58","modified_gmt":"2024-11-15T01:26:58","slug":"sevac","status":"publish","type":"page","link":"https:\/\/acateno.gob.mx\/?page_id=443","title":{"rendered":"SEVAC"},"content":{"rendered":"\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<style>\n .pawm_visible {\n display: initial\n }\n\n .pawm_invisible {\n display: none\n }\n\n .pawm_bg1 {\n background-color: var(--nv-light-bg);\n font-weight: bold;\n }\n\n .pawm_wrapper {\n display: grid;\n grid-template-columns: repeat(12, [col-start] 1fr);\n gap: 60px;\n }\n\n .pawm_wrapper .item {\n grid-column: span 4;\n display: flex;\n flex-direction: row;\n margin-bottom: 15px;\n }\n\n .pawm_wrapper .item .foto_persona {\n width: 100px;\n height: 100px;\n min-width: 100px;\n max-width: 100px;\n margin-right: 12px;\n border-radius: 60px;\n overflow: hidden;\n }\n\n .pawm_wrapper .item .foto_persona img {\n width: 100%;\n height: 100%;\n }\n\n .pawm_wrapper .item .detalle_persona {\n display: flex;\n flex-direction: column;\n }\n\n .pawm_wrapper .item .detalle_persona h1, h2, h3, h4, h5, h6 {\n margin-bottom: 10px !important;\n }\n\n .pawm_wrapper .item .detalle_persona h4 {\n color: var(--nv-dark-bg);\n }\n\n .pawm_detalle_persona {\n\n }\n\n .w-full {\n width: 100% !important;\n }\n\n .border {\n border-width: 1px !important;\n }\n\n .relative {\n position: relative !important;\n }\n\n .absolute {\n position: absolute !important;\n }\n\n .top-0 {\n top: 0 !important;\n }\n\n .left-5 {\n left: 1.25rem !important;\n }\n\n .text-center {\n text-align: center;\n }\n\n .bg-black {\n background-color: var(--nv-dark-bg) !important;\n }\n\n .py-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-4 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .bg-gray-100 {\n --tw-bg-opacity: 1;\n background-color: var(--nv-light-bg);\n }\n\n .overflow-hidden {\n overflow: hidden !important;\n }\n\n .text-white {\n color: var(--nv-text-dark-bg) !important;\n }\n\n .text-black {\n color: var(--nv-text-color) !important;\n }\n\n .mt-0 {\n margin-top: 0 !important;\n }\n\n .h-80 {\n height: 20rem !important;\n }\n\n .object-cover {\n -o-object-fit: cover;\n object-fit: cover;\n }\n\n .transition-all {\n transition-property: all;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n }\n\n .duration-700 {\n transition-duration: 700ms;\n }\n\n .transform {\n transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1) !important;\n }\n\n .rounded-b {\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n }\n .text-center {\n text-align: center !important;\n }\n @media (max-width: 820px) {\n .pawm_wrapper {\n gap: 10px;\n }\n\n .pawm_wrapper .item {\n grid-column: span 12;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n margin-bottom: 20px;\n }\n\n .pawm_wrapper .item .detalle_persona {\n display: flex;\n flex-direction: column;\n width: 100%;\n text-align: center;\n }\n }\n\n\n<\/style>\n<script>\n \/**\n * Filtrar dentro de un bloque pawm\n * @param param\n * @param target\n *\/\n function pawm_filtrar(param, target) {\n\n let expFind = new RegExp(`${param.value}`, 'i');\n let tmp = document.getElementById(target);\n\n let elems = tmp.querySelectorAll('[data-pawm-search]');\n\n if (param.value.length <= 2) {\n elems.forEach(itema => {\n if (expFind.test(itema.getAttribute('data-pawm-search')))\n itema.classList.remove('pawm_invisible');\n });\n return false\n }\n\n elems.forEach(item => {\n item.classList.add('pawm_invisible');\n });\n\n elems.forEach(itema => {\n if (expFind.test(itema.getAttribute('data-pawm-search')))\n itema.classList.remove('pawm_invisible');\n });\n }\n\n function goto(param) {\n window.location.href = `#${param.value}`;\n }\n\n \/**\n * Funci\u00f3n para mostrar u ocultar contenido con base\n * a una regla de b\u00fasqueda\n * @param target\n * @param elementoControl\n *\/\n function controlBloque(target, elementoControl) {\n\n let elems = document.querySelectorAll(`[data-visible-id=\"${target}\"`);\n let control = elementoControl.getAttribute('data-control-bloque');\n\n let iconoBase = elementoControl.querySelector('[class=\"_contro_bloque_\"] h3');\n let h3elemento = document.createElement('h3');\n h3elemento.setAttribute('style', 'margin-right: 5px;')\n\n elems.forEach(item => {\n if (control !== 'visible') {\n item.classList.remove('pawm_invisible');\n } else {\n item.classList.add('pawm_invisible');\n }\n });\n\n elementoControl.setAttribute(\n 'data-control-bloque',\n control === 'visible' ?\n 'invisible' :\n 'visible'\n );\n\n let icon = document.createTextNode(control === 'visible' ? \"\u2610\" : \"\u2611\");\n h3elemento.appendChild(icon)\n\n iconoBase.replaceWith(h3elemento);\n }\n<\/script>\n<div style=\"display: flex;\">\n <div style=\"width: 50%\">\n <h3>\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" class=\"bi bi-check2-square\"\n viewBox=\"0 0 16 16\">\n <path d=\"M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5H3z\"\/>\n <path d=\"m8.354 10.354 7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0z\"\/>\n <\/svg>\n SEVAC\n <\/h3>\n <\/div>\n <div>\n <form target=\"#\" method=\"post\">\n <div class=\"inline\">\n <div id=\"diccionario\" style=\"padding: 10px; margin: 10px;\">\n <label for=\"controlIndice\" class=\"otter-form-input-label\">\u00cdndice R\u00e1pido<\/label>\n <select id=\"controlIndice\" class=\"otter-form-input\" onchange=\"goto(this)\">\n <option>-- Seleccione --<\/option>\n  <option value=\"917d70f61ec7421a72185df1635e0178\">2024 OBLIGACIONES<\/option>\n  <option value=\"cd51f608625142f8beb956980dae1370\">2025 NORMATIVIDAD CONAC<\/option>\n  <option value=\"bc02d0e3edc3d045fc200b14901576fa\">Obra P&uacute;blica<\/option>\n  <option value=\"4bb5662fd671ecca9dc5e74f6b7ef568\">AYUDAS Y SUBSIDIOS 2025<\/option>\n  <option value=\"11276aa45697aa9f75684386f0c9f2d0\">Inventarios de Bienes Muebles e Inmuebles 2025<\/option>\n  <option value=\"d91a4b4da00791435608bb199463d7bf\">CUENTAS PUBLICAS<\/option>\n  <option value=\"5531a5834816222280f20d1ef9e95f69\">2023<\/option>\n  <option value=\"076eba63c3b5711c024dcfb66c1f89a2\">LEY GENERAL DE CONTABILIDAD GUBERNAMENTAL<\/option>\n  <option value=\"1d062126010fcb048fc16cf9ba6820db\">CONTENIDO CONTABLE<\/option>\n  <\/select>\n <\/div>\n <\/div>\n<\/form> <\/div>\n<\/div>\n\n <div style=\"display: flex; width: 100%; flex-direction: column;\">\n <div>\n <a style=\"color: var(--nv-text-dark-bg)\" href=\"#diccionario\">\n <button title=\"Regresar al diccionario.\">\n &#x2637;\n <\/button>\n<\/a>\n<span id=\"917d70f61ec7421a72185df1635e0178\" style=\"font-weight: bold; margin-left: 10px; font-size: large;\">2024 OBLIGACIONES<\/span> <\/div>\n <div style=\"flex-grow: 1; display: flex;\">\n <table style=\"width: 100%\">\n <thead>\n <tr>\n <th style=\"width: 80%\">Nombre de la regulaci\u00f3n<\/th>\n <th>Acciones<\/th>\n <\/tr>\n <\/thead>\n <tbody>\n  <tr>\n <td>1. ESTADO DE ACTIVIDADES<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/yXvEqAaCoN6ugDZ7amS8I7VK9jta1et8ZVHTZYxG.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>2. ESTADO DE SITUACION FINANCIERA<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/cdkSYmB486Jj7m85poKkmDtlhzixgpv5yAFXq33V.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>3. ESTADO DE VARIACION EN LA HACIENDA PUBLICA<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/zHyKkTEBsQoZxjBGAY7hdCHrX2bwGKbOW8AAPBtg.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>4. ESTADO DE CAMBIOS EN  LA SITUACION FINANCIERA<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/TBzWV1U3HK5PI1ZdQ4JHftrULekGT0xfAdCdkMlC.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>4.3 PUBLICA LOS PROGRAMAS Y PROYECTOS DE INVERSION<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/TmqrVgWN9wFS8Kmy8cisRq1rIQG93pT0hKwdf7VC.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>5. ESTADO DE FLUJOS EFECTIVO<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/znTHns311DO0cfKd9uKZ5ETKKPygy4hSN36FpWz4.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>6. INFORMES SOBRE PASIVOS CONTINGENTES<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/qpVrbj3yCMSWVTptbzkwJ1uWDLDLoc5jaO2dZbPg.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>7. ESTADO ANALITICO DEL ACTIVO<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/iLRiHS0HW83p0wZAD2KkzNaW3aPlhIy2WGsaYpJy.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>8. ESTADO ANALITICO DE LA DEUDA Y OTROS PASIVOS<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/l2JFZNJibrMYse94b8kr1xcM6OUUh72qyVvinISu.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>9. ESTADO  ANALITICO DE INGRESOS  DEL 1 DE ENERO AL 30 DE SEPTIEMBRE<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/vTH5rVthIGrHIYVJj7xuTi5CzhA1giNf41wvbSs4.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td><\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td><\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <\/tbody>\n <\/table>\n <\/div>\n <\/div>\n <div style=\"display: flex; width: 100%; flex-direction: column;\">\n <div>\n <a style=\"color: var(--nv-text-dark-bg)\" href=\"#diccionario\">\n <button title=\"Regresar al diccionario.\">\n &#x2637;\n <\/button>\n<\/a>\n<span id=\"cd51f608625142f8beb956980dae1370\" style=\"font-weight: bold; margin-left: 10px; font-size: large;\">2025 NORMATIVIDAD CONAC<\/span> <\/div>\n <div style=\"flex-grow: 1; display: flex;\">\n <table style=\"width: 100%\">\n <thead>\n <tr>\n <th style=\"width: 80%\">Nombre de la regulaci\u00f3n<\/th>\n <th>Acciones<\/th>\n <\/tr>\n <\/thead>\n <tbody>\n  <tr>\n <td><\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>CALENDARIO PRESUPUESTO DEL EJERCICIO DEL GASTO.pdf<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/jSu3aabVFKqoKvCWiuos7wvCAY30VDecqG3nxNUq.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>FORMATO DE LA INICIATIVA DE LEY DE INGRESOS ARMONIZADA 2025.pdf<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/dQGdizVuX7Cfc7VuOcPh0g5CMigMVWPAzjLTNAZa.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>Inf adicional Presupuesto de Egresos 2025.pdf<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/2XQpXuGq3ipIRpaGwFkKjYa21P8sXSErUY8EyB9E.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>LEY DE INGRESOS 2025 ACATENO PUEBLA.pdf<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/l7J6ywkcJYzyGRVTtPGHY1BVEDSabyNypPbn3xbd.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>PRESUPUESTO BASE MENSUAL DEL EJERCICIO 2025.pdf<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/DN6GoNtLgZ2VNUGVo5R4qlZpz1zGbbdbqKzXHADr.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>PRESUPUESTO DE EGRESOS EJERCICIO FISCAL 202528032025_0001.pdf<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/LeXnwHnwL7UEAhBWemuv5AuUgx55Mr6GjMzI2hgL.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <\/tbody>\n <\/table>\n <\/div>\n <\/div>\n <div style=\"display: flex; width: 100%; flex-direction: column;\">\n <div>\n <a style=\"color: var(--nv-text-dark-bg)\" href=\"#diccionario\">\n <button title=\"Regresar al diccionario.\">\n &#x2637;\n <\/button>\n<\/a>\n<span id=\"bc02d0e3edc3d045fc200b14901576fa\" style=\"font-weight: bold; margin-left: 10px; font-size: large;\">Obra P&uacute;blica<\/span> <\/div>\n <div style=\"flex-grow: 1; display: flex;\">\n <table style=\"width: 100%\">\n <thead>\n <tr>\n <th style=\"width: 80%\">Nombre de la regulaci\u00f3n<\/th>\n <th>Acciones<\/th>\n <\/tr>\n <\/thead>\n <tbody>\n  <tr>\n <td>SRFT 2do Trimestre<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/wD74fR324mL63vxGJWFLiveBAtdKMMvIPAWoWV2K.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>Fondo de Informaci&oacute;n de informe de obligaciones pagadas o garantizadas con fondos federales.pdf<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/Wt1p0KudGwJvtpbqpieTvla9K0pCAaA5mVPgZ6lO.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>Norma para establecer la estructura de informaci&oacute;n del formato del ejercicio y destino del gasto federalizado y reintegros.pdf<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/SAZpAedeW02vJxr9R5uCEdQwp4nOX707z33lHy9Q.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>SRFT 3er Trimestre<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/ExVReQjeOngkVunK8SJR9VjKB5omSKModypgLp9l.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>Relaci&oacute;n de cuentas bancarias productivas especificas<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/ruwPRXxd3IuVXtgXqifwIKaVU5iv88sTbEAGHJi3.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>SRFT 4 Trimestre<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/DMVRvNwqp0FuLr79MujiY5FHbdLERkllYOZBFEFK.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <\/tbody>\n <\/table>\n <\/div>\n <\/div>\n <div style=\"display: flex; width: 100%; flex-direction: column;\">\n <div>\n <a style=\"color: var(--nv-text-dark-bg)\" href=\"#diccionario\">\n <button title=\"Regresar al diccionario.\">\n &#x2637;\n <\/button>\n<\/a>\n<span id=\"4bb5662fd671ecca9dc5e74f6b7ef568\" style=\"font-weight: bold; margin-left: 10px; font-size: large;\">AYUDAS Y SUBSIDIOS 2025<\/span> <\/div>\n <div style=\"flex-grow: 1; display: flex;\">\n <table style=\"width: 100%\">\n <thead>\n <tr>\n <th style=\"width: 80%\">Nombre de la regulaci\u00f3n<\/th>\n <th>Acciones<\/th>\n <\/tr>\n <\/thead>\n <tbody>\n  <tr>\n <td>2do Trimestre<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/2S0IlkvxuJdI5YWhOnCWRf4kBlLvxut6inTkKR8y.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>3er Trimestre<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/j7o4P8ailXOb5xkOuscdoXlxTe30I1y273NJirNn.xlsx\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>4to Trimestre<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/EiiHWtzmQUSc9pB6uFDGkISBuRdLWvkjfYZdTjSR.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <\/tbody>\n <\/table>\n <\/div>\n <\/div>\n <div style=\"display: flex; width: 100%; flex-direction: column;\">\n <div>\n <a style=\"color: var(--nv-text-dark-bg)\" href=\"#diccionario\">\n <button title=\"Regresar al diccionario.\">\n &#x2637;\n <\/button>\n<\/a>\n<span id=\"11276aa45697aa9f75684386f0c9f2d0\" style=\"font-weight: bold; margin-left: 10px; font-size: large;\">Inventarios de Bienes Muebles e Inmuebles 2025<\/span> <\/div>\n <div style=\"flex-grow: 1; display: flex;\">\n <table style=\"width: 100%\">\n <thead>\n <tr>\n <th style=\"width: 80%\">Nombre de la regulaci\u00f3n<\/th>\n <th>Acciones<\/th>\n <\/tr>\n <\/thead>\n <tbody>\n  <tr>\n <td>Bienes Muebles 1er Semestre<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/WWdE5EaGZ2E7Vqjtw57ArV7geMOM1i9PRuEZuFAu.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>Inventario Bienes Muebles<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/FiFtegDLD0d6ww4GFU0n0isrEcjGzY9CIWZp9RK5.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>Bienes muebles  4to Trimestre<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/2Qs23QIGDBzXQi38RaUrJMAIfS8LxWshu4wMbugl.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>Bienes inmuebles  4to trimestre<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/Gk60Ecr51hxwuLPnEs83bSw5fMi8f5spcqZ2NhKd.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <\/tbody>\n <\/table>\n <\/div>\n <\/div>\n <div style=\"display: flex; width: 100%; flex-direction: column;\">\n <div>\n <a style=\"color: var(--nv-text-dark-bg)\" href=\"#diccionario\">\n <button title=\"Regresar al diccionario.\">\n &#x2637;\n <\/button>\n<\/a>\n<span id=\"d91a4b4da00791435608bb199463d7bf\" style=\"font-weight: bold; margin-left: 10px; font-size: large;\">CUENTAS PUBLICAS<\/span> <\/div>\n <div style=\"flex-grow: 1; display: flex;\">\n <table style=\"width: 100%\">\n <thead>\n <tr>\n <th style=\"width: 80%\">Nombre de la regulaci\u00f3n<\/th>\n <th>Acciones<\/th>\n <\/tr>\n <\/thead>\n <tbody>\n  <tr>\n <td>Cuenta P&uacute;blica 2024<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/dLt00jijeudfUHi7UAiYzsR4H1W5JJIvUwJoxKBC.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <\/tbody>\n <\/table>\n <\/div>\n <\/div>\n <div style=\"display: flex; width: 100%; flex-direction: column;\">\n <div>\n <a style=\"color: var(--nv-text-dark-bg)\" href=\"#diccionario\">\n <button title=\"Regresar al diccionario.\">\n &#x2637;\n <\/button>\n<\/a>\n<span id=\"5531a5834816222280f20d1ef9e95f69\" style=\"font-weight: bold; margin-left: 10px; font-size: large;\">2023<\/span> <\/div>\n <div style=\"flex-grow: 1; display: flex;\">\n <table style=\"width: 100%\">\n <thead>\n <tr>\n <th style=\"width: 80%\">Nombre de la regulaci\u00f3n<\/th>\n <th>Acciones<\/th>\n <\/tr>\n <\/thead>\n <tbody>\n  <tr>\n <td>BALANZA DE COMPROBACION<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/VJ6x6Ecf3A5HtIjJLdU4eyh03Nl6l540GoJbPigQ.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>ESTADO ANALITICO DE INGRESOS<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/EvvGYALL50sqSDQFEEL0SdiZLxD8sdmWwNY7DXUp.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>ESTADO ANALITICO DEL EJERCICIO DEL PRESUPUESTO DE EGRESOS  CLASIFICACION ADMINISTRATIVA<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/6Em7d9LPoZgz5b7GhMOewzv3XwDUw6tGqKqBlEov.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>ESTADO ANALITICO DEL EJERCICIO DEL PRESUPUESTO DE EGRESOS  CLASIFICACION FUINCIONAL<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/iPjiICp1RnnTaYfF32NZdxtELckdXDSImz7G9wTV.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>ESTADO DE ACTIVIDADES<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/3Jvs1PbFJZfe5R97G7zcjYOseLBMiTW76O1RsbEq.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <\/tbody>\n <\/table>\n <\/div>\n <\/div>\n <div style=\"display: flex; width: 100%; flex-direction: column;\">\n <div>\n <a style=\"color: var(--nv-text-dark-bg)\" href=\"#diccionario\">\n <button title=\"Regresar al diccionario.\">\n &#x2637;\n <\/button>\n<\/a>\n<span id=\"076eba63c3b5711c024dcfb66c1f89a2\" style=\"font-weight: bold; margin-left: 10px; font-size: large;\">LEY GENERAL DE CONTABILIDAD GUBERNAMENTAL<\/span> <\/div>\n <div style=\"flex-grow: 1; display: flex;\">\n <table style=\"width: 100%\">\n <thead>\n <tr>\n <th style=\"width: 80%\">Nombre de la regulaci\u00f3n<\/th>\n <th>Acciones<\/th>\n <\/tr>\n <\/thead>\n <tbody>\n  <tr>\n <td><\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <\/tbody>\n <\/table>\n <\/div>\n <\/div>\n <div style=\"display: flex; width: 100%; flex-direction: column;\">\n <div>\n <a style=\"color: var(--nv-text-dark-bg)\" href=\"#diccionario\">\n <button title=\"Regresar al diccionario.\">\n &#x2637;\n <\/button>\n<\/a>\n<span id=\"1d062126010fcb048fc16cf9ba6820db\" style=\"font-weight: bold; margin-left: 10px; font-size: large;\">CONTENIDO CONTABLE<\/span> <\/div>\n <div style=\"flex-grow: 1; display: flex;\">\n <table style=\"width: 100%\">\n <thead>\n <tr>\n <th style=\"width: 80%\">Nombre de la regulaci\u00f3n<\/th>\n <th>Acciones<\/th>\n <\/tr>\n <\/thead>\n <tbody>\n  <tr>\n <td>CUENTA PUBLICA 2021<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/xKO8aJQuNcGg5ObRhyhfk7bSOlPSmVLanMyU0PrT.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>CUENTA PUBLICA 2022<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/HGgg6Z3p8Vv0nxhAAimmENQr34hOAYhczEUMf7LE.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>ESTADO DE ACTIVIDADES CTA. P. 2022<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/w4JE52Opw2Hv8NhLoJKpESkxpfe8Tsc9efFNbOwN.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>RELACION DE CUENTAS 2024<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/HGpH3sdYR4gKJwOazKrjBCLIJ2xjHUZOJTcvUZu6.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>A. ESTADO  ANALITICO DEL EJERCICIO DE EGRESOS CLASIFICACION ADMINISTRATIVA 2024<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/CSeKnm1jpHFtApFdYIBqGJ9BUAfUQxUTjF8dsTZG.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>B. ESTADO  ANALITICO DEL EJERCICIO DEL PRESUPUESTO DE  EGRESOS CLASIFICACION ECONOMICA<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/5cx8pZszTV6wMFpEN2Ydvcwfj1ZWJuIVToPCoc2h.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>FORMATO BASE PARA VALIDACION OBRA FISM-FORT 3T<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/n9VGkVo1xzjQICgG1BjUkiOJiiO3FEggLsfGrvIg.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>C. ESTADO  ANALITICO DEL EJERCICIO DEL PRESUSPUESTO DE  EGRESOS CLASIFICACION POR OBJETO DEL GASTO.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/M5WPOfcc7bYTtaWM2EF3h4njj5FFfuy6LXXaE0md.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>CUENTA PUBLICA 2023<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/y104HBhTYjQzbyzuiEYqbMOESBAZUedYmmPf1rJq.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>D.6.2<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/h2v9N6TB0shABcno61SaHP61trESOocpszKoofpH.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>D.6.3<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/egV0GsTAtO4WD14L76r7rgO83EplLKyVKCQtoJoc.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>D. 1.11 OFICIO<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/ZY87GYMTLbWY6L9GGEuGGtzEZey4nxMst5mcVJwT.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>D. ESTADO  ANALITICO DEL EJERCICIO DEL PRESUSPUESTO DE  EGRESOS CLASIFICACION FUNCIONAL<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/Re22o7IsdLTcnYhjPnlNovTmcrl8eEzqNH43KRDH.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.1.1.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/lL81FRqDypRUewEgo2po1COhXQ3yLNmb2wAnpIHc.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.1.2.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/2pTWUv4JrThKos9TRorKp7XN8EsFLPllWeJEpF99.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.1.3.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/0Bj1nuP89Kwpid320ZeAEKNJAWJdy2tBakYPYTBO.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.1.4.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/HHucSgnPT3W1ANACtKDnaQwDmnw7Og0uBrgPpt1F.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.1.6.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/Lgbo8bzHNyz3SHVlAa1J5hZMhWDdwL4yCMbThT1d.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.1.7.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/alKDHs6xVsPOIdq6DYGQpOE3CY43ZmCTAljBG83t.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.1.8.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/emP6mm2NzkikIXbspYCRSuUXpOWB4NTaMAs5ZHFD.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.1.9.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/BQtHIBCjojE563KXUAoP5wI9IkvAqEgF6QWycyjj.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.2.1.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/vNl5cDJfvwamXbinYEVpxiO4kZcVDXyYMXOq5awP.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.2.2.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/YAb444RRgenvXesUsn9jHnLNgX8PHXWXGhxSMgqf.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.2.3.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/kepVKuu1FfSaJ1otoqMOA53358vjwhCbQx8Cu4Y2.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.2.4.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/1DyL2nkkQ8EmeoqbXHaBdgErodMsfamPsCaipq8G.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.2.5.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/5A1QOqXpJ28RQeHB5Jpl4UumBDeNAlPxEgfhd0J3.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.2.6.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/waHnJOlq7dodyg4vtnBLrom1mh8BE7JfvIcQSttc.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.2.7.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/mSHBD0luuqCrj17xVmRJSpOQ6kFIjeCavj6oVNR0.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.2.8.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/kmTzljGYEDRCZXjHzI4bhHEq2mkRYhI3aOyhqiWm.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.2.9.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/eQuUw8iNtTzbtsd7QRWc1t2Ki1YdJUbUnoNnBFYv.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.2.10.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/F2vKf39GHQSfiQNbR57lCo0BKWkQ8vhtUNdVuTZT.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.2.11.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/TbpOpXtbaPC9Vry6uDspwiNDD2muSSaqxXr4yHmi.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.3.1.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/qSQZPXXiFwx2uYFpmvAwfZGHbJZm9YKBabpisju6.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.3.2.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/irBAPImk7voo2sPNKXD39QOgvWAdjKSx3XHVYdMW.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.3.3.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/eU46Dpfpb86dPeOlyOxNqRxBCGY4U1wIfWtK2oD0.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.9.3.4.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/YVGT9HQZtSKdxk441CtXydpmnSMsXZ9yeFDSAKjB.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.1.1.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/TQO0brVoQZVZPxAWIZnhkCJyZ6RIxhZhJ8d5hRdi.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.1.2.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/PNyUgPb0eB3wjxdrFa3MbyJvivC1yGLxhPrl2pvb.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.1.3.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/WZz6O8WmE27laHFJSkygBIx4QVCXZB1Ze4O9LGkl.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.1.4.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/99GN2IbQNxd78XlB1lmhYhjhXTx4bt0T9WWUoF1T.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.1.5.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/FZRmJjL0Sgtii55ULpCoZMavj5V1zSEH9Eru4FNh.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.1.6.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/VCsCeKzx696iBHxXKYYKZYpygbfqkDLpRv7tpUDp.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.2.1.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/1VUl92t2H6NoFTKTdakK1KpGW1M13Qvu6GUGmXmb.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.2.2.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/oqbqDBGkkis0ZaVUeEADQMRlatO3o0dC8OJBnw4F.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.2.3.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/xDNXK1c72NDSvL8KyeQBIYheE8Jut8gvytLpp1Vi.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.2.4.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/R7cZ47FDQrI1LdVH0iocQlgwovPDzi2ef9RRjOMy.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.2.5.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/J67thWBc8vlp581LmAcKGK4q9BFfD7d07B4nMStG.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.2.6.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/lkY13NWwX1TiWZgnlhONPK11rbPtIZA3Eocx5a4d.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.3.1.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/5aDvDIfggVBT0DTj2wp8bdCbcJrlIySGXCMcz9ae.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.3.2.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/ewZYj7LbJnYXPox6wUsXYZXK1fbAD2i7SM8n0C6T.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.3.3.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/XHHJKBjXLnZ2r04ZxhS7BnCl6OQzkXVvTU0UqdlU.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.3.4.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/hXrscr1nhIm6MsIERaJ8HGFOVoEqfCvNeW4KdqVa.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.3.5.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/mbJd7iLSOint4POcMyacNw52FRiY2HRf6ZP9rnQP.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.3.6.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/yl67OZFCjn18allJu8yE1xXpaapu1uuDWE2Byoo7.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.4.1.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/6WUwX0rssnIDyqgguloPPIqRUJOS6J9v0SfIAZkL.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.4.2.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/yrdbRyKHWL8BaIV5nTGNbULjhxGkuj6izRRpAVkZ.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.4.3.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/2urrBE3tuUeK3qDWaPBI0456wm7TXanpxmNdeZIs.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.4.4.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/IPAuqTTd4wtX1UmQy8jhY3MsBylIPyJ0hbmRYRRR.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.4.5.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/q6NKXhH0PR6ABY3XDbm1S92gJq9RIM2e0zitQQqK.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E.10.4.6.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/oXtqiTgyHV3gX1kabkLFFeCAy3nr7gbaKjnZrEit.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E. 1 .1 .4.<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/YAAF94m78iGCh0Bys8jSlVC0ajvlenhdzd9hAzT4.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>E. ENDEUDAMIENTO NETO ENERO- SEPTIEMBRE 2024<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/2LGCoV17IZxtvsXgMqb9p0sZZc3B7yOcI762uISD.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>F. INTERESES DE LA DEUDA DEL 1 DE ENERO AL 30 DE SEPTIEMBRE 2024<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/UPSnae9aJ98w2vmqZpBZPbHV78KUPBgj30QRbF5Y.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>F_ISC_21_MUNICIPIOS<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/faK7rohM4ribBlQQ67k9PY12qBZOzBsKWVG2prlw.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>H. GASTOS POR CATEGORIA PROGRAMATICA DEL 1 DE ENERO AL 30 DE SEPTIEMBRE 2024<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/R1ysn6ehLaGxSGpc3KmuDc1H1PXY9rG4AA8Uv1SF.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>FORMATO VALIDACION INDICADORES 2024 3T<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/PCLgXiPMkGMcmZi6L83KkYWeK0UpT9LkPaEgjy3r.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>J. INCADORES DE POSTURA FISCAL DE 1 DE ENE A 30  SEP 2024<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/l110AHteylAhlLuyKNabtMAYBVZ5IL1zpNVpraqS.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>K. NOTAS  A LOS ESTADOS FINANCIEROS NOTA AL ESTADO DE ACTIVIDADES ENE-SEP 2024<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/yfuB2X9gWgvcpABdinQzIrZeoNHIf6AzQOelTXx8.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>L NOTAS A LOS ESTADOS FINACIEROS NOTAS AL ESTADO DE SITUACION FINANCIERA ENE-SEP 2024<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/WJ5xeS3GlhB7xjNfjXXW7dwnHxUJ8b93YRzJsbbx.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>M. NOTAS  A LOS ESTADOS FINANCIEROS DE VARIACION EN LA HACIENDA PUBLICA<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/NzkFr0zRaOgMkRGsIgQHf1P6pn0gi7xQBl84DfKp.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>CUENTA PUBLICA 1 2021<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/ZL2c5hmDR93WZ8tTJZgWP9Onl7lzo5G5phdCMNrO.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>P. NOTAS  A LOS ESTADOS FINANCIEROS NOTAS DE MEMORIA<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/50NHO41ypWuHDa1z16B86iCBKy3aeW6sGsw1x4no.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>PLANTILLA ACATENO 3T 24<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/SwgSwT9yNvVaY4p9Dl2ic3aLBMSUJBFI6HO4f3jt.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <tr>\n <td>SEVAC D.5.1<\/td>\n <td>\n <div class=\"wp-block-button is-style-primary\">\n <a class=\"wp-block-button__link wp-element-button\" target=\"_blank\" title=\"Descargar Archivo\"\n href=\"https:\/\/storage.googleapis.com\/gmw\/acateno\/demo1\/marconormativo\/manuales\/e3RikDFb3RxoBoGgLwUxhAJVu1ugT9d240OS6Dv9.pdf\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-file-earmark-arrow-down\" viewBox=\"0 0 16 16\">\n <path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"\/>\n <path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"\/>\n <\/svg>\n <\/a>\n<\/div> <\/td>\n <\/tr>\n  <\/tbody>\n <\/table>\n <\/div>\n <\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"on","_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-443","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SEVAC - H. Ayuntamiento de Acateno<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/acateno.gob.mx\/?page_id=443\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SEVAC - H. Ayuntamiento de Acateno\" \/>\n<meta property=\"og:url\" content=\"https:\/\/acateno.gob.mx\/?page_id=443\" \/>\n<meta property=\"og:site_name\" content=\"H. Ayuntamiento de Acateno\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/H-Ayuntamiento-de-Acateno-2024-2027\/61564008790825\/?_rdr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/acateno.gob.mx\/?page_id=443\",\"url\":\"https:\/\/acateno.gob.mx\/?page_id=443\",\"name\":\"SEVAC - H. Ayuntamiento de Acateno\",\"isPartOf\":{\"@id\":\"https:\/\/acateno.gob.mx\/#website\"},\"datePublished\":\"2024-11-15T01:26:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/acateno.gob.mx\/?page_id=443#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/acateno.gob.mx\/?page_id=443\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/acateno.gob.mx\/?page_id=443#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\/\/acateno.gob.mx\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SEVAC\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/acateno.gob.mx\/#website\",\"url\":\"https:\/\/acateno.gob.mx\/\",\"name\":\"H. Ayuntamiento de Acateno\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/acateno.gob.mx\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/acateno.gob.mx\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/acateno.gob.mx\/#organization\",\"name\":\"H. Ayuntamiento de Acateno\",\"url\":\"https:\/\/acateno.gob.mx\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/acateno.gob.mx\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/acateno.gob.mx\/wp-content\/uploads\/2024\/12\/logo.jpg\",\"contentUrl\":\"https:\/\/acateno.gob.mx\/wp-content\/uploads\/2024\/12\/logo.jpg\",\"width\":1600,\"height\":1600,\"caption\":\"H. Ayuntamiento de Acateno\"},\"image\":{\"@id\":\"https:\/\/acateno.gob.mx\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/people\/H-Ayuntamiento-de-Acateno-2024-2027\/61564008790825\/?_rdr\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SEVAC - H. Ayuntamiento de Acateno","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/acateno.gob.mx\/?page_id=443","og_locale":"es_MX","og_type":"article","og_title":"SEVAC - H. Ayuntamiento de Acateno","og_url":"https:\/\/acateno.gob.mx\/?page_id=443","og_site_name":"H. Ayuntamiento de Acateno","article_publisher":"https:\/\/www.facebook.com\/people\/H-Ayuntamiento-de-Acateno-2024-2027\/61564008790825\/?_rdr","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/acateno.gob.mx\/?page_id=443","url":"https:\/\/acateno.gob.mx\/?page_id=443","name":"SEVAC - H. Ayuntamiento de Acateno","isPartOf":{"@id":"https:\/\/acateno.gob.mx\/#website"},"datePublished":"2024-11-15T01:26:58+00:00","breadcrumb":{"@id":"https:\/\/acateno.gob.mx\/?page_id=443#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/acateno.gob.mx\/?page_id=443"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/acateno.gob.mx\/?page_id=443#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/acateno.gob.mx\/"},{"@type":"ListItem","position":2,"name":"SEVAC"}]},{"@type":"WebSite","@id":"https:\/\/acateno.gob.mx\/#website","url":"https:\/\/acateno.gob.mx\/","name":"H. Ayuntamiento de Acateno","description":"","publisher":{"@id":"https:\/\/acateno.gob.mx\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/acateno.gob.mx\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/acateno.gob.mx\/#organization","name":"H. Ayuntamiento de Acateno","url":"https:\/\/acateno.gob.mx\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/acateno.gob.mx\/#\/schema\/logo\/image\/","url":"https:\/\/acateno.gob.mx\/wp-content\/uploads\/2024\/12\/logo.jpg","contentUrl":"https:\/\/acateno.gob.mx\/wp-content\/uploads\/2024\/12\/logo.jpg","width":1600,"height":1600,"caption":"H. Ayuntamiento de Acateno"},"image":{"@id":"https:\/\/acateno.gob.mx\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/H-Ayuntamiento-de-Acateno-2024-2027\/61564008790825\/?_rdr"]}]}},"_links":{"self":[{"href":"https:\/\/acateno.gob.mx\/index.php?rest_route=\/wp\/v2\/pages\/443","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/acateno.gob.mx\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/acateno.gob.mx\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/acateno.gob.mx\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/acateno.gob.mx\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=443"}],"version-history":[{"count":0,"href":"https:\/\/acateno.gob.mx\/index.php?rest_route=\/wp\/v2\/pages\/443\/revisions"}],"wp:attachment":[{"href":"https:\/\/acateno.gob.mx\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}