{"id":10119,"date":"2026-03-09T17:03:41","date_gmt":"2026-03-09T22:03:41","guid":{"rendered":"https:\/\/ensst.edu.co\/ens\/?p=10119"},"modified":"2026-03-09T17:11:29","modified_gmt":"2026-03-09T22:11:29","slug":"acuerdo-no-001-de-2026","status":"publish","type":"post","link":"https:\/\/ensst.edu.co\/ens\/2026\/03\/09\/acuerdo-no-001-de-2026\/","title":{"rendered":"ACUERDO No 001 \u00a0de 2026"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"10119\" class=\"elementor elementor-10119\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72b3c98 e-flex e-con-boxed e-con e-parent\" data-id=\"72b3c98\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bd02805 elementor-widget elementor-widget-html\" data-id=\"bd02805\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Acuerdo No. 001 de 2026 \u2013 Escuela Normal Superior Santiago de Tunja<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900&family=Source+Serif+4:ital,wght@0,300;0,400;0,600;1,300&family=DM+Mono:wght@400;500&display=swap\" rel=\"stylesheet\"\/>\n  <style>\n    :root {\n      --rojo:   #C0152A;\n      --azul:   #003A8C;\n      --azul-claro: #1155CC;\n      --blanco: #FFFFFF;\n      --gris-f: #F5F5F7;\n      --gris-t: #444444;\n      --negro:  #111111;\n      --borde:  #D8D8D8;\n      --sombra: 0 4px 24px rgba(0,58,140,0.10);\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      font-family: 'Source Serif 4', Georgia, serif;\n      background: var(--gris-f);\n      color: var(--negro);\n      min-height: 100vh;\n    }\n\n    \/* \u2500\u2500 TOP STRIPE \u2500\u2500 *\/\n    .stripe-top {\n      height: 6px;\n      background: linear-gradient(90deg, var(--rojo) 0%, var(--azul) 100%);\n    }\n\n    \/* \u2500\u2500 HEADER \u2500\u2500 *\/\n    header {\n      background: var(--blanco);\n      border-bottom: 3px solid var(--rojo);\n      padding: 28px 24px 20px;\n      text-align: center;\n      position: relative;\n    }\n    .header-inner {\n      max-width: 860px;\n      margin: 0 auto;\n      display: flex;\n      align-items: center;\n      gap: 22px;\n      justify-content: center;\n      flex-wrap: wrap;\n    }\n    .escudo {\n      width: 70px;\n      height: 70px;\n      background: var(--azul);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      box-shadow: 0 2px 12px rgba(0,58,140,0.25);\n    }\n    .escudo svg { width: 38px; height: 38px; fill: var(--blanco); }\n    .header-text { text-align: left; }\n    .header-text .alcaldia {\n      font-family: 'Source Serif 4', serif;\n      font-style: italic;\n      font-weight: 300;\n      font-size: 0.85rem;\n      color: var(--azul);\n      letter-spacing: 0.02em;\n    }\n    .header-text .secretaria {\n      font-family: 'Source Serif 4', serif;\n      font-style: italic;\n      font-weight: 300;\n      font-size: 0.85rem;\n      color: var(--azul);\n    }\n    .header-text h1 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(1.05rem, 3vw, 1.35rem);\n      font-weight: 900;\n      color: var(--negro);\n      letter-spacing: 0.01em;\n      margin-top: 4px;\n      text-transform: uppercase;\n    }\n\n    \/* \u2500\u2500 BADGE ACUERDO \u2500\u2500 *\/\n    .acuerdo-badge {\n      background: linear-gradient(135deg, var(--rojo) 0%, #8B0019 100%);\n      color: var(--blanco);\n      padding: 18px 28px;\n      text-align: center;\n      margin: 0;\n    }\n    .acuerdo-badge .num {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(1.4rem, 5vw, 2rem);\n      font-weight: 900;\n      letter-spacing: 0.05em;\n    }\n    .acuerdo-badge .fecha {\n      font-size: 0.9rem;\n      opacity: 0.88;\n      margin-top: 4px;\n      font-style: italic;\n    }\n    .acuerdo-badge .objeto {\n      font-size: 0.82rem;\n      opacity: 0.80;\n      margin-top: 6px;\n      max-width: 600px;\n      margin-left: auto;\n      margin-right: auto;\n      line-height: 1.5;\n    }\n\n    \/* \u2500\u2500 MAIN \u2500\u2500 *\/\n    main {\n      max-width: 900px;\n      margin: 32px auto;\n      padding: 0 16px 60px;\n      display: flex;\n      flex-direction: column;\n      gap: 28px;\n    }\n\n    \/* \u2500\u2500 SECTION CARD \u2500\u2500 *\/\n    .card {\n      background: var(--blanco);\n      border-radius: 10px;\n      box-shadow: var(--sombra);\n      overflow: hidden;\n      animation: fadeUp 0.5s ease both;\n    }\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(18px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n    .card:nth-child(1) { animation-delay: 0.05s; }\n    .card:nth-child(2) { animation-delay: 0.12s; }\n    .card:nth-child(3) { animation-delay: 0.19s; }\n    .card:nth-child(4) { animation-delay: 0.26s; }\n    .card:nth-child(5) { animation-delay: 0.33s; }\n    .card:nth-child(6) { animation-delay: 0.40s; }\n\n    .card-header {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 14px 22px;\n      background: var(--azul);\n      color: var(--blanco);\n    }\n    .card-header.rojo { background: var(--rojo); }\n    .card-header.azul-claro { background: var(--azul-claro); }\n    .card-header .icon {\n      width: 34px; height: 34px;\n      background: rgba(255,255,255,0.15);\n      border-radius: 6px;\n      display: flex; align-items: center; justify-content: center;\n      flex-shrink: 0;\n    }\n    .card-header .icon svg { width: 18px; height: 18px; fill: var(--blanco); }\n    .card-header h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: 1rem;\n      font-weight: 700;\n      letter-spacing: 0.03em;\n      text-transform: uppercase;\n    }\n\n    .card-body { padding: 22px 24px; }\n    .card-body p { font-size: 0.93rem; line-height: 1.75; color: var(--gris-t); margin-bottom: 14px; }\n    .card-body p:last-child { margin-bottom: 0; }\n\n    \/* \u2500\u2500 RESUMEN FINANCIERO \u2500\u2500 *\/\n    .resumen-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));\n      gap: 14px;\n      padding: 22px 24px;\n    }\n    .resumen-item {\n      background: var(--gris-f);\n      border-left: 4px solid var(--azul);\n      border-radius: 6px;\n      padding: 14px 16px;\n    }\n    .resumen-item.rojo { border-color: var(--rojo); }\n    .resumen-item label {\n      display: block;\n      font-size: 0.72rem;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      color: #777;\n      margin-bottom: 6px;\n    }\n    .resumen-item .valor {\n      font-family: 'DM Mono', monospace;\n      font-size: 1.05rem;\n      font-weight: 500;\n      color: var(--negro);\n    }\n\n    \/* \u2500\u2500 TABLA \u2500\u2500 *\/\n    .tabla-wrap { overflow-x: auto; padding: 0 24px 24px; }\n    table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 0.82rem;\n    }\n    thead tr { background: var(--azul); color: var(--blanco); }\n    thead th {\n      padding: 10px 12px;\n      text-align: left;\n      font-family: 'DM Mono', monospace;\n      font-weight: 500;\n      letter-spacing: 0.04em;\n      white-space: nowrap;\n    }\n    thead th:not(:first-child) { text-align: right; }\n    tbody tr { border-bottom: 1px solid var(--borde); }\n    tbody tr:nth-child(even) { background: #F9FAFB; }\n    tbody tr:hover { background: #EEF3FF; transition: background 0.15s; }\n    td {\n      padding: 9px 12px;\n      color: var(--gris-t);\n      vertical-align: top;\n    }\n    td.mono {\n      font-family: 'DM Mono', monospace;\n      font-size: 0.80rem;\n      text-align: right;\n      white-space: nowrap;\n    }\n    .bold-row td { font-weight: 700; color: var(--negro); background: #F0F4FF !important; }\n    tfoot td {\n      font-family: 'DM Mono', monospace;\n      font-weight: 700;\n      font-size: 0.85rem;\n      padding: 11px 12px;\n      background: var(--azul);\n      color: var(--blanco);\n      text-align: right;\n    }\n    tfoot td:first-child { text-align: left; }\n\n    \/* \u2500\u2500 INGRESOS TABLE \u2500\u2500 *\/\n    .cod { font-family: 'DM Mono', monospace; font-size: 0.78rem; color: #666; white-space: nowrap; }\n\n    \/* \u2500\u2500 GASTOS TABLE \u2500\u2500 *\/\n    .gastos-sub { color: #999; font-size: 0.78rem; }\n\n    \/* \u2500\u2500 ART\u00cdCULO DESTACADO \u2500\u2500 *\/\n    .articulo-box {\n      border: 2px solid var(--rojo);\n      border-radius: 8px;\n      padding: 18px 22px;\n      margin: 22px 24px;\n      background: #FFF8F8;\n    }\n    .articulo-box .art-label {\n      font-family: 'DM Mono', monospace;\n      font-size: 0.72rem;\n      font-weight: 500;\n      text-transform: uppercase;\n      letter-spacing: 0.1em;\n      color: var(--rojo);\n      margin-bottom: 8px;\n    }\n    .articulo-box p { font-size: 0.9rem; line-height: 1.7; color: var(--gris-t); }\n\n    \/* \u2500\u2500 FIRMANTES \u2500\u2500 *\/\n    .firmas-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 18px;\n      padding: 22px 24px;\n    }\n    .firma-card {\n      text-align: center;\n      padding: 18px 12px;\n      border: 1px solid var(--borde);\n      border-radius: 8px;\n      transition: box-shadow 0.2s;\n    }\n    .firma-card:hover { box-shadow: 0 4px 16px rgba(0,58,140,0.12); }\n    .firma-card .firma-linea {\n      height: 2px;\n      background: linear-gradient(90deg, var(--rojo), var(--azul));\n      border-radius: 2px;\n      margin: 14px auto 12px;\n      width: 80%;\n    }\n    .firma-card .nombre {\n      font-weight: 600;\n      font-size: 0.88rem;\n      color: var(--negro);\n      margin-bottom: 4px;\n    }\n    .firma-card .cargo {\n      font-size: 0.75rem;\n      color: #888;\n      font-style: italic;\n    }\n    .firma-card .avatar {\n      width: 44px; height: 44px;\n      border-radius: 50%;\n      background: linear-gradient(135deg, var(--azul) 0%, var(--rojo) 100%);\n      margin: 0 auto;\n      display: flex; align-items: center; justify-content: center;\n      color: white;\n      font-family: 'Playfair Display', serif;\n      font-size: 1.1rem;\n      font-weight: 700;\n    }\n\n    \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n    footer {\n      text-align: center;\n      padding: 22px 16px;\n      font-size: 0.75rem;\n      color: #999;\n      border-top: 1px solid var(--borde);\n      background: var(--blanco);\n    }\n    footer a { color: var(--azul); text-decoration: none; }\n    footer strong { color: var(--gris-t); }\n\n    \/* \u2500\u2500 CHIP TOTAL \u2500\u2500 *\/\n    .chip-total {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: var(--azul);\n      color: var(--blanco);\n      border-radius: 30px;\n      padding: 6px 16px;\n      font-family: 'DM Mono', monospace;\n      font-size: 0.82rem;\n      font-weight: 500;\n      margin: 0 24px 20px;\n    }\n\n    @media (max-width: 600px) {\n      .header-text { text-align: center; }\n      .header-inner { flex-direction: column; gap: 12px; }\n      .card-body, .tabla-wrap, .articulo-box, .resumen-grid, .firmas-grid { padding-left: 14px; padding-right: 14px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div class=\"stripe-top\"><\/div>\n\n<!-- HEADER -->\n<header>\n  <div class=\"header-inner\">\n    <div class=\"escudo\">\n      <!-- Eagle \/ crest placeholder SVG -->\n      <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z\"\/>\n      <\/svg>\n    <\/div>\n    <div class=\"header-text\">\n      <div class=\"alcaldia\">Alcald\u00eda Mayor de Tunja<\/div>\n      <div class=\"secretaria\">Secretar\u00eda de Educaci\u00f3n Municipal<\/div>\n      <h1>Escuela Normal Superior Santiago de Tunja<\/h1>\n    <\/div>\n  <\/div>\n<\/header>\n\n<!-- BADGE -->\n<div class=\"acuerdo-badge\">\n  <div class=\"num\">ACUERDO No. 001 DE 2026<\/div>\n  <div class=\"fecha\">26 de enero de 2026<\/div>\n  <div class=\"objeto\">Por medio del cual se adiciona los Recursos del Balance de la vigencia 2025 al presupuesto de Ingresos y Gastos del Fondo de Servicios Educativos de la Escuela Normal Superior Santiago de Tunja.<\/div>\n<\/div>\n\n<main>\n\n  <!-- SECCI\u00d3N 1: CONSIDERANDO -->\n  <div class=\"card\">\n    <div class=\"card-header\">\n      <div class=\"icon\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm4 18H6V4h7v5h5v11z\"\/><\/svg>\n      <\/div>\n      <h2>Considerando<\/h2>\n    <\/div>\n    <div class=\"card-body\">\n      <p>EL CONSEJO DIRECTIVO, en uso de sus facultades concedidas en la Ley 715 de 2001 y Decreto 1075 de 2015, expedido por el Ministerio de Educaci\u00f3n Nacional.<\/p>\n      <p>Mediante Acuerdo No. 010 de 01 de diciembre de 2025 emanado del Consejo Directivo se adopt\u00f3 el presupuesto de ingresos y gastos del Fondo de Servicios Educativos de la Escuela Normal Superior Santiago de Tunja, para la vigencia fiscal 2026.<\/p>\n      <p>En la vigencia 2025 se generaron Recursos del Balance por valor de <strong>$101.448.489,49<\/strong> por concepto de Transferencias del Sistema General de Participaciones: de Gratuidad Educativa la suma de $11.620.625,70; Transferencias municipales calidad la suma de $57.688.645,26; Recursos Propios la suma de $22.419.305,54; Ciclo Complementario $8.137.002; Recursos de Rendimientos Financieros de Gratuidad $1.454.851,22; Recursos Rendimientos Financieros transferencia de calidad $199.483,40.<\/p>\n      <p>Mediante oficio de fecha 22 de enero de 2026 emanado de la Rector\u00eda de la Escuela Normal Superior Santiago de Tunja y radicado el 22 de enero de 2026, se solicit\u00f3 a la Secretar\u00eda de Educaci\u00f3n Territorial aprobaci\u00f3n para adicionar los Recursos del Balance de la vigencia 2025 como lo establece el art\u00edculo 2.3.1.6.3.12 del Decreto 1075 de 2015.<\/p>\n      <p>Mediante comunicaci\u00f3n por correo electr\u00f3nico a la Instituci\u00f3n Educativa del 23 de enero de 2026 emanado de la Secretar\u00eda de Educaci\u00f3n Territorial se aprob\u00f3 la adici\u00f3n presupuestal se\u00f1alando que los recursos con destinaci\u00f3n espec\u00edfica deben utilizarse \u00fanicamente para lo que fueron transferidos por quien asign\u00f3 el recurso.<\/p>\n      <p>Que se requiere adicionar los recursos del balance de la vigencia 2025 al Presupuesto de Fondo de Servicios Educativos vigencia 2026 de la Escuela Normal Superior Santiago de Tunja.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- SECCI\u00d3N 2: RESUMEN BALANCE -->\n  <div class=\"card\">\n    <div class=\"card-header rojo\">\n      <div class=\"icon\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z\"\/><\/svg>\n      <\/div>\n      <h2>Resumen de Recursos del Balance \u2014 Vigencia 2025<\/h2>\n    <\/div>\n    <div class=\"resumen-grid\">\n      <div class=\"resumen-item\">\n        <label>Gratuidad Educativa<\/label>\n        <div class=\"valor\">$11.620.625,70<\/div>\n      <\/div>\n      <div class=\"resumen-item\">\n        <label>Transf. Municipales Calidad<\/label>\n        <div class=\"valor\">$57.688.645,26<\/div>\n      <\/div>\n      <div class=\"resumen-item\">\n        <label>Recursos Propios<\/label>\n        <div class=\"valor\">$22.419.305,54<\/div>\n      <\/div>\n      <div class=\"resumen-item\">\n        <label>Ciclo Complementario<\/label>\n        <div class=\"valor\">$8.137.002,00<\/div>\n      <\/div>\n      <div class=\"resumen-item rojo\">\n        <label>Rdtos. Financieros Gratuidad<\/label>\n        <div class=\"valor\">$1.454.851,22<\/div>\n      <\/div>\n      <div class=\"resumen-item rojo\">\n        <label>Rdtos. Financieros Calidad<\/label>\n        <div class=\"valor\">$199.483,40<\/div>\n      <\/div>\n    <\/div>\n    <div style=\"padding:0 24px 20px; border-top:1px solid var(--borde);\">\n      <div class=\"chip-total\" style=\"margin-top:16px;\">\n        TOTAL RECURSOS DEL BALANCE &nbsp;|&nbsp; $101.448.489,49\n      <\/div>\n    <\/div>\n\n    <!-- Tabla resumen ingresos\/gastos\/saldo -->\n    <div class=\"tabla-wrap\">\n      <table>\n        <thead>\n          <tr>\n            <th>Concepto<\/th>\n            <th>Ingresos<\/th>\n            <th>Gastos<\/th>\n            <th>Saldo<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr class=\"bold-row\"><td>1. Recursos Propios<\/td><td class=\"mono\">0,00<\/td><td class=\"mono\">0,00<\/td><td class=\"mono\">0,00<\/td><\/tr>\n          <tr><td>1.1 Venta de Bienes y Servicios<\/td><td class=\"mono\">50.977.650,00<\/td><td class=\"mono\">30.757.190,50<\/td><td class=\"mono\">20.220.459,50<\/td><\/tr>\n          <tr><td>1.2 Ciclo Complementario<\/td><td class=\"mono\">63.261.610,00<\/td><td class=\"mono\">55.124.608,00<\/td><td class=\"mono\">8.137.002,00<\/td><\/tr>\n          <tr class=\"bold-row\"><td>2. Gratuidad<\/td><td class=\"mono\"><\/td><td class=\"mono\"><\/td><td class=\"mono\">0,00<\/td><\/tr>\n          <tr><td>2.1 Matr\u00edcula y Jornada \u00danica<\/td><td class=\"mono\">241.102.295,00<\/td><td class=\"mono\">230.981.670,30<\/td><td class=\"mono\">10.120.624,70<\/td><\/tr>\n          <tr><td>2.2 Formaci\u00f3n Integral<\/td><td class=\"mono\">27.606.657,00<\/td><td class=\"mono\">27.539.900,00<\/td><td class=\"mono\">66.757,00<\/td><\/tr>\n          <tr><td>2.3 Primera Infancia<\/td><td class=\"mono\">25.348.956,00<\/td><td class=\"mono\">25.348.956,00<\/td><td class=\"mono\">0,00<\/td><\/tr>\n          <tr class=\"bold-row\"><td>3. Transferencias Municipales<\/td><td class=\"mono\">94.582.793,00<\/td><td class=\"mono\">36.894.148,74<\/td><td class=\"mono\">57.688.644,26<\/td><\/tr>\n          <tr class=\"bold-row\"><td>4. Recursos de Capital<\/td><td class=\"mono\"><\/td><td class=\"mono\"><\/td><td class=\"mono\">0,00<\/td><\/tr>\n          <tr><td>4.1 Rendimientos Financieros Gratuidad<\/td><td class=\"mono\">1.255.367,82<\/td><td class=\"mono\"><\/td><td class=\"mono\">1.255.367,82<\/td><\/tr>\n          <tr><td>4.1 Rendimientos Financieros Calidad<\/td><td class=\"mono\">61.302,77<\/td><td class=\"mono\"><\/td><td class=\"mono\">61.302,77<\/td><\/tr>\n          <tr><td>4.2 Recurso del Bance Super\u00e1vit Gratuidad<\/td><td class=\"mono\">43.419.904,56<\/td><td class=\"mono\">41.919.903,56<\/td><td class=\"mono\">1.500.001,00<\/td><\/tr>\n          <tr><td>4.3 Recurso del Bance Operacionales<\/td><td class=\"mono\">22.885.992,65<\/td><td class=\"mono\">20.687.146,61<\/td><td class=\"mono\">2.198.846,04<\/td><\/tr>\n          <tr><td>4.4 Recurso del Bance Calidad<\/td><td class=\"mono\">20.452.436,08<\/td><td class=\"mono\">20.452.435,08<\/td><td class=\"mono\">1,00<\/td><\/tr>\n          <tr><td>4.5 Recursos del Balance Rendimientos Gratuidad<\/td><td class=\"mono\">0,00<\/td><td class=\"mono\"><\/td><td class=\"mono\">0,00<\/td><\/tr>\n          <tr><td>4.6 Recursos del Balance Rendimientos Calidad<\/td><td class=\"mono\">1.691.754,09<\/td><td class=\"mono\">1.492.270,69<\/td><td class=\"mono\">199.483,40<\/td><\/tr>\n        <\/tbody>\n        <tfoot>\n          <tr>\n            <td>TOTALES<\/td>\n            <td>592.646.718,97<\/td>\n            <td>491.198.229,48<\/td>\n            <td>101.448.489,49<\/td>\n          <\/tr>\n        <\/tfoot>\n      <\/table>\n    <\/div>\n  <\/div>\n\n  <!-- SECCI\u00d3N 3: ART\u00cdCULO PRIMERO \u2014 PRESUPUESTO DE INGRESOS -->\n  <div class=\"card\">\n    <div class=\"card-header azul-claro\">\n      <div class=\"icon\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm7 13H5v-.23c0-.62.28-1.2.76-1.58C7.47 15.82 9.64 15 12 15s4.53.82 6.24 2.19c.48.38.76.97.76 1.58V19z\"\/><\/svg>\n      <\/div>\n      <h2>Art\u00edculo Primero \u2014 Presupuesto de Ingresos<\/h2>\n    <\/div>\n    <div class=\"articulo-box\">\n      <div class=\"art-label\">Art\u00edculo Primero<\/div>\n      <p>Adicionar al Presupuesto de Ingresos del Fondo de Servicios Educativos de <strong>LA ESCUELA NORMAL SUPERIOR SANTIAGO DE TUNJA<\/strong> de la vigencia fiscal 2026 la suma de <strong>CIENTO UN MILLONES CUATROCIENTOS CUARENTA Y OCHO MIL CUATROCIENTOS OCHENTA Y NUEVE PESOS CON 49\/100 M\/CTE ($101.448.489,49)<\/strong> de acuerdo con el siguiente por menor:<\/p>\n    <\/div>\n    <div class=\"tabla-wrap\">\n      <table>\n        <thead>\n          <tr>\n            <th>C\u00f3digo<\/th>\n            <th>Nombre de Cuenta<\/th>\n            <th>C\u00f3digo SIFSE<\/th>\n            <th>Valor<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr class=\"bold-row\">\n            <td class=\"cod\">1<\/td>\n            <td>Ingresos<\/td>\n            <td><\/td>\n            <td class=\"mono\">$101.448.489,49<\/td>\n          <\/tr>\n          <tr class=\"bold-row\">\n            <td class=\"cod\">1.2<\/td>\n            <td>Recursos de Capital<\/td>\n            <td><\/td>\n            <td class=\"mono\">$101.448.489,49<\/td>\n          <\/tr>\n          <tr class=\"bold-row\">\n            <td class=\"cod\">1.2.10<\/td>\n            <td>Recursos del balance<\/td>\n            <td><\/td>\n            <td class=\"mono\">$101.448.489,49<\/td>\n          <\/tr>\n          <tr class=\"bold-row\">\n            <td class=\"cod\">1.2.10.02<\/td>\n            <td>Super\u00e1vit fiscal<\/td>\n            <td><\/td>\n            <td class=\"mono\">$101.448.489,49<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">1.2.10.02.01<\/td>\n            <td>Recursos de balance (RB) - venta de bienes<\/td>\n            <td class=\"mono\" style=\"text-align:left\">33<\/td>\n            <td class=\"mono\">$22.419.305,54<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">1.2.10.02.02<\/td>\n            <td>Recursos de balance (RB)- SGP Educaci\u00f3n-Calidad por Gratuidad<\/td>\n            <td class=\"mono\" style=\"text-align:left\">32<\/td>\n            <td class=\"mono\">$12.942.750,52<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">1.2.10.02.03<\/td>\n            <td>Recursos de balance (RB)-SGP Educaci\u00f3n-Calidad matr\u00edcula oficial<\/td>\n            <td class=\"mono\" style=\"text-align:left\">42<\/td>\n            <td class=\"mono\">$57.949.431,43<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">1.2.10.02.04<\/td>\n            <td>Recursos de balance (RB) - reintegro y otros recursos no apropiados - Ciclo Complementario 2025<\/td>\n            <td class=\"mono\" style=\"text-align:left\">62<\/td>\n            <td class=\"mono\">$8.137.002,00<\/td>\n          <\/tr>\n        <\/tbody>\n        <tfoot>\n          <tr>\n            <td colspan=\"3\">TOTAL INGRESOS<\/td>\n            <td>$101.448.489,49<\/td>\n          <\/tr>\n        <\/tfoot>\n      <\/table>\n    <\/div>\n  <\/div>\n\n  <!-- SECCI\u00d3N 4: ART\u00cdCULO SEGUNDO \u2014 PRESUPUESTO DE GASTOS -->\n  <div class=\"card\">\n    <div class=\"card-header rojo\">\n      <div class=\"icon\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.11 0-2 .89-2 2v12c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z\"\/><\/svg>\n      <\/div>\n      <h2>Art\u00edculo Segundo \u2014 Presupuesto de Gastos<\/h2>\n    <\/div>\n    <div class=\"articulo-box\">\n      <div class=\"art-label\">Art\u00edculo Segundo<\/div>\n      <p>Adicionar al Presupuesto de Gastos del Fondo de Servicios Educativos de <strong>LA ESCUELA NORMAL SUPERIOR SANTIAGO DE TUNJA<\/strong> de la vigencia fiscal 2026 la suma de <strong>CIENTO UN MILLONES CUATROCIENTOS CUARENTA Y OCHO MIL CUATROCIENTOS OCHENTA Y NUEVE PESOS CON 49\/100 M\/CTE ($101.448.489,49)<\/strong> de acuerdo con el siguiente por menor:<\/p>\n    <\/div>\n    <div class=\"tabla-wrap\">\n      <table>\n        <thead>\n          <tr>\n            <th>C\u00f3digo<\/th>\n            <th>Nombre<\/th>\n            <th>Total<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr class=\"bold-row\"><td class=\"cod\">2<\/td><td>Gastos<\/td><td class=\"mono\">$101.448.489,49<\/td><\/tr>\n          <tr class=\"bold-row\"><td class=\"cod\">2.1<\/td><td>Funcionamiento<\/td><td class=\"mono\">$101.448.489,49<\/td><\/tr>\n          <tr class=\"bold-row\"><td class=\"cod\">2.1.2<\/td><td>Adquisici\u00f3n de bienes y servicios<\/td><td class=\"mono\">$101.448.489,49<\/td><\/tr>\n          <tr class=\"bold-row\"><td class=\"cod\">2.1.2.02<\/td><td>Adquisiciones diferentes de activos<\/td><td class=\"mono\">$101.448.489,49<\/td><\/tr>\n          <tr class=\"bold-row\"><td class=\"cod\">2.1.2.02.02<\/td><td>Adquisici\u00f3n de servicios<\/td><td class=\"mono\">$101.448.489,49<\/td><\/tr>\n          <tr>\n            <td class=\"cod\">2.1.2.02.02.006<\/td>\n            <td>Comercio y distribuci\u00f3n; alojamiento; servicios de suministro de comidas y bebidas; servicios de transporte; y servicios de distribuci\u00f3n de electricidad, gas y agua<\/td>\n            <td class=\"mono\">$44.688.645,26<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">2.1.2.02.02.006.02<\/td>\n            <td>Servicios P\u00fablicos<\/td>\n            <td class=\"mono\">$44.688.645,26<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">2.1.2.02.02.006.02.01<\/td>\n            <td>Agua<\/td>\n            <td class=\"mono\">$22.688.645,26<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">2.1.2.02.02.006.2.02<\/td>\n            <td>Luz<\/td>\n            <td class=\"mono\">$22.000.000,00<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">2.1.2.02.02.007<\/td>\n            <td>Servicios financieros y servicios conexos; servicios inmobiliarios; y servicios de arrendamiento y leasing<\/td>\n            <td class=\"mono\">$20.261.000,00<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">2.1.2.02.02.007.01<\/td>\n            <td>Seguros y P\u00f3lizas<\/td>\n            <td class=\"mono\">$4.284.000,00<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">2.1.2.02.02.007.03<\/td>\n            <td>Arrendamientos Software<\/td>\n            <td class=\"mono\">$15.977.000,00<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">2.1.2.02.02.008<\/td>\n            <td>Servicios prestados a las empresas y servicios de producci\u00f3n<\/td>\n            <td class=\"mono\">$36.498.844,23<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">2.1.2.02.02.008.01<\/td>\n            <td>Servicios Profesionales y T\u00e9cnicos<\/td>\n            <td class=\"mono\">$13.900.000,00<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">2.1.2.02.02.008.02<\/td>\n            <td>Servicio Mantenimiento Equipos y Mobiliario<\/td>\n            <td class=\"mono\">$5.435.912,99<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">2.1.2.02.02.008.05<\/td>\n            <td>Servicio de Internet<\/td>\n            <td class=\"mono\">$4.162.931,24<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"cod\">2.1.2.02.02.008.06<\/td>\n            <td>Convenio UPTC<\/td>\n            <td class=\"mono\">$13.000.000,00<\/td>\n          <\/tr>\n        <\/tbody>\n        <tfoot>\n          <tr>\n            <td colspan=\"2\">TOTAL GASTOS<\/td>\n            <td>$101.448.489,49<\/td>\n          <\/tr>\n        <\/tfoot>\n      <\/table>\n    <\/div>\n  <\/div>\n\n  <!-- SECCI\u00d3N 5: ART\u00cdCULO TERCERO -->\n  <div class=\"card\">\n    <div class=\"card-header\">\n      <div class=\"icon\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n      <\/div>\n      <h2>Art\u00edculo Tercero \u2014 Vigencia<\/h2>\n    <\/div>\n    <div class=\"card-body\">\n      <p><strong>ART\u00cdCULO TERCERO:<\/strong> El presente Acuerdo rige a partir de la fecha de su expedici\u00f3n.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- SECCI\u00d3N 6: C\u00daMPLASE \/ FIRMAS -->\n  <div class=\"card\">\n    <div class=\"card-header\">\n      <div class=\"icon\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg>\n      <\/div>\n      <h2>C\u00famplase \u2014 Consejo Directivo<\/h2>\n    <\/div>\n    <div class=\"card-body\">\n      <p style=\"text-align:center; color:#888; font-style:italic;\">Dado en Tunja a los veintis\u00e9is (26) d\u00edas del mes de enero de 2026<\/p>\n    <\/div>\n    <div class=\"firmas-grid\">\n      <div class=\"firma-card\">\n        <div class=\"avatar\">MF<\/div>\n        <div class=\"firma-linea\"><\/div>\n        <div class=\"nombre\">Mauricio Fonseca Alvarez<\/div>\n        <div class=\"cargo\">Rector<\/div>\n      <\/div>\n      <div class=\"firma-card\">\n        <div class=\"avatar\">JH<\/div>\n        <div class=\"firma-linea\"><\/div>\n        <div class=\"nombre\">Jhon Fernando Hu\u00e9rfano Pati\u00f1o<\/div>\n        <div class=\"cargo\">Representante de Docentes<\/div>\n      <\/div>\n      <div class=\"firma-card\">\n        <div class=\"avatar\">FF<\/div>\n        <div class=\"firma-linea\"><\/div>\n        <div class=\"nombre\">Fredy Juli\u00e1n Fuerte Molina<\/div>\n        <div class=\"cargo\">Representante Sector Productivo<\/div>\n      <\/div>\n      <div class=\"firma-card\">\n        <div class=\"avatar\">LZ<\/div>\n        <div class=\"firma-linea\"><\/div>\n        <div class=\"nombre\">Lidia Esperanza Zipa Casas<\/div>\n        <div class=\"cargo\">Representante de Docentes<\/div>\n      <\/div>\n      <div class=\"firma-card\">\n        <div class=\"avatar\">EG<\/div>\n        <div class=\"firma-linea\"><\/div>\n        <div class=\"nombre\">Eduardo Josu\u00e9 Garay Escobar<\/div>\n        <div class=\"cargo\">Representante Padres de Familia<\/div>\n      <\/div>\n      <div class=\"firma-card\">\n        <div class=\"avatar\">JS<\/div>\n        <div class=\"firma-linea\"><\/div>\n        <div class=\"nombre\">Jose Edilson Soler Rocha<\/div>\n        <div class=\"cargo\">Representante Exalumnos<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/main>\n\n<footer>\n  <strong>Escuela Normal Superior Santiago de Tunja<\/strong><br>\n  Avenida Norte, zona U.P.T.C. Tunja \u2013 Boyac\u00e1 &nbsp;|&nbsp; Cel 3208580650 &nbsp;|&nbsp;\n  Email: <a href=\"mailto:secretariaacademica@ensst.edu.co\">secretariaacademica@ensst.edu.co<\/a> &nbsp;|&nbsp;\n  <a href=\"http:\/\/www.ensst.edu.gov.co\" target=\"_blank\">www.ensst.edu.gov.co<\/a>\n<\/footer>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-399277f elementor-widget elementor-widget-shortcode\" data-id=\"399277f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"real3dflipbook\" id=\"38_6a45b48ea3a5c\" style=\"position:absolute;\" data-flipbook-options=\"{&quot;pages&quot;:[{&quot;thumb&quot;:&quot;data:image\\\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==&quot;}],&quot;pdfUrl&quot;:&quot;https:\\\/\\\/ensst.edu.co\\\/ens\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/ACUERDO-No-001-DE-26-DE-ENERO-DE-2026-ADICION-RECURSOS-DEL-BALANCE.pdf&quot;,&quot;printPdfUrl&quot;:&quot;&quot;,&quot;tableOfContent&quot;:[],&quot;id&quot;:&quot;38&quot;,&quot;bookId&quot;:&quot;38&quot;,&quot;date&quot;:&quot;2026-03-09&quot;,&quot;lightboxThumbnailUrl&quot;:&quot;&quot;,&quot;mode&quot;:&quot;normal&quot;,&quot;viewMode&quot;:&quot;webgl&quot;,&quot;pageTextureSize&quot;:&quot;2048&quot;,&quot;pageTextureSizeSmall&quot;:&quot;1500&quot;,&quot;pageTextureSizeMobile&quot;:&quot;&quot;,&quot;pageTextureSizeMobileSmall&quot;:&quot;1024&quot;,&quot;minPixelRatio&quot;:&quot;1&quot;,&quot;pdfTextLayer&quot;:&quot;true&quot;,&quot;zoomMin&quot;:&quot;0.9&quot;,&quot;zoomStep&quot;:&quot;2&quot;,&quot;zoomSize&quot;:&quot;&quot;,&quot;zoomReset&quot;:&quot;false&quot;,&quot;doubleClickZoom&quot;:&quot;true&quot;,&quot;pageDrag&quot;:&quot;true&quot;,&quot;singlePageMode&quot;:&quot;false&quot;,&quot;pageFlipDuration&quot;:&quot;1&quot;,&quot;sound&quot;:&quot;true&quot;,&quot;startPage&quot;:&quot;1&quot;,&quot;pageNumberOffset&quot;:&quot;0&quot;,&quot;deeplinking&quot;:{&quot;enabled&quot;:&quot;false&quot;,&quot;prefix&quot;:&quot;&quot;},&quot;responsiveView&quot;:&quot;true&quot;,&quot;responsiveViewTreshold&quot;:&quot;768&quot;,&quot;responsiveViewRatio&quot;:&quot;1&quot;,&quot;cover&quot;:&quot;true&quot;,&quot;backCover&quot;:&quot;true&quot;,&quot;height&quot;:&quot;400&quot;,&quot;responsiveHeight&quot;:&quot;true&quot;,&quot;aspectRatio&quot;:&quot;2&quot;,&quot;thumbnailsOnStart&quot;:&quot;false&quot;,&quot;contentOnStart&quot;:&quot;false&quot;,&quot;searchOnStart&quot;:&quot;&quot;,&quot;tableOfContentCloseOnClick&quot;:&quot;true&quot;,&quot;thumbsCloseOnClick&quot;:&quot;true&quot;,&quot;autoplayOnStart&quot;:&quot;false&quot;,&quot;autoplayInterval&quot;:&quot;3000&quot;,&quot;autoplayLoop&quot;:&quot;true&quot;,&quot;autoplayStartPage&quot;:&quot;1&quot;,&quot;rightToLeft&quot;:&quot;false&quot;,&quot;pageWidth&quot;:&quot;&quot;,&quot;pageHeight&quot;:&quot;&quot;,&quot;thumbSize&quot;:&quot;130&quot;,&quot;logoImg&quot;:&quot;&quot;,&quot;logoUrl&quot;:&quot;&quot;,&quot;logoUrlTarget&quot;:&quot;_blank&quot;,&quot;logoCSS&quot;:&quot;position:absolute;left:0;top:0;&quot;,&quot;menuSelector&quot;:&quot;&quot;,&quot;zIndex&quot;:&quot;auto&quot;,&quot;preloaderText&quot;:&quot;&quot;,&quot;googleAnalyticsTrackingCode&quot;:&quot;&quot;,&quot;pdfBrowserViewerIfIE&quot;:&quot;false&quot;,&quot;modeMobile&quot;:&quot;&quot;,&quot;viewModeMobile&quot;:&quot;&quot;,&quot;aspectRatioMobile&quot;:&quot;&quot;,&quot;singlePageModeIfMobile&quot;:&quot;false&quot;,&quot;pdfBrowserViewerIfMobile&quot;:&quot;false&quot;,&quot;pdfBrowserViewerFullscreen&quot;:&quot;true&quot;,&quot;pdfBrowserViewerFullscreenTarget&quot;:&quot;_blank&quot;,&quot;btnTocIfMobile&quot;:&quot;true&quot;,&quot;btnThumbsIfMobile&quot;:&quot;true&quot;,&quot;btnShareIfMobile&quot;:&quot;false&quot;,&quot;btnDownloadPagesIfMobile&quot;:&quot;true&quot;,&quot;btnDownloadPdfIfMobile&quot;:&quot;true&quot;,&quot;btnSoundIfMobile&quot;:&quot;false&quot;,&quot;btnExpandIfMobile&quot;:&quot;true&quot;,&quot;btnPrintIfMobile&quot;:&quot;false&quot;,&quot;logoHideOnMobile&quot;:&quot;false&quot;,&quot;mobile&quot;:{&quot;thumbnailsOnStart&quot;:&quot;false&quot;,&quot;contentOnStart&quot;:&quot;false&quot;},&quot;lightboxCssClass&quot;:&quot;&quot;,&quot;lightboxLink&quot;:&quot;&quot;,&quot;lightboxLinkNewWindow&quot;:&quot;true&quot;,&quot;lightboxBackground&quot;:&quot;rgb(81, 85, 88)&quot;,&quot;lightboxBackgroundPattern&quot;:&quot;&quot;,&quot;lightboxBackgroundImage&quot;:&quot;&quot;,&quot;lightboxContainerCSS&quot;:&quot;display:inline-block;padding:10px;&quot;,&quot;lightboxThumbnailHeight&quot;:&quot;300&quot;,&quot;lightboxThumbnailUrlCSS&quot;:&quot;display:block;&quot;,&quot;lightboxThumbnailInfo&quot;:&quot;false&quot;,&quot;lightboxThumbnailInfoText&quot;:&quot;&quot;,&quot;lightboxThumbnailInfoCSS&quot;:&quot;top: 0;  width: 100%; height: 100%; font-size: 16px; color: #000; background: rgba(255,255,255,.8);&quot;,&quot;showTitle&quot;:&quot;false&quot;,&quot;showDate&quot;:&quot;false&quot;,&quot;hideThumbnail&quot;:&quot;false&quot;,&quot;lightboxText&quot;:&quot;&quot;,&quot;lightboxTextCSS&quot;:&quot;display:block;&quot;,&quot;lightboxTextPosition&quot;:&quot;top&quot;,&quot;lightBoxOpened&quot;:&quot;false&quot;,&quot;lightBoxFullscreen&quot;:&quot;false&quot;,&quot;lightboxCloseOnClick&quot;:&quot;false&quot;,&quot;lightboxStartPage&quot;:&quot;&quot;,&quot;lightboxMarginV&quot;:&quot;0&quot;,&quot;lightboxMarginH&quot;:&quot;0&quot;,&quot;lights&quot;:&quot;true&quot;,&quot;lightPositionX&quot;:&quot;0&quot;,&quot;lightPositionY&quot;:&quot;150&quot;,&quot;lightPositionZ&quot;:&quot;1400&quot;,&quot;lightIntensity&quot;:&quot;0.6&quot;,&quot;shadows&quot;:&quot;true&quot;,&quot;shadowMapSize&quot;:&quot;2048&quot;,&quot;shadowOpacity&quot;:&quot;0.2&quot;,&quot;shadowDistance&quot;:&quot;15&quot;,&quot;pageHardness&quot;:&quot;2&quot;,&quot;coverHardness&quot;:&quot;2&quot;,&quot;pageRoughness&quot;:&quot;1&quot;,&quot;pageMetalness&quot;:&quot;0&quot;,&quot;pageSegmentsW&quot;:&quot;6&quot;,&quot;pageSegmentsH&quot;:&quot;1&quot;,&quot;pageMiddleShadowSize&quot;:&quot;2&quot;,&quot;pageMiddleShadowColorL&quot;:&quot;#999999&quot;,&quot;pageMiddleShadowColorR&quot;:&quot;#777777&quot;,&quot;antialias&quot;:&quot;false&quot;,&quot;pan&quot;:&quot;0&quot;,&quot;tilt&quot;:&quot;0&quot;,&quot;rotateCameraOnMouseDrag&quot;:&quot;true&quot;,&quot;panMax&quot;:&quot;20&quot;,&quot;panMin&quot;:&quot;-20&quot;,&quot;tiltMax&quot;:&quot;0&quot;,&quot;tiltMin&quot;:&quot;0&quot;,&quot;currentPage&quot;:{&quot;enabled&quot;:&quot;true&quot;,&quot;title&quot;:&quot;Current page&quot;,&quot;hAlign&quot;:&quot;left&quot;,&quot;vAlign&quot;:&quot;top&quot;},&quot;btnAutoplay&quot;:{&quot;enabled&quot;:&quot;true&quot;,&quot;title&quot;:&quot;Autoplay&quot;},&quot;btnNext&quot;:{&quot;enabled&quot;:&quot;true&quot;,&quot;title&quot;:&quot;Next Page&quot;},&quot;btnLast&quot;:{&quot;enabled&quot;:&quot;false&quot;,&quot;title&quot;:&quot;Last Page&quot;},&quot;btnPrev&quot;:{&quot;enabled&quot;:&quot;true&quot;,&quot;title&quot;:&quot;Previous Page&quot;},&quot;btnFirst&quot;:{&quot;enabled&quot;:&quot;false&quot;,&quot;title&quot;:&quot;First Page&quot;},&quot;btnZoomIn&quot;:{&quot;enabled&quot;:&quot;true&quot;,&quot;title&quot;:&quot;Zoom in&quot;},&quot;btnZoomOut&quot;:{&quot;enabled&quot;:&quot;true&quot;,&quot;title&quot;:&quot;Zoom out&quot;},&quot;btnToc&quot;:{&quot;enabled&quot;:&quot;true&quot;,&quot;title&quot;:&quot;Table of Contents&quot;},&quot;btnThumbs&quot;:{&quot;enabled&quot;:&quot;true&quot;,&quot;title&quot;:&quot;Pages&quot;},&quot;btnShare&quot;:{&quot;enabled&quot;:&quot;true&quot;,&quot;title&quot;:&quot;Share&quot;},&quot;btnNotes&quot;:{&quot;enabled&quot;:&quot;false&quot;,&quot;title&quot;:&quot;Notes&quot;},&quot;btnDownloadPages&quot;:{&quot;enabled&quot;:&quot;false&quot;,&quot;url&quot;:&quot;&quot;,&quot;title&quot;:&quot;Download pages&quot;},&quot;btnDownloadPdf&quot;:{&quot;enabled&quot;:&quot;false&quot;,&quot;url&quot;:&quot;&quot;,&quot;title&quot;:&quot;Download PDF&quot;,&quot;forceDownload&quot;:&quot;true&quot;,&quot;openInNewWindow&quot;:&quot;true&quot;},&quot;btnSound&quot;:{&quot;enabled&quot;:&quot;true&quot;,&quot;title&quot;:&quot;Sound&quot;},&quot;btnExpand&quot;:{&quot;enabled&quot;:&quot;true&quot;,&quot;title&quot;:&quot;Toggle fullscreen&quot;},&quot;btnSelect&quot;:{&quot;enabled&quot;:&quot;true&quot;,&quot;title&quot;:&quot;Select tool&quot;},&quot;btnSearch&quot;:{&quot;enabled&quot;:&quot;false&quot;,&quot;title&quot;:&quot;Search&quot;},&quot;search&quot;:{&quot;enabled&quot;:&quot;false&quot;,&quot;title&quot;:&quot;Search&quot;},&quot;btnBookmark&quot;:{&quot;enabled&quot;:&quot;false&quot;,&quot;title&quot;:&quot;Bookmark&quot;},&quot;btnPrint&quot;:{&quot;enabled&quot;:&quot;false&quot;,&quot;title&quot;:&quot;Print&quot;},&quot;btnClose&quot;:{&quot;enabled&quot;:&quot;true&quot;,&quot;title&quot;:&quot;Close&quot;},&quot;whatsapp&quot;:{&quot;enabled&quot;:&quot;true&quot;},&quot;twitter&quot;:{&quot;enabled&quot;:&quot;true&quot;},&quot;facebook&quot;:{&quot;enabled&quot;:&quot;true&quot;},&quot;pinterest&quot;:{&quot;enabled&quot;:&quot;true&quot;},&quot;email&quot;:{&quot;enabled&quot;:&quot;true&quot;},&quot;linkedin&quot;:{&quot;enabled&quot;:&quot;true&quot;},&quot;digg&quot;:{&quot;enabled&quot;:&quot;false&quot;},&quot;reddit&quot;:{&quot;enabled&quot;:&quot;false&quot;},&quot;shareUrl&quot;:&quot;&quot;,&quot;shareTitle&quot;:&quot;&quot;,&quot;shareImage&quot;:&quot;&quot;,&quot;layout&quot;:&quot;1&quot;,&quot;icons&quot;:&quot;FontAwesome&quot;,&quot;skin&quot;:&quot;light&quot;,&quot;useFontAwesome5&quot;:&quot;true&quot;,&quot;sideNavigationButtons&quot;:&quot;true&quot;,&quot;menuNavigationButtons&quot;:&quot;false&quot;,&quot;backgroundColor&quot;:&quot;rgb(81, 85, 88)&quot;,&quot;backgroundPattern&quot;:&quot;&quot;,&quot;backgroundImage&quot;:&quot;&quot;,&quot;backgroundTransparent&quot;:&quot;false&quot;,&quot;menuBackground&quot;:&quot;&quot;,&quot;menuShadow&quot;:&quot;&quot;,&quot;menuMargin&quot;:&quot;0&quot;,&quot;menuPadding&quot;:&quot;0&quot;,&quot;menuOverBook&quot;:&quot;false&quot;,&quot;menuFloating&quot;:&quot;false&quot;,&quot;menuTransparent&quot;:&quot;false&quot;,&quot;menu2Background&quot;:&quot;&quot;,&quot;menu2Shadow&quot;:&quot;&quot;,&quot;menu2Margin&quot;:&quot;0&quot;,&quot;menu2Padding&quot;:&quot;0&quot;,&quot;menu2OverBook&quot;:&quot;true&quot;,&quot;menu2Floating&quot;:&quot;false&quot;,&quot;menu2Transparent&quot;:&quot;true&quot;,&quot;skinColor&quot;:&quot;&quot;,&quot;skinBackground&quot;:&quot;&quot;,&quot;hideMenu&quot;:&quot;false&quot;,&quot;menuAlignHorizontal&quot;:&quot;center&quot;,&quot;btnColor&quot;:&quot;&quot;,&quot;btnColorHover&quot;:&quot;&quot;,&quot;btnBackground&quot;:&quot;none&quot;,&quot;btnRadius&quot;:&quot;0&quot;,&quot;btnMargin&quot;:&quot;0&quot;,&quot;btnSize&quot;:&quot;14&quot;,&quot;btnPaddingV&quot;:&quot;10&quot;,&quot;btnPaddingH&quot;:&quot;10&quot;,&quot;btnShadow&quot;:&quot;&quot;,&quot;btnTextShadow&quot;:&quot;&quot;,&quot;btnBorder&quot;:&quot;&quot;,&quot;sideBtnColor&quot;:&quot;#fff&quot;,&quot;sideBtnColorHover&quot;:&quot;#fff&quot;,&quot;sideBtnBackground&quot;:&quot;rgba(0,0,0,.3)&quot;,&quot;sideBtnBackgroundHover&quot;:&quot;&quot;,&quot;sideBtnRadius&quot;:&quot;0&quot;,&quot;sideBtnMargin&quot;:&quot;0&quot;,&quot;sideBtnSize&quot;:&quot;30&quot;,&quot;sideBtnPaddingV&quot;:&quot;5&quot;,&quot;sideBtnPaddingH&quot;:&quot;5&quot;,&quot;sideBtnShadow&quot;:&quot;&quot;,&quot;sideBtnTextShadow&quot;:&quot;&quot;,&quot;sideBtnBorder&quot;:&quot;&quot;,&quot;closeBtnColorHover&quot;:&quot;#FFF&quot;,&quot;closeBtnBackground&quot;:&quot;rgba(0,0,0,.4)&quot;,&quot;closeBtnRadius&quot;:&quot;0&quot;,&quot;closeBtnMargin&quot;:&quot;0&quot;,&quot;closeBtnSize&quot;:&quot;20&quot;,&quot;closeBtnPadding&quot;:&quot;5&quot;,&quot;closeBtnTextShadow&quot;:&quot;&quot;,&quot;closeBtnBorder&quot;:&quot;&quot;,&quot;floatingBtnColor&quot;:&quot;&quot;,&quot;floatingBtnColorHover&quot;:&quot;&quot;,&quot;floatingBtnBackground&quot;:&quot;&quot;,&quot;floatingBtnBackgroundHover&quot;:&quot;&quot;,&quot;floatingBtnRadius&quot;:&quot;&quot;,&quot;floatingBtnMargin&quot;:&quot;&quot;,&quot;floatingBtnSize&quot;:&quot;&quot;,&quot;floatingBtnPadding&quot;:&quot;&quot;,&quot;floatingBtnShadow&quot;:&quot;&quot;,&quot;floatingBtnTextShadow&quot;:&quot;&quot;,&quot;floatingBtnBorder&quot;:&quot;&quot;,&quot;currentPageMarginV&quot;:&quot;5&quot;,&quot;currentPageMarginH&quot;:&quot;5&quot;,&quot;arrowsAlwaysEnabledForNavigation&quot;:&quot;true&quot;,&quot;arrowsDisabledNotFullscreen&quot;:&quot;true&quot;,&quot;touchSwipeEnabled&quot;:&quot;true&quot;,&quot;rightClickEnabled&quot;:&quot;true&quot;,&quot;linkColor&quot;:&quot;rgba(0, 0, 0, 0)&quot;,&quot;linkColorHover&quot;:&quot;rgba(255, 255, 0, 1)&quot;,&quot;linkOpacity&quot;:&quot;0.4&quot;,&quot;linkTarget&quot;:&quot;_blank&quot;,&quot;pdfAutoLinks&quot;:&quot;false&quot;,&quot;strings&quot;:{&quot;print&quot;:&quot;Print&quot;,&quot;printLeftPage&quot;:&quot;Print left page&quot;,&quot;printRightPage&quot;:&quot;Print right page&quot;,&quot;printCurrentPage&quot;:&quot;Print current page&quot;,&quot;printAllPages&quot;:&quot;Print all pages&quot;,&quot;download&quot;:&quot;Download&quot;,&quot;downloadLeftPage&quot;:&quot;Download left page&quot;,&quot;downloadRightPage&quot;:&quot;Download right page&quot;,&quot;downloadCurrentPage&quot;:&quot;Download current page&quot;,&quot;downloadAllPages&quot;:&quot;Download all pages&quot;,&quot;bookmarks&quot;:&quot;Bookmarks&quot;,&quot;bookmarkLeftPage&quot;:&quot;Bookmark left page&quot;,&quot;bookmarkRightPage&quot;:&quot;Bookmark right page&quot;,&quot;bookmarkCurrentPage&quot;:&quot;Bookmark current page&quot;,&quot;search&quot;:&quot;Search&quot;,&quot;findInDocument&quot;:&quot;Find in document&quot;,&quot;pagesFoundContaining&quot;:&quot;pages found containing&quot;,&quot;thumbnails&quot;:&quot;Thumbnails&quot;,&quot;tableOfContent&quot;:&quot;Table of Contents&quot;,&quot;share&quot;:&quot;Share&quot;,&quot;pressEscToClose&quot;:&quot;Press ESC to close&quot;,&quot;addNote&quot;:&quot;Add note&quot;,&quot;typeInYourNote&quot;:&quot;Type in your note...&quot;},&quot;access&quot;:&quot;full&quot;,&quot;backgroundMusic&quot;:&quot;&quot;,&quot;cornerCurl&quot;:&quot;false&quot;,&quot;pdfTools&quot;:{&quot;pageHeight&quot;:1500,&quot;thumbHeight&quot;:200,&quot;quality&quot;:0.8,&quot;textLayer&quot;:&quot;true&quot;,&quot;autoConvert&quot;:&quot;true&quot;},&quot;sideMenuOverBook&quot;:&quot;true&quot;,&quot;sideMenuOverMenu&quot;:&quot;true&quot;,&quot;sideMenuOverMenu2&quot;:&quot;true&quot;,&quot;rewriteSlug&quot;:&quot;Disabled&quot;,&quot;name&quot;:&quot;acuerdo 001 de 2026&quot;,&quot;post_id&quot;:10123,&quot;rootFolder&quot;:&quot;https:\\\/\\\/ensst.edu.co\\\/ens\\\/wp-content\\\/plugins\\\/real3d-flipbook\\\/&quot;,&quot;version&quot;:&quot;3.41&quot;,&quot;uniqueId&quot;:&quot;38_6a45b48ea3a5c&quot;,&quot;notes&quot;:[]}\"><\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1b9c72c e-flex e-con-boxed e-con e-parent\" data-id=\"1b9c72c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0bab68f elementor-widget elementor-widget-ucaddon_gradient_button\" data-id=\"0bab68f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_gradient_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Gradient Button -->\n<style>\/* widget: Gradient Button *\/\n\n#uc_gradient_button_elementor_0bab68f a {\n  display:inline-block;\n  text-align: center;\n  transition: 0.5s;\n  background-size: 200% auto;\n  box-shadow: 0 5px 20px rgba(0,0,0,0.15);\n   background-image: linear-gradient(to right, #D14F4F 0%, #4054B2 51%, #FC6F6F 100%);\n  text-decoration:none\n }\n\n\n#uc_gradient_button_elementor_0bab68f a:hover {\n  background-position: right center; \n}\n\n<\/style>\n\n<div style=\"text-align:center;\" id=\"uc_gradient_button_elementor_0bab68f\">\n  <a href=\"https:\/\/ensst.edu.co\/ens\/wp-content\/uploads\/2026\/03\/ACUERDO-No-001-DE-26-DE-ENERO-DE-2026-ADICION-RECURSOS-DEL-BALANCE.pdf\"  target='_blank' class=\"gradient_button\">DESCARGAR DOCUMENTO<\/a>\n<\/div>\n<!-- end Gradient Button -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Acuerdo No. 001 de 2026 \u2013 Escuela Normal Superior Santiago de Tunja Alcald\u00eda Mayor de Tunja Secretar\u00eda de Educaci\u00f3n Municipal Escuela Normal Superior Santiago de Tunja ACUERDO No. 001 DE 2026 26 de enero de 2026 Por medio del cual se adiciona los Recursos del Balance de la vigencia 2025 al presupuesto de Ingresos y [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-10119","post","type-post","status-publish","format-standard","hentry","category-otros","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.9 (Yoast SEO v27.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>ACUERDO No 001 \u00a0de 2026 - ESCUELA NORMAL SUPERIOR SANTIAGO DE TUNJA<\/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:\/\/ensst.edu.co\/ens\/2026\/03\/09\/acuerdo-no-001-de-2026\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ACUERDO No 001 \u00a0de 2026\" \/>\n<meta property=\"og:description\" content=\"Acuerdo No. 001 de 2026 \u2013 Escuela Normal Superior Santiago de Tunja Alcald\u00eda Mayor de Tunja Secretar\u00eda de Educaci\u00f3n Municipal Escuela Normal Superior Santiago de Tunja ACUERDO No. 001 DE 2026 26 de enero de 2026 Por medio del cual se adiciona los Recursos del Balance de la vigencia 2025 al presupuesto de Ingresos y [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ensst.edu.co\/ens\/2026\/03\/09\/acuerdo-no-001-de-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"ESCUELA NORMAL SUPERIOR SANTIAGO DE TUNJA\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-09T22:03:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-09T22:11:29+00:00\" \/>\n<meta name=\"author\" content=\"ensstedu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"ensstedu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/2026\\\/03\\\/09\\\/acuerdo-no-001-de-2026\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/2026\\\/03\\\/09\\\/acuerdo-no-001-de-2026\\\/\"},\"author\":{\"name\":\"ensstedu\",\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/#\\\/schema\\\/person\\\/8d2641fc7ac8d6c94185f26ebd409116\"},\"headline\":\"ACUERDO No 001 \u00a0de 2026\",\"datePublished\":\"2026-03-09T22:03:41+00:00\",\"dateModified\":\"2026-03-09T22:11:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/2026\\\/03\\\/09\\\/acuerdo-no-001-de-2026\\\/\"},\"wordCount\":799,\"publisher\":{\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/#organization\"},\"articleSection\":[\"OTROS\"],\"inLanguage\":\"es\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/2026\\\/03\\\/09\\\/acuerdo-no-001-de-2026\\\/\",\"url\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/2026\\\/03\\\/09\\\/acuerdo-no-001-de-2026\\\/\",\"name\":\"ACUERDO No 001 \u00a0de 2026 - ESCUELA NORMAL SUPERIOR SANTIAGO DE TUNJA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/#website\"},\"datePublished\":\"2026-03-09T22:03:41+00:00\",\"dateModified\":\"2026-03-09T22:11:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/2026\\\/03\\\/09\\\/acuerdo-no-001-de-2026\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/2026\\\/03\\\/09\\\/acuerdo-no-001-de-2026\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/2026\\\/03\\\/09\\\/acuerdo-no-001-de-2026\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ACUERDO No 001 \u00a0de 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/#website\",\"url\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/\",\"name\":\"ESCUELA NORMAL SUPERIOR SANTIAGO DE TUNJA\",\"description\":\"TUNJA - BOYAC\u00c1\",\"publisher\":{\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/#organization\",\"name\":\"ESCUELA NORMAL SUPERIOR SANTIAGO DE TUNJA\",\"url\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/cropped-Escudo-1.png\",\"contentUrl\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/cropped-Escudo-1.png\",\"width\":512,\"height\":512,\"caption\":\"ESCUELA NORMAL SUPERIOR SANTIAGO DE TUNJA\"},\"image\":{\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/#\\\/schema\\\/person\\\/8d2641fc7ac8d6c94185f26ebd409116\",\"name\":\"ensstedu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e749275d06ff58ffd0d716ba1502b0092da49d07e52fc6801cf7d095f41ca27e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e749275d06ff58ffd0d716ba1502b0092da49d07e52fc6801cf7d095f41ca27e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e749275d06ff58ffd0d716ba1502b0092da49d07e52fc6801cf7d095f41ca27e?s=96&d=mm&r=g\",\"caption\":\"ensstedu\"},\"sameAs\":[\"https:\\\/\\\/ensst.edu.co\\\/ens\"],\"url\":\"https:\\\/\\\/ensst.edu.co\\\/ens\\\/author\\\/ensstedu\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"ACUERDO No 001 \u00a0de 2026 - ESCUELA NORMAL SUPERIOR SANTIAGO DE TUNJA","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:\/\/ensst.edu.co\/ens\/2026\/03\/09\/acuerdo-no-001-de-2026\/","og_locale":"es_ES","og_type":"article","og_title":"ACUERDO No 001 \u00a0de 2026","og_description":"Acuerdo No. 001 de 2026 \u2013 Escuela Normal Superior Santiago de Tunja Alcald\u00eda Mayor de Tunja Secretar\u00eda de Educaci\u00f3n Municipal Escuela Normal Superior Santiago de Tunja ACUERDO No. 001 DE 2026 26 de enero de 2026 Por medio del cual se adiciona los Recursos del Balance de la vigencia 2025 al presupuesto de Ingresos y [&hellip;]","og_url":"https:\/\/ensst.edu.co\/ens\/2026\/03\/09\/acuerdo-no-001-de-2026\/","og_site_name":"ESCUELA NORMAL SUPERIOR SANTIAGO DE TUNJA","article_published_time":"2026-03-09T22:03:41+00:00","article_modified_time":"2026-03-09T22:11:29+00:00","author":"ensstedu","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"ensstedu","Tiempo de lectura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ensst.edu.co\/ens\/2026\/03\/09\/acuerdo-no-001-de-2026\/#article","isPartOf":{"@id":"https:\/\/ensst.edu.co\/ens\/2026\/03\/09\/acuerdo-no-001-de-2026\/"},"author":{"name":"ensstedu","@id":"https:\/\/ensst.edu.co\/ens\/#\/schema\/person\/8d2641fc7ac8d6c94185f26ebd409116"},"headline":"ACUERDO No 001 \u00a0de 2026","datePublished":"2026-03-09T22:03:41+00:00","dateModified":"2026-03-09T22:11:29+00:00","mainEntityOfPage":{"@id":"https:\/\/ensst.edu.co\/ens\/2026\/03\/09\/acuerdo-no-001-de-2026\/"},"wordCount":799,"publisher":{"@id":"https:\/\/ensst.edu.co\/ens\/#organization"},"articleSection":["OTROS"],"inLanguage":"es"},{"@type":"WebPage","@id":"https:\/\/ensst.edu.co\/ens\/2026\/03\/09\/acuerdo-no-001-de-2026\/","url":"https:\/\/ensst.edu.co\/ens\/2026\/03\/09\/acuerdo-no-001-de-2026\/","name":"ACUERDO No 001 \u00a0de 2026 - ESCUELA NORMAL SUPERIOR SANTIAGO DE TUNJA","isPartOf":{"@id":"https:\/\/ensst.edu.co\/ens\/#website"},"datePublished":"2026-03-09T22:03:41+00:00","dateModified":"2026-03-09T22:11:29+00:00","breadcrumb":{"@id":"https:\/\/ensst.edu.co\/ens\/2026\/03\/09\/acuerdo-no-001-de-2026\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ensst.edu.co\/ens\/2026\/03\/09\/acuerdo-no-001-de-2026\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ensst.edu.co\/ens\/2026\/03\/09\/acuerdo-no-001-de-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/ensst.edu.co\/ens\/"},{"@type":"ListItem","position":2,"name":"ACUERDO No 001 \u00a0de 2026"}]},{"@type":"WebSite","@id":"https:\/\/ensst.edu.co\/ens\/#website","url":"https:\/\/ensst.edu.co\/ens\/","name":"ESCUELA NORMAL SUPERIOR SANTIAGO DE TUNJA","description":"TUNJA - BOYAC\u00c1","publisher":{"@id":"https:\/\/ensst.edu.co\/ens\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ensst.edu.co\/ens\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/ensst.edu.co\/ens\/#organization","name":"ESCUELA NORMAL SUPERIOR SANTIAGO DE TUNJA","url":"https:\/\/ensst.edu.co\/ens\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/ensst.edu.co\/ens\/#\/schema\/logo\/image\/","url":"https:\/\/ensst.edu.co\/ens\/wp-content\/uploads\/2020\/05\/cropped-Escudo-1.png","contentUrl":"https:\/\/ensst.edu.co\/ens\/wp-content\/uploads\/2020\/05\/cropped-Escudo-1.png","width":512,"height":512,"caption":"ESCUELA NORMAL SUPERIOR SANTIAGO DE TUNJA"},"image":{"@id":"https:\/\/ensst.edu.co\/ens\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/ensst.edu.co\/ens\/#\/schema\/person\/8d2641fc7ac8d6c94185f26ebd409116","name":"ensstedu","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/e749275d06ff58ffd0d716ba1502b0092da49d07e52fc6801cf7d095f41ca27e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e749275d06ff58ffd0d716ba1502b0092da49d07e52fc6801cf7d095f41ca27e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e749275d06ff58ffd0d716ba1502b0092da49d07e52fc6801cf7d095f41ca27e?s=96&d=mm&r=g","caption":"ensstedu"},"sameAs":["https:\/\/ensst.edu.co\/ens"],"url":"https:\/\/ensst.edu.co\/ens\/author\/ensstedu\/"}]}},"_links":{"self":[{"href":"https:\/\/ensst.edu.co\/ens\/wp-json\/wp\/v2\/posts\/10119","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ensst.edu.co\/ens\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ensst.edu.co\/ens\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ensst.edu.co\/ens\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ensst.edu.co\/ens\/wp-json\/wp\/v2\/comments?post=10119"}],"version-history":[{"count":7,"href":"https:\/\/ensst.edu.co\/ens\/wp-json\/wp\/v2\/posts\/10119\/revisions"}],"predecessor-version":[{"id":10129,"href":"https:\/\/ensst.edu.co\/ens\/wp-json\/wp\/v2\/posts\/10119\/revisions\/10129"}],"wp:attachment":[{"href":"https:\/\/ensst.edu.co\/ens\/wp-json\/wp\/v2\/media?parent=10119"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ensst.edu.co\/ens\/wp-json\/wp\/v2\/categories?post=10119"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ensst.edu.co\/ens\/wp-json\/wp\/v2\/tags?post=10119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}