{"id":1020,"date":"2025-09-25T13:45:19","date_gmt":"2025-09-25T13:45:19","guid":{"rendered":"https:\/\/afu.ceadeliagambarte.com\/?page_id=1020"},"modified":"2025-10-20T03:45:24","modified_gmt":"2025-10-20T03:45:24","slug":"institutos","status":"publish","type":"page","link":"https:\/\/afu.ceadeliagambarte.com\/?page_id=1020","title":{"rendered":"INSTITUTOS"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1020\" class=\"elementor elementor-1020\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-131215c e-flex e-con-boxed e-con e-parent\" data-id=\"131215c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f035be elementor-widget elementor-widget-html\" data-id=\"2f035be\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Bocare Universidades \u2014 Men\u00fa Aislado<\/title>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Aclonica&display=swap\" rel=\"stylesheet\">\r\n  <style>\r\n    \/* ========= RESET LOCAL Y AISLAMIENTO ========= *\/\r\n    .menu-bocare, .menu-bocare * {\r\n      all: unset;\r\n      display: revert;\r\n      box-sizing: border-box;                                                                                                                                                  \r\n    }\r\n\r\n    \/* ========= ESTILOS DEL MEN\u00da ========= *\/\r\n    .menu-bocare {\r\n      font-family: 'Aclonica', sans-serif;\r\n      position: relative;\r\n      width: 100vw;\r\n      margin: 0;\r\n      padding: 0;\r\n    }\r\n\r\n    .menu-bocare nav {\r\n      position: fixed;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100vw;\r\n      background-color: #537E72;\r\n      color: beige;\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: center;\r\n      padding: 10px 20px;\r\n      box-shadow: 0 4px 10px rgba(0,0,0,0.3);\r\n      z-index: 9999;\r\n    }\r\n\r\n    \/* Logo *\/\r\n    .menu-bocare .logo img {\r\n      height: 50px;\r\n      cursor: pointer;\r\n      transition: transform 0.3s ease;\r\n    }\r\n    .menu-bocare .logo img:hover {\r\n      transform: scale(1.1);\r\n    }\r\n\r\n    \/* Men\u00fa principal *\/\r\n    .menu-bocare .menu {\r\n      display: flex;\r\n      gap: 20px;\r\n      align-items: center;\r\n      transition: transform 0.4s ease, opacity 0.3s ease;\r\n    }\r\n\r\n    .menu-bocare .menu a {\r\n      color: beige;\r\n      text-decoration: none;\r\n      font-size: 16px;\r\n      transition: color 0.3s, transform 0.3s;\r\n    }\r\n    .menu-bocare .menu a:hover {\r\n      color: #3b5c52;\r\n      transform: translateY(-2px);\r\n    }\r\n\r\n    \/* Submen\u00fa *\/\r\n    .menu-bocare .dropdown {\r\n      position: relative;\r\n    }\r\n    .menu-bocare .dropdown-content {\r\n      display: none;\r\n      position: absolute;\r\n      top: 35px;\r\n      left: 0;\r\n      background-color: #537E72;\r\n      box-shadow: 0px 4px 10px rgba(0,0,0,0.4);\r\n      border-radius: 8px;\r\n      z-index: 10000;\r\n    }\r\n    .menu-bocare .dropdown-content a {\r\n      display: block;\r\n      padding: 10px 15px;\r\n      color: beige;\r\n      text-decoration: none;\r\n      transition: background 0.3s;\r\n    }\r\n    .menu-bocare .dropdown-content a:hover {\r\n      background-color: #46685e;\r\n    }\r\n    .menu-bocare .dropdown:hover .dropdown-content {\r\n      display: block;\r\n    }\r\n\r\n    \/* Hamburguesa *\/\r\n    .menu-bocare .hamburger {\r\n      display: none;\r\n      flex-direction: column;\r\n      cursor: pointer;\r\n      gap: 5px;\r\n      z-index: 11000;\r\n    }\r\n    .menu-bocare .hamburger div {\r\n      width: 25px;\r\n      height: 3px;\r\n      background-color: beige;\r\n      transition: all 0.3s ease;\r\n    }\r\n\r\n    \/* Responsive *\/\r\n    @media (max-width: 768px) {\r\n      .menu-bocare .menu {\r\n        flex-direction: column;\r\n        position: fixed;\r\n        top: 0;\r\n        left: 0;\r\n        height: 100vh;\r\n        width: 70%;\r\n        background-color: #537E72;\r\n        padding: 80px 20px;\r\n        transform: translateX(-100%);\r\n        opacity: 0;\r\n      }\r\n      .menu-bocare .menu.show {\r\n        transform: translateX(0);\r\n        opacity: 1;\r\n      }\r\n      .menu-bocare .dropdown-content {\r\n        position: static;\r\n        box-shadow: none;\r\n      }\r\n      .menu-bocare .dropdown:hover .dropdown-content {\r\n        display: none;\r\n      }\r\n      .menu-bocare .dropdown.active .dropdown-content {\r\n        display: flex;\r\n        flex-direction: column;\r\n      }\r\n      .menu-bocare .hamburger {\r\n        display: flex;\r\n      }\r\n    }\r\n\r\n    \/* Fondo oscuro *\/\r\n    .menu-bocare .overlay {\r\n      display: none;\r\n      position: fixed;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100vw;\r\n      height: 100vh;\r\n      background: rgba(0,0,0,0.4);\r\n      z-index: 9000;\r\n    }\r\n    .menu-bocare .overlay.show {\r\n      display: block;\r\n    }\r\n\r\n    \/* Separaci\u00f3n del contenido principal *\/\r\n    body {\r\n      margin: 0;\r\n      padding-top: 80px; \/* Para no tapar el contenido por el nav fijo *\/\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <div class=\"menu-bocare\">\r\n    <nav>\r\n      <div class=\"logo\">\r\n        <a href=\"https:\/\/afu.ceadeliagambarte.com\">\r\n          <img decoding=\"async\" src=\"https:\/\/afu.ceadeliagambarte.com\/wp-content\/uploads\/2025\/09\/logobocare-removebg-preview.png\" alt=\"Bocare Logo\">\r\n        <\/a>\r\n      <\/div>\r\n\r\n      <div class=\"hamburger\" onclick=\"toggleMenu()\">\r\n        <div><\/div>\r\n        <div><\/div>\r\n        <div><\/div>\r\n      <\/div>\r\n\r\n      <div class=\"menu\" id=\"menu-bocare\">\r\n        <div class=\"dropdown\" onclick=\"toggleDropdown(this)\">\r\n          <a href=\"#\">Departamentos \u25bc<\/a>\r\n          <div class=\"dropdown-content\">\r\n            <a href=\"https:\/\/afu.ceadeliagambarte.com\/?page_id=150\">La Paz<\/a>\r\n            <a href=\"https:\/\/afu.ceadeliagambarte.com\/?page_id=172\">Cochabamba<\/a>\r\n            <a href=\"https:\/\/afu.ceadeliagambarte.com\/?page_id=218\">Santa Cruz<\/a>\r\n            <a href=\"https:\/\/afu.ceadeliagambarte.com\/?page_id=198\">Oruro<\/a>\r\n            <a href=\"https:\/\/afu.ceadeliagambarte.com\/?page_id=368\">Potos\u00ed<\/a>\r\n            <a href=\"https:\/\/afu.ceadeliagambarte.com\/?page_id=212\">Tarija<\/a>\r\n            <a href=\"https:\/\/afu.ceadeliagambarte.com\/?page_id=265\">Pando<\/a>\r\n            <a href=\"https:\/\/afu.ceadeliagambarte.com\/?page_id=254\">Beni<\/a>\r\n            <a href=\"https:\/\/afu.ceadeliagambarte.com\/?page_id=407\">Chuquisaca<\/a>\r\n          <\/div>\r\n        <\/div>\r\n        <a href=\"https:\/\/afu.ceadeliagambarte.com\/?page_id=1020\">Institutos<\/a>\r\n        <a href=\"https:\/\/afu.ceadeliagambarte.com\/?page_id=2604\">CEAs<\/a>\r\n        <a href=\"https:\/\/afu.ceadeliagambarte.com\/?page_id=2068\">Acerca de...<\/a>\r\n        <a href=\"https:\/\/afu.ceadeliagambarte.com\/?p=2011\">Noticias<\/a>\r\n      <\/div>\r\n    <\/nav>\r\n\r\n    <div class=\"overlay\" id=\"overlay-bocare\" onclick=\"toggleMenu()\"><\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    const menuContainer = document.querySelector('.menu-bocare');\r\n    const menu = menuContainer.querySelector('.menu');\r\n    const overlay = menuContainer.querySelector('.overlay');\r\n\r\n    function toggleMenu() {\r\n      menu.classList.toggle('show');\r\n      overlay.classList.toggle('show');\r\n    }\r\n\r\n    function toggleDropdown(el) {\r\n      if (window.innerWidth <= 768) {\r\n        el.classList.toggle('active');\r\n      }\r\n    }\r\n  <\/script>\r\n\r\n<\/body>\r\n<\/html>\r\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-acf5e25 e-flex e-con-boxed e-con e-parent\" data-id=\"acf5e25\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5fce0d0 e-flex e-con-boxed e-con e-parent\" data-id=\"5fce0d0\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f8df28 elementor-widget elementor-widget-html\" data-id=\"1f8df28\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Institutos T\u00e9cnicos y Tecnol\u00f3gicos<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --primary: #537E72;\r\n            --secondary: #FF884F;\r\n            --background: #FCFAFF;\r\n            --text: #2D3748;\r\n            --text-light: #718096;\r\n            --border: #E2E8F0;\r\n            --shadow: rgba(0, 0, 0, 0.05);\r\n            --shadow-hover: rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Inter', sans-serif;\r\n            background-color: var(--background);\r\n            color: var(--text);\r\n            line-height: 1.6;\r\n            padding: 20px;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1000px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        header {\r\n            text-align: center;\r\n            margin-bottom: 40px;\r\n            padding: 20px 0;\r\n        }\r\n\r\n        h1 {\r\n            font-size: 2.5rem;\r\n            font-weight: 700;\r\n            color: var(--primary);\r\n            margin-bottom: 10px;\r\n            letter-spacing: -0.5px;\r\n        }\r\n\r\n        .subtitle {\r\n            font-size: 1.1rem;\r\n            color: var(--text-light);\r\n            font-weight: 400;\r\n        }\r\n\r\n        .eclipse-accordion {\r\n            background-color: white;\r\n            border-radius: 16px;\r\n            overflow: hidden;\r\n            box-shadow: 0 10px 30px var(--shadow);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .eclipse-accordion:hover {\r\n            box-shadow: 0 15px 40px var(--shadow-hover);\r\n        }\r\n\r\n        .instituto-item {\r\n            border-bottom: 1px solid var(--border);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .instituto-item:last-child {\r\n            border-bottom: none;\r\n        }\r\n\r\n        .instituto-header {\r\n            background-color: white;\r\n            padding: 24px 30px;\r\n            cursor: pointer;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            transition: all 0.3s ease;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .instituto-header::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: -100%;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: linear-gradient(90deg, transparent, rgba(83, 126, 114, 0.05), transparent);\r\n            transition: left 0.5s ease;\r\n        }\r\n\r\n        .instituto-header:hover::before {\r\n            left: 100%;\r\n        }\r\n\r\n        .instituto-header:hover {\r\n            background-color: rgba(83, 126, 114, 0.02);\r\n        }\r\n\r\n        .instituto-header.active {\r\n            background-color: rgba(83, 126, 114, 0.05);\r\n        }\r\n\r\n        .instituto-header h2 {\r\n            margin: 0;\r\n            font-size: 1.3rem;\r\n            font-weight: 600;\r\n            color: var(--primary);\r\n            flex: 1;\r\n            transition: color 0.3s ease;\r\n        }\r\n\r\n        .instituto-header:hover h2 {\r\n            color: var(--secondary);\r\n        }\r\n\r\n        .header-indicator {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 15px;\r\n        }\r\n\r\n        .instituto-type {\r\n            font-size: 0.85rem;\r\n            font-weight: 500;\r\n            padding: 6px 12px;\r\n            border-radius: 20px;\r\n            background-color: var(--secondary);\r\n            color: white;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n        }\r\n\r\n        .type-fiscal {\r\n            background-color: #4A7C59;\r\n        }\r\n\r\n        .type-convenio {\r\n            background-color: #3A6EA5;\r\n        }\r\n\r\n        .type-privado {\r\n            background-color: #C44536;\r\n        }\r\n\r\n        .type-formacion-artistica {\r\n            background-color: #8E44AD;\r\n        }\r\n\r\n        .type-ebis {\r\n            background-color: #16A085;\r\n        }\r\n\r\n        .type-formacion-artistica-privada {\r\n            background-color: #E74C3C;\r\n        }\r\n\r\n        .icon-container {\r\n            width: 30px;\r\n            height: 30px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            border-radius: 50%;\r\n            background-color: rgba(83, 126, 114, 0.1);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .instituto-header:hover .icon-container {\r\n            background-color: var(--primary);\r\n        }\r\n\r\n        .icon {\r\n            width: 12px;\r\n            height: 12px;\r\n            border-right: 2px solid var(--primary);\r\n            border-bottom: 2px solid var(--primary);\r\n            transform: rotate(45deg);\r\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n        }\r\n\r\n        .instituto-header.active .icon {\r\n            transform: rotate(-135deg);\r\n            border-color: var(--secondary);\r\n        }\r\n\r\n        .instituto-content {\r\n            padding: 0 30px;\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;\r\n        }\r\n\r\n        .instituto-content.active {\r\n            padding: 30px;\r\n            max-height: 2000px;\r\n        }\r\n\r\n        .instituto-info {\r\n            margin-bottom: 25px;\r\n            padding-bottom: 20px;\r\n            border-bottom: 1px dashed var(--border);\r\n        }\r\n\r\n        .info-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\r\n            gap: 15px;\r\n        }\r\n\r\n        .info-item {\r\n            display: flex;\r\n            flex-direction: column;\r\n        }\r\n\r\n        .info-label {\r\n            font-size: 0.85rem;\r\n            font-weight: 500;\r\n            color: var(--text-light);\r\n            margin-bottom: 5px;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n        }\r\n\r\n        .info-value {\r\n            font-size: 1rem;\r\n            color: var(--text);\r\n        }\r\n\r\n        .web-link {\r\n            color: var(--primary);\r\n            text-decoration: none;\r\n            font-weight: 500;\r\n            transition: color 0.3s ease;\r\n        }\r\n\r\n        .web-link:hover {\r\n            color: var(--secondary);\r\n            text-decoration: underline;\r\n        }\r\n\r\n        .carreras-container {\r\n            margin-top: 20px;\r\n        }\r\n\r\n        .carreras-title {\r\n            font-size: 1.2rem;\r\n            font-weight: 600;\r\n            color: var(--primary);\r\n            margin-bottom: 20px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n        }\r\n\r\n        .carreras-title::before {\r\n            content: '';\r\n            display: block;\r\n            width: 4px;\r\n            height: 20px;\r\n            background-color: var(--secondary);\r\n            border-radius: 2px;\r\n        }\r\n\r\n        .carrera-item {\r\n            background-color: rgba(255, 255, 255, 0.8);\r\n            margin-bottom: 15px;\r\n            border-radius: 12px;\r\n            overflow: hidden;\r\n            box-shadow: 0 2px 10px var(--shadow);\r\n            transition: all 0.3s ease;\r\n            border: 1px solid var(--border);\r\n        }\r\n\r\n        .carrera-item:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 5px 15px var(--shadow-hover);\r\n        }\r\n\r\n        .carrera-header {\r\n            background-color: white;\r\n            padding: 18px 20px;\r\n            cursor: pointer;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .carrera-header:hover {\r\n            background-color: rgba(255, 136, 79, 0.05);\r\n        }\r\n\r\n        .carrera-header.active {\r\n            background-color: rgba(255, 136, 79, 0.1);\r\n        }\r\n\r\n        .carrera-header h3 {\r\n            margin: 0;\r\n            font-size: 1.05rem;\r\n            font-weight: 500;\r\n            color: var(--text);\r\n            flex: 1;\r\n        }\r\n\r\n        .carrera-icon {\r\n            width: 20px;\r\n            height: 20px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            border-radius: 50%;\r\n            background-color: rgba(255, 136, 79, 0.1);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .carrera-header:hover .carrera-icon {\r\n            background-color: var(--secondary);\r\n        }\r\n\r\n        .carrera-arrow {\r\n            width: 8px;\r\n            height: 8px;\r\n            border-right: 2px solid var(--secondary);\r\n            border-bottom: 2px solid var(--secondary);\r\n            transform: rotate(45deg);\r\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n        }\r\n\r\n        .carrera-header.active .carrera-arrow {\r\n            transform: rotate(-135deg);\r\n        }\r\n\r\n        .carrera-content {\r\n            padding: 0 20px;\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;\r\n        }\r\n\r\n        .carrera-content.active {\r\n            padding: 20px;\r\n            max-height: 300px;\r\n        }\r\n\r\n        .carrera-details {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\r\n            gap: 15px;\r\n        }\r\n\r\n        .carrera-detail {\r\n            display: flex;\r\n            flex-direction: column;\r\n        }\r\n\r\n        .detail-label {\r\n            font-size: 0.8rem;\r\n            font-weight: 500;\r\n            color: var(--text-light);\r\n            margin-bottom: 5px;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n        }\r\n\r\n        .detail-value {\r\n            font-size: 0.95rem;\r\n            color: var(--text);\r\n            font-weight: 500;\r\n        }\r\n\r\n        .no-carreras {\r\n            text-align: center;\r\n            padding: 30px;\r\n            color: var(--text-light);\r\n            font-style: italic;\r\n            background-color: rgba(0, 0, 0, 0.02);\r\n            border-radius: 8px;\r\n        }\r\n\r\n        footer {\r\n            text-align: center;\r\n            margin-top: 40px;\r\n            padding: 20px 0;\r\n            color: var(--text-light);\r\n            font-size: 0.9rem;\r\n        }\r\n\r\n        \/* Animaciones *\/\r\n        @keyframes fadeIn {\r\n            from { opacity: 0; transform: translateY(10px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        .instituto-content.active .instituto-info,\r\n        .instituto-content.active .carreras-container {\r\n            animation: fadeIn 0.5s ease forwards;\r\n        }\r\n\r\n        .carrera-content.active .carrera-details {\r\n            animation: fadeIn 0.4s ease forwards;\r\n        }\r\n\r\n        \/* Responsive *\/\r\n        @media (max-width: 768px) {\r\n            .instituto-header {\r\n                padding: 20px;\r\n            }\r\n            \r\n            .instituto-content.active {\r\n                padding: 20px;\r\n            }\r\n            \r\n            .info-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n            \r\n            .carrera-details {\r\n                grid-template-columns: 1fr;\r\n            }\r\n            \r\n            h1 {\r\n                font-size: 2rem;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"container\">\r\n        <header>\r\n            <h1>Institutos T\u00e9cnicos y Tecnol\u00f3gicos<\/h1>\r\n            <p class=\"subtitle\">DE LA PAZ<\/p>\r\n        <\/header>\r\n        \r\n        <div class=\"eclipse-accordion\" id=\"institutosAccordion\">\r\n            <!-- Los elementos del acorde\u00f3n se generar\u00e1n con JavaScript -->\r\n        <\/div>\r\n        \r\n        <footer>\r\n            <p>BOCARE<\/p>\r\n        <\/footer>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Clase para manejar el acorde\u00f3n\r\n        class EclipseAccordion {\r\n            constructor(containerId, data) {\r\n                this.container = document.getElementById(containerId);\r\n                this.data = data;\r\n                this.init();\r\n            }\r\n            \r\n            init() {\r\n                this.renderInstitutos();\r\n                this.addEventListeners();\r\n            }\r\n            \r\n            renderInstitutos() {\r\n                this.data.institutos.forEach(instituto => {\r\n                    const carrerasInstituto = this.obtenerCarrerasPorInstituto(instituto.id);\r\n                    \r\n                    const institutoItem = document.createElement('div');\r\n                    institutoItem.className = 'instituto-item';\r\n                    \r\n                    const tipoClass = `instituto-type type-${instituto.tipo.toLowerCase().replace(\/\\s+\/g, '-')}`;\r\n                    \r\n                    institutoItem.innerHTML = `\r\n                        <div class=\"instituto-header\">\r\n                            <h2>${instituto.nombre}<\/h2>\r\n                            <div class=\"header-indicator\">\r\n                                <span class=\"${tipoClass}\">${instituto.tipo}<\/span>\r\n                                <div class=\"icon-container\">\r\n                                    <div class=\"icon\"><\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"instituto-content\">\r\n                            <div class=\"instituto-info\">\r\n                                <div class=\"info-grid\">\r\n                                    <div class=\"info-item\">\r\n                                        <span class=\"info-label\">Ubicaci\u00f3n<\/span>\r\n                                        <span class=\"info-value\">${instituto.ubicacion}<\/span>\r\n                                    <\/div>\r\n                                    <div class=\"info-item\">\r\n                                        <span class=\"info-label\">P\u00e1gina web<\/span>\r\n                                        <span class=\"info-value\">\r\n                                            ${instituto.web !== \"no disponible\" \r\n                                                ? `<a href=\"${instituto.web}\" target=\"_blank\" class=\"web-link\">${instituto.web}<\/a>` \r\n                                                : \"No disponible\"}\r\n                                        <\/span>\r\n                                    <\/div>\r\n                                    <div class=\"info-item\">\r\n                                        <span class=\"info-label\">Departamento<\/span>\r\n                                        <span class=\"info-value\">${instituto.departamento}<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                            <div class=\"carreras-container\">\r\n                                <h3 class=\"carreras-title\">Carreras disponibles<\/h3>\r\n                                ${carrerasInstituto.length > 0 \r\n                                    ? carrerasInstituto.map(carrera => `\r\n                                        <div class=\"carrera-item\">\r\n                                            <div class=\"carrera-header\">\r\n                                                <h3>${carrera.nombre}<\/h3>\r\n                                                <div class=\"carrera-icon\">\r\n                                                    <div class=\"carrera-arrow\"><\/div>\r\n                                                <\/div>\r\n                                            <\/div>\r\n                                            <div class=\"carrera-content\">\r\n                                                <div class=\"carrera-details\">\r\n                                                    <div class=\"carrera-detail\">\r\n                                                        <span class=\"detail-label\">Duraci\u00f3n<\/span>\r\n                                                        <span class=\"detail-value\">${carrera.duracion}<\/span>\r\n                                                    <\/div>\r\n                                                    <div class=\"carrera-detail\">\r\n                                                        <span class=\"detail-label\">Modalidad<\/span>\r\n                                                        <span class=\"detail-value\">${carrera.modalidad}<\/span>\r\n                                                    <\/div>\r\n                                                <\/div>\r\n                                            <\/div>\r\n                                        <\/div>\r\n                                    `).join('') \r\n                                    : '<div class=\"no-carreras\">No hay carreras registradas para este instituto<\/div>'\r\n                                }\r\n                            <\/div>\r\n                        <\/div>\r\n                    `;\r\n                    \r\n                    this.container.appendChild(institutoItem);\r\n                });\r\n            }\r\n            \r\n            obtenerCarrerasPorInstituto(institutoId) {\r\n                return this.data.carreras.filter(carrera => carrera.id === institutoId);\r\n            }\r\n            \r\n            addEventListeners() {\r\n                \/\/ Event listeners para los acordeones de institutos\r\n                this.container.addEventListener('click', (e) => {\r\n                    const institutoHeader = e.target.closest('.instituto-header');\r\n                    if (institutoHeader) {\r\n                        const institutoContent = institutoHeader.nextElementSibling;\r\n                        const isActive = institutoHeader.classList.contains('active');\r\n                        \r\n                        \/\/ Cerrar todos los acordeones abiertos\r\n                        document.querySelectorAll('.instituto-header.active').forEach(header => {\r\n                            if (header !== institutoHeader) {\r\n                                header.classList.remove('active');\r\n                                header.nextElementSibling.classList.remove('active');\r\n                            }\r\n                        });\r\n                        \r\n                        \/\/ Alternar estado del acorde\u00f3n clickeado\r\n                        institutoHeader.classList.toggle('active', !isActive);\r\n                        institutoContent.classList.toggle('active', !isActive);\r\n                    }\r\n                    \r\n                    \/\/ Event listeners para los acordeones de carreras\r\n                    const carreraHeader = e.target.closest('.carrera-header');\r\n                    if (carreraHeader) {\r\n                        const carreraContent = carreraHeader.nextElementSibling;\r\n                        carreraHeader.classList.toggle('active');\r\n                        carreraContent.classList.toggle('active');\r\n                    }\r\n                });\r\n            }\r\n        }\r\n\r\n        \/\/ Datos de los institutos (del 1 al 145)\r\n        const institutos = [\r\n            {id: 1, nombre: \"INSTITUTO T\u00c9CNICO \u201cE.S.A.E.\u201d\", tipo: \"Fiscal\", ubicacion: \"Calle 23 de Marzo N\u00b0 1779, Zona de San Pedro\", web: \"https:\/\/esae.edu.bo\/\", departamento: \"LA PAZ\"},\r\n            {id: 2, nombre: \"INSTITUTO T\u00c9CNICO \u201cINTAC\u201d\", tipo: \"Fiscal\", ubicacion: \"Av. Gualberto Villarroel s\/n a 9 km. de Caranavi, camino a Guanay\", web: \"https:\/\/formaciontecnicabolivia.org\/instituto-nacional-tecnico-de-administracion-comercial-de-caranavi-intac\/ist\/1627\/\", departamento: \"LA PAZ\"},\r\n            {id: 3, nombre: \"INSTITUTO T\u00c9CNICO SUPERIOR \u201cPABLO Z\u00c1RATE WILLCA\u201d\", tipo: \"Fiscal\", ubicacion: \"Konani, Doble v\u00eda La Paz - Oruro\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 4, nombre: \"INSTITUTO TECNOL\u00d3GICO \u201cTUNI\u201d I.T.T.\", tipo: \"Fiscal\", ubicacion: \"Camino a Layuri, Ruta \\\"F\\\", Comunidad Tuni, Achocalla\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 5, nombre: \"INSTITUTO TECNOL\u00d3GICO AMAZ\u00d3NICO IXIAMAS \\\"ITAMIX\\\"\", tipo: \"Fiscal\", ubicacion: \"Carretera a Ixiamas, Puerto Heat, Barrio Gallo de Oro\", web: \"https:\/\/formaciontecnicabolivia.org\/institutos\/instituto-tecnologico-amazonico-ixiamas-itamix\", departamento: \"LA PAZ\"},\r\n            {id: 6, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"COABA SORATA\\\"\", tipo: \"Fiscal\", ubicacion: \"Sorata, Comunidad Chejje - Coaba s\/n\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 7, nombre: \"INSTITUTO TECNOL\u00d3GICO DE INVESTIGACI\u00d3N ANDINO \\\"INTI ANDINO\\\"\", tipo: \"Fiscal\", ubicacion: \"Ayllu Jacha Chambi, Mollebamba s\/n\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 8, nombre: \"INSTITUTO TECNOL\u00d3GICO PATACAMAYA\", tipo: \"Fiscal\", ubicacion: \"Patacamaya, Carretera Tambo Quemado s\/n\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 9, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"SANTIAGO DE CALLAPA\\\"\", tipo: \"Fiscal\", ubicacion: \"Plaza Principal 25 de Julio s\/n, Santiago de Callapa\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 10, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"MARCELO QUIROGA SANTA CRUZ\\\"\", tipo: \"Fiscal\", ubicacion: \"Av. 9 de Abril N\u00b0 1060, Faro Murillo Unificado, Zona Villa Nueva, Potos\u00ed\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 11, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"MARCELO QUIROGA SANTA CRUZ\\\" SUB SEDE\", tipo: \"Fiscal\", ubicacion: \"Calle Nicol\u00e1s Acosta s\/n (Centro Penitenciario San Pedro)\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 12, nombre: \"INSTITUTO TECNOL\u00d3GICO SUPERIOR \\\"WI\u00d1AY MARKA\\\"\", tipo: \"Fiscal\", ubicacion: \"Carretera El Alto - Copacabana a 87 km de distancia, Comunidad Huatajata\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 13, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"CAQUIAVIRI\\\"\", tipo: \"Fiscal\", ubicacion: \"Ayllu Originario Kalla Centro, Comunidad Caquiaviri\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 14, nombre: \"INSTITUTO TECNOL\u00d3GICO SUPERIOR \\\"MECAPACA\\\"\", tipo: \"Fiscal\", ubicacion: \"Av. 6 de Agosto, Comunidad Mecapaca\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 15, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"JACH'A OMASUYOS\\\"\", tipo: \"Fiscal\", ubicacion: \"Comunidad Ajaira Grande, Carretera a Santiago de Huata, km 9\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 16, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"AYACUCHO\\\"\", tipo: \"Fiscal\", ubicacion: \"Av. Busch, esquina Plaza Villarroel\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 17, nombre: \"INSTITUTO TECNOL\u00d3GICO SUPERIOR \\\"MIRIKIRI\\\"\", tipo: \"Fiscal\", ubicacion: \"Carretera a Corocoro, Pr\u00e9dios ex Semta s\/n\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 18, nombre: \"INSTITUTO SUPERIOR TECNOL\u00d3GICO AGROINDUSTRIAL \\\"SANTIAGO DE LLALLAGUA\\\"\", tipo: \"Fiscal\", ubicacion: \"Carretera La Paz-Oruro, Comunidad Santiago de Llallagua\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 19, nombre: \"INSTITUTO T\u00c9CNICO COMERCIAL \\\"INCOS - EL ALTO\\\"\", tipo: \"Fiscal\", ubicacion: \"Calle B, N\u00ba 300, esquina Calle 8, Zona Villa Dores \\\"F\\\", El Alto\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 20, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"TUPAC KATARI- ESCOMA\\\"\", tipo: \"Fiscal\", ubicacion: \"Puerto Acosta, Comunidad Escoma, cruce Challapata s\/n\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 21, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"PUERTO DE MEJILLONES\\\"\", tipo: \"Fiscal\", ubicacion: \"Av. Arturo Ballivian N\u00ba 1831, Zona Ciudad Sat\u00e9lite\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 22, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"PUERTO DE MEJILLONES\\\" SUBSEDE CORPA MACHACA\", tipo: \"Fiscal\", ubicacion: \"Jes\u00fas de Machaca, Comunidad de Corpa s\/n\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 23, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"BOLIVIA MAR\\\"\", tipo: \"Fiscal\", ubicacion: \"Av. Basilia Calahumana N\u00ba 3165, Carretera Oruro, Extranca de Senkata\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 24, nombre: \"INSTITUTO TECNOL\u00d3GICO INDUSTRIAL BRASIL - BOLIVIA\", tipo: \"Fiscal\", ubicacion: \"Av. Panamericana N\u00ba 1000, Zona R\u00edo Seco, El Alto\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 25, nombre: \"INSTITUTO T\u00c9CNICO COMERCIAL SUPERIOR DE LA NACI\u00d3N \\\"TTE. ARMANDO DE PALACIOS - INCOS LA PAZ\\\"\", tipo: \"Fiscal\", ubicacion: \"Calle Campero N\u00ba 94, esquina Federico Zuazo\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 26, nombre: \"INSTITUTO TECNOL\u00d3GICO PRODUCTIVO NORTE AMAZ\u00d3NICO (ITPNA)\", tipo: \"Fiscal\", ubicacion: \"Brecha \\\"C\\\", Palos Blancos\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 27, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"ESCUELA INDUSTRIAL SUPERIOR PEDRO DOMINGO MURILLO\\\"\", tipo: \"Fiscal\", ubicacion: \"Av. Chacaltaya N\u00ba 1001, Zona Achachicala\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 28, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"ESCUELA INDUSTRIAL SUPERIOR PEDRO DOMINGO MURILLO\\\" SUBSEDE ACHICA ARRIBA\", tipo: \"Fiscal\", ubicacion: \"Achica Arriba, Doble v\u00eda La Paz - Oruro\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 29, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"ESCUELA INDUSTRIAL SUPERIOR PEDRO DOMINGO MURILLO\\\" SUBSEDE CORO CORO\", tipo: \"Fiscal\", ubicacion: \"Zona Zud s\/n, Localidad de Coro Coro\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 30, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"ESCUELA INDUSTRIAL SUPERIOR PEDRO DOMINGO MURILLO\\\" SUBSEDE TAJANI\", tipo: \"Fiscal\", ubicacion: \"Comunidad Tajani, Carretera La Paz - Apolo s\/n\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 31, nombre: \"INSTITUTO T\u00c9CNICO COMERCIAL \\\"LA PAZ\\\"\", tipo: \"Fiscal\", ubicacion: \"Calle Yanacocha N\u00ba 969\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 32, nombre: \"INSTITUTO TECNOL\u00d3GICO CARANAVI (ISTAIC)\", tipo: \"Fiscal\", ubicacion: \"Colonia Bajo Broncini s\/n, Comunidad Caranavi\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 33, nombre: \"INSTITUTO TECNOL\u00d3GICO DE CHARIA - ITC\", tipo: \"Fiscal\", ubicacion: \"La Asunta, Comunidad Charia s\/n\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 34, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"ELIODORO CAMACHO CHUANI\\\"\", tipo: \"Fiscal\", ubicacion: \"Comunidad Chuani s\/n, Puerto Carabuco\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 35, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"21 DE OCTUBRE A\\\"- ITO 21 A\", tipo: \"Fiscal\", ubicacion: \"Av. Bolivia, Zona San Roque, Distrito 7, Ciudad de El Alto\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 36, nombre: \"INSTITUTO TECNOL\u00d3GICO APOLO \\\"ITA\\\"\", tipo: \"Fiscal\", ubicacion: \"Calle Los Lecos s\/n (U.E. Jos\u00e9 Manuel Pando), Barrio Cotachimpa\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 37, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"IDELFONSO DE LAS MU\u00d1ECAS DE TITICACHI\\\"\", tipo: \"Fiscal\", ubicacion: \"Comunidad Luquisani, Titicachi s\/n\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 38, nombre: \"INSTITUTO T\u00c9CNICO \\\"DANIEL ARROYO RASGUIDO\\\" - TIPUANI\", tipo: \"Fiscal\", ubicacion: \"Av. Gualberto Villarroel N\u00ba 381, Comunidad Tipuani\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 39, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"BENJO CRUZ - N\u00c9STOR PAZ ZAMORA\\\"\", tipo: \"Fiscal\", ubicacion: \"Sub Central Hilata Baja, Choj\u00f1a\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 40, nombre: \"INSTITUTO TECNOL\u00d3GICO SUPERIOR \\\"SANTOS MARKA T\u00b4ULA\\\" ITSSAMAT\", tipo: \"Fiscal\", ubicacion: \"Calle Roberto Hinojosa N\u00b0 1904, Zona San Antonio Bajo\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 41, nombre: \"INSTITUTO T\u00c9CNICO \\\"PROMOCI\u00d3N PROFESIONAL DEL EJERCITO\\\"\", tipo: \"Fiscal\", ubicacion: \"Av. de los H\u00e9roes, esquina Av. Integraci\u00f3n s\/n, Zona Ferropetrol, El Alto\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 42, nombre: \"INSTITUTO T\u00c9CNICO \\\"ESCUELA DE IDIOMAS DE LA FUERZA A\u00c9REA BOLIVIANA\\\" EL ALTO\", tipo: \"Fiscal\", ubicacion: \"Av. Arce N\u00ba 2579, Zona San Jorge, Ciudad de La Paz\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 43, nombre: \"INSTITUTO T\u00c9CNICO \\\"ESCUELA DE IDIOMAS DE LA FUERZA A\u00c9REA BOLIVIANA\\\" LA PAZ\", tipo: \"Fiscal\", ubicacion: \"Av. Macario Condori, Sanca s\/n\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 44, nombre: \"INSTITUTO TECNOL\u00d3GICO SUPERIOR HUMANATA\", tipo: \"Fiscal\", ubicacion: \"Av. Guerrilleros Lanza\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 45, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"SAN BUENAVENTURA\\\"\", tipo: \"Fiscal\", ubicacion: \"Zona Teodomiro Urquiola, Copacabana, Manzana A, Lote No 11, Av. Teodomiro Urquiola\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 46, nombre: \"INSTITUTO TECNOL\u00d3GICO APOSTOL SANTIAGO DE QUIME\", tipo: \"Fiscal\", ubicacion: \"Zona Teodomiro Urquiola Copacabana, Manzana A, lote No 11, Av. Teodomiro Urquiola\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 47, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"SAN SEBASTI\u00c1N YACO\\\" ITSSY\", tipo: \"Fiscal\", ubicacion: \"CALLE ORURO, ESQ. PORFIRIO APALA S\/N URB. TABLACHACA\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 48, nombre: \"INSTITUTO TECNOL\u00d3GICO LUIS ESPINAL CAMPS\", tipo: \"Fiscal\", ubicacion: \"URB. LUIS ESPINAL NUEVO VENTILLA, DISTRITO 8\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 49, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"DON BOSCO\\\"\", tipo: \"convenio\", ubicacion: \"VILLA TEJADA RECTANGULAR, AVENIDA CIVICA N.\u00ba 990\", web: \"https:\/\/itdonbosco.net\/\", departamento: \"LA PAZ\"},\r\n            {id: 50, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"RVDO. PADRE SEBASTI\u00c1N OBERMAIER\\\"\", tipo: \"convenio\", ubicacion: \"AV MONTERO NRO. 123, PLAN 88, ENTRE CALLES 10 Y 12\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 51, nombre: \"INSTITUTO T\u00c9CNICO DE EDUCACI\u00d3N COMERCIAL AMERICANO \\\"ITECA\", tipo: \"convenio\", ubicacion: \"CALLE LANDAETA, ZONA SOPOCACHI No. 423\", web: \"https:\/\/iteca.edu.bo\/webs\/\", departamento: \"LA PAZ\"},\r\n            {id: 52, nombre: \"INSTITUTO T\u00c9CNICO \\\"NUEVA BOLIVIA\\\"\", tipo: \"privado\", ubicacion: \"CALLE HEROES DEL PAC\u00cdFICO No. 1192, ZONA MIRAFLORES\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 53, nombre: \"INSTITUTO T\u00c9CNICO \\\"NUEVA BOLIVIA\\\" SUB SEDE EL ALTO\", tipo: \"privado\", ubicacion: \"Calle 2 N\u00ba 55, zona Villa Bolivar 'A'\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 54, nombre: \"INSTITUTO DE EDUCACI\u00d3N BANCARIA SEDE CENTRAL\", tipo: \"privado\", ubicacion: \"AV. ARCE PASAJE EL AVIADOR No. 1227, ZONA SOPOCACHI\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 55, nombre: \"INSTITUTO \\\"ABRAHAM LINCOLN\\\"\", tipo: \"privado\", ubicacion: \"CAPITAN RAVELO No. 2066 ENTRE GOITIA Y MONTEVIDEO\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 56, nombre: \"INSTITUTO T\u00c9CNICO NACIONAL DE ENTRENADORES DE F\u00daTBOL BOLIVIA INEFBO\", tipo: \"privado\", ubicacion: \"AV. ARCE NO. 2928, ZONA SAN JORGE\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 57, nombre: \"INSTITUTO T\u00c9CNICO \\\"COPEC\\\"\", tipo: \"privado\", ubicacion: \"AV. 6 DE MARZO No. 144 Z\/12 DE OCTUBRE ENTRE CALLES 4 Y 5 EDIF. LA URBANA EL ALTO\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 58, nombre: \"INSTITUTO T\u00c9CNICO PARA EL DESARROLLO DE EMPRESARIOS Y ADMINISTRADORES \\\"IDEA\\\", SEDE CENTRAL\", tipo: \"privado\", ubicacion: \"Av. Camacho esq. Bueno, edif. La Urbana, 2\u00ba Piso, N\u00ba 1485\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 59, nombre: \"INSTITUTO T\u00c9CNICO DE EXCELENCIA \\\"ITE S.R.L.\\\"\", tipo: \"privado\", ubicacion: \"AV. MONTES EDIFICIO DE COL- 2do PISO No. 768\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 60, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"MARISCAL SUCRE\\\"\", tipo: \"privado\", ubicacion: \"CALLE CHUQUISACA N\u00ba 697, ESQ. BOZO\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 61, nombre: \"INSTITUTO T\u00c9CNICO INTEGRADO SAN ANTONIO DE PADUA \\\"INSTEIN\\\"\", tipo: \"privado\", ubicacion: \"AV. 6 DE MARZO No. 60 ZONA 12 DE OCTUBRE\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 62, nombre: \"INSTITUTO T\u00c9CNICO BOLIVIANO HOLAND\u00c9S\", tipo: \"privado\", ubicacion: \"Zona 16 de Julio, calle Beltran N\u00ba 3735, altura de Cruz Papal\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 63, nombre: \"INSTITUTO T\u00c9CNICO CEFIM\", tipo: \"privado\", ubicacion: \"Miraflores. Av. Saavedra 1936, entre D\u00edaz Romero y Villalobos\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 64, nombre: \"INSTITUTO T\u00c9CNICO \\\"SAN PABLO\\\"\", tipo: \"privado\", ubicacion: \"AV. JORGE CARRASCO No. 47 ZONA 12 DE OCTUBRE, EL ALTO\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 65, nombre: \"INSTITUTO T\u00c9CNICO DE DESARROLLO INTEGRAL E INNOVACI\u00d3N \\\"INTEDII\\\"\", tipo: \"privado\", ubicacion: \"CALLE MONTEVIDEO ESQUINA CAPIT\u00c1N RAVELO NRO 188, ZONA SOPOCACHI\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 66, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"INFOCAL\\\" SEDE CENTRAL\", tipo: \"privado\", ubicacion: \"CALLE CHICHAS #1280, ZONA MIRAFLORES\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 67, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"INFOCAL\\\" SUB SEDE EL ALTO\", tipo: \"privado\", ubicacion: \"AV. 6 DE MARZO N\u00ba 340, ZONA VILLA BOLIVAR \\\"A\\\"\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 68, nombre: \"INSTITUTO DE HOTELER\u00cdA Y TURISMO \\\"ANDINO\\\" S.R.L.\", tipo: \"privado\", ubicacion: \"VILLA TEJADA RECTANGULAR CALLE 11 N\u00b0 39 ENTRE AV. CIVICA Y C. JORGE SQUIER\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 69, nombre: \"INSTITUTO T\u00c9CNICO \\\"CRUZ ROJA\\\" SEDE CENTRAL\", tipo: \"privado\", ubicacion: \"CALLE CUBA N\u00ba 1155 ZONA MIRAFLORES\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 70, nombre: \"INSTITUTO NACIONAL DE LA INTEGRACI\u00d3N BOLIVIANA\", tipo: \"privado\", ubicacion: \"ZONA SANTA BARBARA , MIRAFLORES LAS VELAS AVENIDA SIMON BOLIVAR 1865,\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 71, nombre: \"INSTITUTO T\u00c9CNICO \\\"FIRST CLASS\\\"\", tipo: \"privado\", ubicacion: \"AV. 16 DE JULIO # 1479 ED. SAN PABLO P10\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 72, nombre: \"INSTITUTO T\u00c9CNICO \\\"FIRST CLASS\\\" SUBSEDE ZONA NORTE\", tipo: \"privado\", ubicacion: \"Calle Murillo N\u00ba 413\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 73, nombre: \"INSTITUTO T\u00c9CNICO \\\"FIRST CLASS\\\" SUBSEDE ZONA SUR\", tipo: \"privado\", ubicacion: \"Av. Mariscal Montenegro N\u00ba 1196, 3er y 4to piso, zona Calacoto\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 74, nombre: \"INSTITUTO T\u00c9CNICO \\\"FIRST CLASS\\\" SUBSEDE EL ALTO\", tipo: \"privado\", ubicacion: \"calle Franco Valle N\u00ba 91 3er piso, zona 12 de octubre\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 75, nombre: \"INSTITUTO T\u00c9CNICO OK BOLIVIA S.R.L\", tipo: \"privado\", ubicacion: \"PROLONGACI\u00d3N CORDERO N\u00ba 220, AVENIDA ARCE, ZONA SAN JORGE\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 76, nombre: \"INSTITUTO T\u00c9CNICO \\\"EF - GIPET\\\" S.R.L.\", tipo: \"privado\", ubicacion: \"AV. VILLAZON PSJE. BERNARDO TRIGO NRO. 447 3ER PISO, ZONA CENTRAL\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 77, nombre: \"INSTITUTO T\u00c9CNICO \\\"ANURA\\\"\", tipo: \"privado\", ubicacion: \"CALLE COSTA RICA No. 1427, ZONA MIRAFLORES\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 78, nombre: \"INSTITUTO T\u00c9CNICO CENTRAL BOLIVIANO\", tipo: \"privado\", ubicacion: \"EL ALTO, AV. 6 DE MARZO N\u00b088 ENTRE CALLES 7 Y 8, ZONA 12 DE OCTUBRE\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 79, nombre: \"INSTITUTO T\u00c9CNICO COLUMBIA \\\"ITC\\\"\", tipo: \"privado\", ubicacion: \"AV. 16 DE JULIO N\u00ba 1490, EDIFICIO AVENIDA 3ER. PISO\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 80, nombre: \"INSTITUTO T\u00c9CNICO \\\"SAGRADO CORAZ\u00d3N DEL NAZARENO\\\"\", tipo: \"privado\", ubicacion: \"ZONA DE VILLA FATIMA, AV. 6 DE MARZO N\u00b0 350, ZONA 12 DE OCTUBRE EDIFICIO ENMANUEL\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 81, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"MARISCAL SUCRE\\\"\", tipo: \"privado\", ubicacion: \"AV. ARCE, ESQUINA CALLE GOITIA NO. 2013\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 82, nombre: \"INSTITUTO SUPERIOR ACAD\u00c9MICO PROFESIONAL BERLIN - EL ALTO\", tipo: \"privado\", ubicacion: \"Av. Raul Salmon N\u00b0 23 Zona 12 de Octubre\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 83, nombre: \"INSTITUTO T\u00c9CNICO \\\"BERL\u00cdN 16 DE JULIO\\\" SEDE CENTRAL\", tipo: \"privado\", ubicacion: \"Calle Jos\u00e9 Arzabe N\u00ba 2974 y Av. Alfonso Ugarte, zona 16 de julio\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 84, nombre: \"INSTITUTO T\u00c9CNICO \\\"BERLIN 16 DE JULIO\\\" - SUBSEDE RIO SECO\", tipo: \"privado\", ubicacion: \"Luis Espinal esquina Av. Cusco N\u00ba12\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 85, nombre: \"INSTITUTO T\u00c9CNICO \\\"BERLIN 16 DE JULIO\\\" - SUBSEDE LA PAZ\", tipo: \"privado\", ubicacion: \"calle Sagarnaga, esquina Isaac Tamayo N\u00ba 440\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 86, nombre: \"INSTITUTO T\u00c9CNICO \\\"INGL\u00c9S PARA TODOS S.A.\\\"\", tipo: \"privado\", ubicacion: \"SOPOCACHI, CALLE PRESB\u00cdTERO MEDINA N\u00b0 2431\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 87, nombre: \"INSTITUTO T\u00c9CNICO SUPERIOR \\\"ATENEA\\\" SEDE CENTRAL\", tipo: \"privado\", ubicacion: \"AV. 20 DE OCTUBRE N\u00b0 1781, EDIF. PAN DE VIDA\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 88, nombre: \"INSTITUTO T\u00c9CNICO \\\"ATENEA\\\" SUBSEDE EL ALTO\", tipo: \"privado\", ubicacion: \"EL ALTO, ZONA 12 DE OCTUBRE, CALLE JORGE CARRASCO N\u00b074\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 89, nombre: \"INSTITUTO T\u00c9CNICO \\\"ARTE CULINARIO INTERNACIONAL - ACI\\\"\", tipo: \"privado\", ubicacion: \"LA PAZ, ZONA SAN PEDRO CALLE NICOLAS ACOSTA N\u00ba 587\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 90, nombre: \"INSTITUTO T\u00c9CNICO \\\"MONSE\u00d1OR JOSEMARIA ESCRIV\u00c1 DE BALAGUER\\\"\", tipo: \"privado\", ubicacion: \"Obrajes Calle 11 esq. Av. H\u00e9ctor Ormachea No. 290\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 91, nombre: \"INSTITUTO T\u00c9CNICO DE EXCELENCIA ITE SRL\", tipo: \"privado\", ubicacion: \"LA PAZ, ZONA CENTRAL, AV. MONTES N\u00b0768\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 92, nombre: \"INSTITUTO T\u00c9CNICO \\\"PARISESTILISMO\\\"\", tipo: \"privado\", ubicacion: \"CARANAVI\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 93, nombre: \"INSTITUTO T\u00c9CNICO BOLIVIANO SUIZO \\\"TBS\\\"\", tipo: \"privado\", ubicacion: \"ZONA MIRAFLORES, CALLE CLAUDIO PINILLA N\u00b0 1654\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 94, nombre: \"INSTITUTO T\u00c9CNICO BOLIVIANO SUIZO \\\"TBS\\\"- EL ALTO\", tipo: \"privado\", ubicacion: \"EL ALTO, ZONA 12 DE OCTUBRE, AV. 6 DE MARZO N\u00b0 1008\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 95, nombre: \"INSTITUTO T\u00c9CNICO \\\"SAN SILVESTRE S.R.L.\\\"\", tipo: \"privado\", ubicacion: \"EL ALTO, ZONA VILLA BOLIVAR \\\"A\\\" AV. HEROES DEL KILOMETRO 7 N\u00ba 777\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 96, nombre: \"INSTITUTO T\u00c9CNICO DE FORMACI\u00d3N PROFESIONAL DUAL\", tipo: \"privado\", ubicacion: \"LA PAZ, ZONA ACHUMANI AV. ALEXANDER N\u00ba 100\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 97, nombre: \"INSTITUTO T\u00c9CNICO \\\"ATSI\\\"\", tipo: \"privado\", ubicacion: \"6 DE MARZO, ENTRE CALLES 5 Y 6 N\u00b0 701-A\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 98, nombre: \"INSTITUTO T\u00c9CNICO AUTOMOTRIZ BOLIVIANO \\\"ITAB\\\" SEDE CENTRAL\", tipo: \"privado\", ubicacion: \"LA PAZ, CALLE OTERO DE LA VEGA N\u00b0 406, ZONA SAN PEDRO\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 99, nombre: \"INSTITUTO T\u00c9CNICO AUTOMOTRIZ BOLIVIANO \\\"ITAB\\\" SUB SEDE LA PAZ\", tipo: \"privado\", ubicacion: \"ZONA OBRAJES, CALLE BARRAG\u00c1N SAGRADO N\u00b0 100\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 100, nombre: \"INSTITUTO T\u00c9CNICO \\\"VIRGEN DE COPACABANA\\\"\", tipo: \"privado\", ubicacion: \"LA PAZ, ZONA VILLA FATIMA AV. TEJADA SORZANO EDIFICIO ENMANUEL N\u00ba 444\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 101, nombre: \"INSTITUTO T\u00c9CNICO PRIMERA ESCUELA DE HOTELER\u00cdA Y TURISMO DE BOLIVIA\", tipo: \"privado\", ubicacion: \"Sanchez Lima Esq Aspiazu N\u00b0 2099 - Zona Sopocachi\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 102, nombre: \"INSTITUTO T\u00c9CNICO ECUM\u00c9NICO ANDINO DE TEOLOG\u00cdA \\\"ISEAT\\\"\", tipo: \"privado\", ubicacion: \"CALLE ASPIAZU N\u00ba 638 ZONA SOPOCACHI\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 103, nombre: \"INSTITUTO T\u00c9CNICO \\\"TENIENTE\\\"\", tipo: \"privado\", ubicacion: \"CALLE COROICO N\u00b0 1446, ZONA SANTA B\u00c1RBARA\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 104, nombre: \"INSTITUTO T\u00c9CNICO DE FORMACI\u00d3N ESPECIALIZADA \\\"LIFE S.R.L.\\\"\", tipo: \"privado\", ubicacion: \"PASAJE ISAAC EDUARDO #2654, EDIFICIO \\\"CASA\\\", ZONA BAJO SOPOCACHI\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 105, nombre: \"INSTITUTO T\u00c9CNICO SUPERIOR EN GASTRONOM\u00cdA Y ALTA COCINA \\\"IGA\\\" LA PAZ\", tipo: \"privado\", ubicacion: \"AV. CLEMENTE INOFUENTES No 732 CALACOTO\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 106, nombre: \"INSTITUTO T\u00c9CNICO DE EDUCACI\u00d3N SUPERIOR CEETII SRL\", tipo: \"privado\", ubicacion: \"PLAZA SUCRE DE LA ZONA DE SAN PEDRO, CALLE CA\u00d1ADA STRONGEST, ESQUINA NICOL\u00c1S ACOSTA\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 107, nombre: \"INSTITUTO T\u00c9CNICO DE EDUCACI\u00d3N SUPERIOR CEETII EL ALTO SRL\", tipo: \"privado\", ubicacion: \"ZONA VILLA BOLIVAR A, CALLE 3 N\u00ba 289 ENTRE AV. TELLES ROSS Y AV. 6 DE MARZO\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 108, nombre: \"INSTITUTO DE GESTI\u00d3N EMPRESARIAL Y COMERCIO INTERNACIONAL IGECI\", tipo: \"privado\", ubicacion: \"calle Batall\u00f3n Colorados N\u00ba 40 Edif. Tres Cruces\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 109, nombre: \"INSTITUTO T\u00c9CNICO IGI S.R.L\", tipo: \"privado\", ubicacion: \"Av. Busch N\u00ba 1174, zona Miraflores\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 110, nombre: \"INSTITUTO T\u00c9CNICO \\\"CAPACITA GLOBAL INTERNACIONAL\\\"\", tipo: \"privado\", ubicacion: \"Av. Mariscal Montenegro N\u00ba 905, San Miguel, Zona Sur, Edificio L&M\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 111, nombre: \"INSTITUTO T\u00c9CNICO \\\"BOLIVIANO FRANCES\\\"\", tipo: \"privado\", ubicacion: \"Zona 12 de Octubre , manzano 14, Lote s\/n, sobre Av. Franco Valle\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 112, nombre: \"INSTITUTO T\u00c9CNICO \\\"ZIBIATH\\\"\", tipo: \"privado\", ubicacion: \"Pasaje 2 N\u00b0 3780, Pisos 1, 2 y 4 Villa Bolivar \\\"A\\\"\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 113, nombre: \"INSTITUTO T\u00c9CNICO LOS \u00c1NGELES\", tipo: \"privado\", ubicacion: \"Plaza Juariste Eguino N\u00b0 750, Zona el Rosario\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 114, nombre: \"INSTITUTO T\u00c9CNICO DE BELLEZA INTEGRAL \\\"AVADELIZ\\\"\", tipo: \"privado\", ubicacion: \"ZONA 12 DE OCTUBRE, AV. RA\u00daL SALMON N\u00b0 80, ESQUINA CALLE 4\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 115, nombre: \"INSTITUTO T\u00c9CNICO DE \\\"BELLEZA Y ESTETICA LIZ - ITBEL\\\"\", tipo: \"privado\", ubicacion: \"EL ALTO DE LA PAZ, AV. 6 DE MARZO ZONA 12 DE OCTUBRE EDIFICIO CRESPO 2DO. PISO\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 116, nombre: \"INSTITUTO T\u00c9CNICO \\\"UDICEA S.R.L.\\\"\", tipo: \"privado\", ubicacion: \"Urbanizacion Villa Bolivar A Manzano 3 No 225 sobre la Av 6 de Marzo\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 117, nombre: \"INSTITUTO T\u00c9CNICO DE BELLEZA INTEGRAL \\\"FRENESI\\\"\", tipo: \"privado\", ubicacion: \"Avenida Sanchez Lima No 2019, Zona Sopocachi\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 118, nombre: \"INSTITUTO T\u00c9CNICO \\\"CEC S.R.L\\\" SEDE CENTRAL\", tipo: \"privado\", ubicacion: \"Calle Potos\u00ed N\u00ba 1320 esquina Colon Edificio CEC, zona Central\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 119, nombre: \"INSTITUTO T\u00c9CNICO \\\"CEC S.R.L.\\\" SUBSEDE EL ALTO\", tipo: \"privado\", ubicacion: \"Av. 6 de Marzo N\u00b0 450, Zona 12 de octubre\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 120, nombre: \"INSTITUTO T\u00c9CNICO \\\"CEC S.R.L.\\\" SUBSEDE 1\", tipo: \"privado\", ubicacion: \"Av 6 de Marzo entre calle 6 y 7 No 501, Zona Villa Bolivar\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 121, nombre: \"INSTITUTO T\u00c9CNICO \\\"CEC S.R.L.\\\" SUBSEDE 2\", tipo: \"privado\", ubicacion: \"Avenida \\\"A\\\" No 981, Edificio Guapaz, 3er piso, entre calles 5 y 6 Zona Villa Caluyo Pacajes\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 122, nombre: \"INSTITUTO T\u00c9CNICO DE LABORATORISTAS DENTALES LA PAZ \\\"ESLADENT\\\"\", tipo: \"privado\", ubicacion: \"Plaza Juariste Eguino N\u00b0 750, Zona el Rosario\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 123, nombre: \"INSTITUTO TECNOL\u00d3GICO SIM\u00d3N BOL\u00cdVAR S.R.L. SEDE CENTRAL\", tipo: \"privado\", ubicacion: \"Av. Mariscal Sucre N\u00ba1423 zona central\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 124, nombre: \"INSTITUTO TECNOL\u00d3GICO SIM\u00d3N BOL\u00cdVAR S.R.L.\", tipo: \"privado\", ubicacion: \"Urbanizaci\u00f3n Boris Banzer, Barrio Petrolero N\u00b0 10 Manzano G\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 125, nombre: \"INSTITUTO TECNOL\u00d3GICO SIM\u00d3N BOL\u00cdVAR S.R.L. SUBSEDE VILLA BOLIVAR \\\"A\\\"\", tipo: \"privado\", ubicacion: \"Urbanizaci\u00f3n Villa Bolivar A N\u00ba 35 entre calle T\u00e9llez Ross y Av. Uni\u00f3n\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 126, nombre: \"INSTITUTO TECNOL\u00d3GICO SIM\u00d3N BOL\u00cdVAR S.R.L. SUBSEDE ACHUMANI\", tipo: \"privado\", ubicacion: \"AV. STRONGEST N\u00ba100 CALLE HUMBERTO JAMES ZUNA - ZONA ACHUMANI\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 127, nombre: \"INSTITUTO T\u00c9CNICO \\\"BELA\\\" SEDE CENTRAL\", tipo: \"privado\", ubicacion: \"ZONA VILLA DOLORES, ESQUINA CALLLE 4 N\u00b0 90\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 128, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"BOLIVIANA DE TECNOLOG\u00cdA\\\"\", tipo: \"privado\", ubicacion: \"AV. DE LOS H\u00c9ROES N\u00ba 11 URB. BORIS BANZER\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 129, nombre: \"INSTITUTO TECNOL\u00d3GICO CIBERN\u00c9TICO BOLIVIANO \\\"INCIBO\\\"\", tipo: \"privado\", ubicacion: \"Calle Illampu N\u00ba 806 esquina calle Santa Cruz, zona Rosario\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 130, nombre: \"INSTITUTO T\u00c9CNICO \\\"ENGLISH CLUB\\\"\", tipo: \"privado\", ubicacion: \"MIRAFLORES, AV SAAVEDRA NRO 1948, EDIF CRISTEMBO MEZZANINE\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 131, nombre: \"INSTITUTO T\u00c9CNICO SUPERIOR GARELLI\", tipo: \"privado\", ubicacion: \"Urbanizacion Villa Dolores, Av Antofagasta No. 1089 del Distrito 1\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 132, nombre: \"INSTITUTO TECNOL\u00d3GICO TRANSMITE S.R.L.\", tipo: \"privado\", ubicacion: \"Calle Pinilla Nro. 2588, edif. Arcadia, oficina 109, entre Av. Arce y Av, 6 de Agosto - San Jorge\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 133, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"UDES\\\" S.R.L.\", tipo: \"privado\", ubicacion: \"ZONA 12 DE OCTUBRE, AV. 6 DE MARZO N\u00ba 240\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 134, nombre: \"INSTITUTO TECNOL\u00d3GICO FRANFER S.R.L.\", tipo: \"privado\", ubicacion: \"URB. BALLIVIAN 1RA. SECCI\u00d3N, ZONA BALLIVIAN, AV. ALFONSO UGARTE, CALLE SARGENTO CARRASCO N\u00ba 25\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 135, nombre: \"INSTITUTO TECNOL\u00d3GICO \\\"SUPERIOR EN GASTROMODA LATINOAMERICANO S.R.L.\\\"\", tipo: \"privado\", ubicacion: \"CALLE MENDEZ ARCOS N\u00ba 758 ZONA SOPOCACHI\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 136, nombre: \"INSTITUTO DE FORMACI\u00d3N ART\u00cdSTICA FOLKL\u00d3RICO MUSICAL \\\"MAURO NU\u00d1EZ\\\"\", tipo: \"formacion artistica\", ubicacion: \"AV. 6 DE AGOSTO Y ROSENDO GUTI\u00c9RREZ\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 137, nombre: \"INSTITUTO DE FORMACI\u00d3N ART\u00cdSTICA LUIS FELIPE ARCE\", tipo: \"formacion artistica\", ubicacion: \"YANACOCHA ENTRE INDABURO. (U.E SAN SIM\u00d3N DE AYACUCHO\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 138, nombre: \"INSTITUTO DE FORMACI\u00d3N ART\u00cdSTICA MUSICAL CHULUMANI\", tipo: \"formacion artistica\", ubicacion: \"CALLE SAGARNAGA, ZONA SAN ANTONIO (CHULUMANI - SUD YUNGAS)\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 139, nombre: \"INSTITUTO DE FORMACI\u00d3N ART\u00cdSTICA ACADEMIA NACIONAL DE BELLAS ARTES \\\"HERNANDO SILES\\\"\", tipo: \"formacion artistica\", ubicacion: \"CALLE ROSENDO GUTI\u00c9RREZ NO 323, ZONA SOPOCACHI\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 140, nombre: \"INSTITUTO DE FORMACI\u00d3N ART\u00cdSTICA ESCUELA DE DANZA DEL BALLET OFICIAL\", tipo: \"formacion artistica\", ubicacion: \"CALLE INDABURO N\u00b0745\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 141, nombre: \"ESCUELA BOLIVIANA INTERCULTURAL DE DANZA\", tipo: \"EBIS\", ubicacion: \"CALLE 7 ZONA VILLA TEJADA RECTANGULAR NO. 703 ENTRE DIEGO PORTUGAL\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 142, nombre: \"CONSERVATORIO PLURINACIONAL DE M\u00daSICA\", tipo: \"EBIS\", ubicacion: \"Calle Reyes Ortiz N\u00b056\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 143, nombre: \"INSTITUTO DE FORMACI\u00d3N ART\u00cdSTICA ESCUELA ANDINA DE CINEMATOGRAF\u00cdA\", tipo: \"formacion artistica privada\", ubicacion: \"ZONA NORTE DE LA CIUDAD DE LA PAZ, CALLE SANAUJA N\u00ba651, PLAZA RIOSINHO\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 144, nombre: \"INSTITUTO DE FORMACI\u00d3N ART\u00cdSTICA \\\"JUBAL\\\"\", tipo: \"formacion artistica privada\", ubicacion: \"CALLE H\u00c9ROES DEL ACRE ESQ. NICOL\u00c1S ACOSTA N\u00ba 1474 PISO 2, DEPTO 2A Y 2B ZONA SAN PEDRO\", web: \"no disponible\", departamento: \"LA PAZ\"},\r\n            {id: 145, nombre: \"INSTITUTO DE FORMACI\u00d3N ART\u00cdSTICA \\\"HELIOS\\\"\", tipo: \"formacion artistica privada\", ubicacion: \"Calle Batalla de Ingavi N\u00ba 657 entre Pisagua y Alto de la Alianza zona Central\", web: \"no disponible\", departamento: \"LA PAZ\"}\r\n        ];\r\n\r\n        \/\/ Datos de las carreras (del 1 al 145 institutos)\r\n        const carreras = [\r\n            \/\/ Instituto 1 (E.S.A.E.)\r\n            {id: 1, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 1, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 1, nombre: \"ADMINISTRACI\u00d3N Y GESTI\u00d3N PRODUCTIVA\", duracion: \"MODULAR A DISTANCIA\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 1, nombre: \"GESTI\u00d3N DE ADMINISTRACI\u00d3N P\u00daBLICA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 2 (INTAC)\r\n            {id: 2, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 2, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 2, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 3 (PABLO Z\u00c1RATE WILLCA)\r\n            {id: 3, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 3, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 3, nombre: \"VETERINARIA Y ZOOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 4 (TUNI)\r\n            {id: 4, nombre: \"AGROECOLOG\u00cdA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 4, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 4, nombre: \"CONSTRUCCI\u00d3N CIVIL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 5 (ITAMIX)\r\n            {id: 5, nombre: \"VETERINARIA ZOOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 5, nombre: \"TURISMO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 5, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 5, nombre: \"INDUSTRIA DE LA MADERA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 5, nombre: \"ELECTROMEC\u00c1NICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 6 (COABA SORATA)\r\n            {id: 6, nombre: \"VETERINARIA Y ZOOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 6, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 7 (INTI ANDINO)\r\n            {id: 7, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 8 (PATACAMAYA)\r\n            {id: 8, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 8, nombre: \"INDUSTRIA TEXTIL Y CONFECCI\u00d3N\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 8, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 8, nombre: \"ELECTRICIDAD INDUSTRIAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 9 (SANTIAGO DE CALLAPA)\r\n            {id: 9, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 9, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 10 (MARCELO QUIROGA SANTA CRUZ)\r\n            {id: 10, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 10, nombre: \"ELECTRICIDAD INDUSTRIAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 10, nombre: \"CONSTRUCCI\u00d3N CIVIL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 11 (MARCELO QUIROGA SANTA CRUZ SUB SEDE)\r\n            {id: 11, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 11, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 11, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 12 (WI\u00d1AY MARKA)\r\n            {id: 12, nombre: \"VETERINARIA ZOOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 12, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 12, nombre: \"TURISMO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 12, nombre: \"ACUICULTURA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 13 (CAQUIAVIRI)\r\n            {id: 13, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 13, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 13, nombre: \"VETERINARIA Y ZOOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 14 (MECAPACA)\r\n            {id: 14, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 14, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 14, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 14, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 15 (JACH'A OMASUYOS)\r\n            {id: 15, nombre: \"VETERINARIA Y ZOOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 15, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 15, nombre: \"INDUSTRIA TEXTIL Y CONFECCI\u00d3N\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 15, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 16 (AYACUCHO)\r\n            {id: 16, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 16, nombre: \"ELECTROMEC\u00c1NICA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 16, nombre: \"ELECTR\u00d3NICA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 16, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 16, nombre: \"MEC\u00c1NICA INDUSTRIAL (MENCI\u00d3N SOLDADURA MECATR\u00d3NICA\/HIDRONEUM\u00c1TICA)\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 16, nombre: \"MEC\u00c1NICA INDUSTRIAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 16, nombre: \"CONSTRUCCI\u00d3N CIVIL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 17 (MIRIKIRI)\r\n            {id: 17, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 17, nombre: \"INDUSTRIA TEXTIL Y CONFECCI\u00d3N\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 17, nombre: \"INDUSTRIA DE LA PIEDRA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 17, nombre: \"TURISMO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 17, nombre: \"GESTI\u00d3N DE AGUA Y RIEGO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 18 (SANTIAGO DE LLALLAGUA)\r\n            {id: 18, nombre: \"VETERINARIA ZOOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 18, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 18, nombre: \"TURISMO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 18, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 19 (INCOS - EL ALTO)\r\n            {id: 19, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 19, nombre: \"COMERCIO INTERNACIONAL Y ADMINISTRACI\u00d3N ADUANERA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 19, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 19, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 19, nombre: \"LING\u00dc\u00cdSTICA CON MENCI\u00d3N INGL\u00c9S\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 19, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 19, nombre: \"IDIOMA INGLES\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 19, nombre: \"IDIOMA INGLES\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 20 (TUPAC KATARI- ESCOMA)\r\n            {id: 20, nombre: \"VETERINARIA ZOOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 20, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 20, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 20, nombre: \"ENFERMER\u00cdA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 20, nombre: \"ELECTR\u00d3NICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 20, nombre: \"INFORM\u00c1TICA INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 21 (PUERTO DE MEJILLONES)\r\n            {id: 21, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 21, nombre: \"ELECTR\u00d3NICA (SISTEMAS DE TELECOMUNICACIONES\/SISTEMAS DE CONTROL INDUSTRIAL)\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 21, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 21, nombre: \"PROGRAMADOR DE SISTEMAS DE INFORMACI\u00d3N\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 21, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 21, nombre: \"MEC\u00c1NICA INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 21, nombre: \"GASTRONOMIA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 22 (PUERTO DE MEJILLONES SUBSEDE CORPA MACHACA)\r\n            {id: 22, nombre: \"MECANICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 22, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 23 (BOLIVIA MAR)\r\n            {id: 23, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 23, nombre: \"REDES DE GAS Y SOLDADURA EN DUCTOS\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 23, nombre: \"INDUSTRIA TEXTIL Y CONFECCI\u00d3N\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 23, nombre: \"ELECTRICIDAD INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 23, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 23, nombre: \"CONSTRUCCI\u00d3N CIVIL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 23, nombre: \"GASTRONOM\u00cdA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 24 (BRASIL - BOLIVIA)\r\n            {id: 24, nombre: \"ELECTROMEDICINA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 24, nombre: \"ELECTROMEC\u00c1NICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 24, nombre: \"GAS PETROLEO Y PROCESOS\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 24, nombre: \"INDUSTRIA TEXTIL Y CONFECCI\u00d3N\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 24, nombre: \"INFORM\u00c1TICA INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 24, nombre: \"CONSTRUCCI\u00d3N CIVIL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 24, nombre: \"METALURGIA, SIDERURGIA Y FUNDICI\u00d3N\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 25 (TTE. ARMANDO DE PALACIOS - INCOS LA PAZ)\r\n            {id: 25, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 25, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 25, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 25, nombre: \"COMERCIO INTERNACIONAL Y ADMINISTRACI\u00d3N ADUANERA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 25, nombre: \"IDIOMA INGLES\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 26 (ITPNA)\r\n            {id: 26, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 26, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 26, nombre: \"VETERINARIA ZOOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 26, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 27 (ESCUELA INDUSTRIAL SUPERIOR PEDRO DOMINGO MURILLO)\r\n            {id: 27, nombre: \"INFORM\u00c1TICA INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 27, nombre: \"INDUSTRIA TEXTIL Y CONFECCI\u00d3N\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 27, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 27, nombre: \"METALURGIA, SIDERURGIA Y FUNDICI\u00d3N\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 27, nombre: \"MEC\u00c1NICA INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 27, nombre: \"ELECTRICIDAD INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 27, nombre: \"ELECTR\u00d3NICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 27, nombre: \"QU\u00cdMICA INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 28 (ESCUELA INDUSTRIAL SUPERIOR PEDRO DOMINGO MURILLO SUBSEDE ACHICA ARRIBA)\r\n            {id: 28, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 28, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 29 (ESCUELA INDUSTRIAL SUPERIOR PEDRO DOMINGO MURILLO SUBSEDE CORO CORO)\r\n            {id: 29, nombre: \"MEC\u00c1NICA INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 29, nombre: \"METALURGIA SIDERURGIA Y FUNDICI\u00d3N\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 30 (ESCUELA INDUSTRIAL SUPERIOR PEDRO DOMINGO MURILLO SUBSEDE TAJANI)\r\n            {id: 30, nombre: \"INFORM\u00c1TICA INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 30, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 30, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 31\r\n            {id: 31, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 31, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 31, nombre: \"GASTRONOM\u00cdA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 31, nombre: \"MERCADOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 31, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 31, nombre: \"TURISMO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 31, nombre: \"LING\u00dc\u00cdSTICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 32\r\n            {id: 32, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 32, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 32, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 32, nombre: \"ELECTROMEC\u00c1NICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 32, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 32, nombre: \"VETERINARIA ZOOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 32, nombre: \"FORESTAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 32, nombre: \"CAFICULTURA EMPRESARIAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 32, nombre: \"AUXILIAR CONTABLE\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 32, nombre: \"VETERINARIA Y ZOOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 32, nombre: \"FORESTAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 32, nombre: \"CAFICULTURA EMPRESARIAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 33\r\n            {id: 33, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 33, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 33, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 34\r\n            {id: 34, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 34, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 35\r\n            {id: 35, nombre: \"QU\u00cdMICA INDUSTRIAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 35, nombre: \"GASTRONOM\u00cdA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 35, nombre: \"MECANICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 36\r\n            {id: 36, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 36, nombre: \"VETERINARIA ZOOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 36, nombre: \"MECANICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 36, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 36, nombre: \"TURISMO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 37\r\n            {id: 37, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 37, nombre: \"INDUSTRIA TEXTIL Y CONFECCI\u00d3N\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 37, nombre: \"AGROPECUARIA (MENCI\u00d3N:\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 38\r\n            {id: 38, nombre: \"SECRETARIADO ADMINISTRATIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 38, nombre: \"OPERADOR EN COMPUTADORAS\", duracion: \"MODULAR A DISTANCIA\", modalidad: \"CURSO DE CAPACITACION\"},\r\n            {id: 38, nombre: \"CONTADURIA GENERAL\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 39 (no tiene carreras en los datos proporcionados)\r\n            \r\n            \/\/ Instituto 40\r\n            {id: 40, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 40, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 40, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 41\r\n            {id: 41, nombre: \"ELECTR\u00d3NICA RADIO Y TELEVISION\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 41, nombre: \"MEC\u00c1NICA AUTOMOTRIZ Y CONDUCCI\u00d3N\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 41, nombre: \"SOLDADURA MIXTA (ARCO Y OXIGENO)\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 41, nombre: \"TORNER\u00cdA-MAQUINAS Y HERRAMIENTAS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 41, nombre: \"FONTANER\u00cdA E INSTALACI\u00d3N DE GAS A\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 41, nombre: \"INSTALACIONES EL\u00c9CTRICAS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 41, nombre: \"HORTICULTURA Y CARPAS SOLARES\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 41, nombre: \"CARPINTERIA Y EBANISTERIA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 41, nombre: \"CONSTRUCCI\u00d3N CIVIL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 41, nombre: \"AUXILIAR DE ENFERMERIA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 42\r\n            {id: 42, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 42, nombre: \"IDIOMA INGLES\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 42, nombre: \"IDIOMA INGL\u00c9S: BASICO\/INTERMEDIO\/AVANZADO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 42, nombre: \"IDIOMA PORTUGUES\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 42, nombre: \"IDIOMA CHINO MANDARIN\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 42, nombre: \"IDIOMA ESPA\u00d1OL\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 42, nombre: \"IDIOMA AYMARA\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 42, nombre: \"INGL\u00c9S ELEMENTARY\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 42, nombre: \"INGL\u00c9S BEGINNERS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 42, nombre: \"PORTUGU\u00c9S: BASICO\/INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 42, nombre: \"CHINO MANDARIN: B\u00c1SICO\/INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 42, nombre: \"ESPA\u00d1OL: B\u00c1SICO\/INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 42, nombre: \"AYMARA: BASICO\/INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 43\r\n            {id: 43, nombre: \"IDIOMA INGLES\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 43, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 43, nombre: \"IDIOMA INGL\u00c9S BASICO\/INTERMEDIO\/AVANZADO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 43, nombre: \"IDIOMA PORTUGUES\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 43, nombre: \"IDIOMA CHINO MANDARIN\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 43, nombre: \"IDIOMA ESPA\u00d1OL\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 43, nombre: \"IDIOMA AYMARA\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 43, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 43, nombre: \"IDIOMA INGLES\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 43, nombre: \"IDIOMA INGL\u00c9S BASICO\/INTERMEDIO\/AVANZADO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 43, nombre: \"IDIOMA PORTUGUES\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 43, nombre: \"IDIOMA CHINO MANDARIN\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 43, nombre: \"IDIOMA ESPA\u00d1OL\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 43, nombre: \"IDIOMA AYMARA\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 43, nombre: \"INGLES ELEMENTARY\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 43, nombre: \"INGLES BEGINNERS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 43, nombre: \"PORTUGU\u00c9S: BASICO\/INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 43, nombre: \"CHINO MANDARIN: BASICO\/INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 43, nombre: \"ESPA\u00d1OL: B\u00c1SICO\/INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 43, nombre: \"AYMARA: BASICO\/INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 44\r\n            {id: 44, nombre: \"AGROPECUARIA\", duracion: \"\", modalidad: \"\"},\r\n            \r\n            \/\/ Instituto 45\r\n            {id: 45, nombre: \"VETERINARIA Y ZOOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 45, nombre: \"INDUSTRIA DE ALIMENTOS\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 45, nombre: \"AGROPECUARIA\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 46\r\n            {id: 46, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 46, nombre: \"GASTRONOMIA\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 47\r\n            {id: 47, nombre: \"MECANICA AUTOMOTRIZ\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 47, nombre: \"VETERINARIA Y ZOOTECNIA\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 48\r\n            {id: 48, nombre: \"MANTENIMIENTO DE MAQUINARIA PESADA\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 48, nombre: \"OPERADOR DE EQUIPO PESADO\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 49\r\n            {id: 49, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 49, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 49, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 49, nombre: \"ARTES GR\u00c1FICAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 49, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 49, nombre: \"ELECTRICIDAD INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 49, nombre: \"MECANICA INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 49, nombre: \"MECANICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 50\r\n            {id: 50, nombre: \"INFORM\u00c1TICA INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 50, nombre: \"ELECTRONICA (SISTEMAS OF TELECOMUNICACIONES)\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 50, nombre: \"ELECTRONICA (SISTEMAS OF CONTROL INDUSTRIAL)\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 51\r\n            {id: 51, nombre: \"CONTADURIA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 51, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 51, nombre: \"SECRETARIADO ADMINISTRATIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 51, nombre: \"SISTEMAS INFORMATICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 52\r\n            {id: 52, nombre: \"CONTADURIA GENERAL\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 52, nombre: \"COMERCIO INTERNACIONALY ADMINISTRACI\u00d3N ADUANERA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 52, nombre: \"GASTRONOMIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 52, nombre: \"GASTRONOMIA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 52, nombre: \"PANADER\u00cdA DE ESPECIALIDAD\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 52, nombre: \"GASTRONOMIA PARA EVENTOS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 52, nombre: \"GASTRONOMIA SALUDABLE\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 52, nombre: \"ACTUALIZACI\u00d3N CONTABLE\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 52, nombre: \"AUXILIAR EN SISTEMAS FINANCIEROS Y BANCA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 52, nombre: \"NORMATIVA TRIBUTARIA EN BOLIVIA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 52, nombre: \"MANEJO DE OFFICE Y PAQUETES CONTABLES\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 52, nombre: \"COCINA Y PASTELER\u00cdA B\u00c1SICA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 52, nombre: \"COCINA Y PASTELER\u00cdA AVANZADA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 53\r\n            {id: 53, nombre: \"GASTRONOMIA\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 53, nombre: \"GASTRONOMIA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 53, nombre: \"PASTELER\u00cdA DE ESPECIALIDAD\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 53, nombre: \"BARMAN PROFESIONAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 53, nombre: \"REPOSTER\u00cdA DE ESPECIALIDAD\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 53, nombre: \"CHOCOLATERIA BOMBONERIA Y CARAMELO\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 53, nombre: \"ELABORACI\u00d3N Y CONSERVACI\u00d3N DE\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 54\r\n            {id: 54, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 55\r\n            {id: 55, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 55, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 55, nombre: \"TURISMO\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 55, nombre: \"RELACIONES PUBLICAS\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 55, nombre: \"SECRETARIADO ADMINISTRATIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 55, nombre: \"T\u00c9CNICO BANCARIO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 55, nombre: \"TECNICO EN PUBLICIDAD\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 56\r\n            {id: 56, nombre: \"ENTRENADOR DE F\u00daTBOL PROFESIONAL\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 57\r\n            {id: 57, nombre: \"CONTADURIA GENERAL\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 57, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 57, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 57, nombre: \"AUXILIAR DE CONTABILIDAD\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 57, nombre: \"PROGRAMACI\u00d3N DE SISTEMAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 57, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 57, nombre: \"INGLES\", duracion: \"SEMESTRAL\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 58\r\n            {id: 58, nombre: \"COMERCIO INTERNACIONAL Y ADMINISTRACI\u00d3N ADUANERA\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 58, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 58, nombre: \"CONTADURIA GENERAL\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 58, nombre: \"COMERCIO EXTERIORY ADUANAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 58, nombre: \"GESTION ADMINISTRATIVA Y ADUANAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 59\r\n            {id: 59, nombre: \"ENFERMERIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 60\r\n            {id: 60, nombre: \"CONSTRUCCI\u00d3N CIVIL\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 60, nombre: \"DISE\u00d1O DE INTERIORES\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 61\r\n            {id: 61, nombre: \"CONTADURIA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 61, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 61, nombre: \"COMERCIO INTERNACIONAL Y ADMINISTRACI\u00d3N ADUANERA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 61, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"MODULAR\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 61, nombre: \"ELECTRONICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 61, nombre: \"ELECTR\u00d3NICA DIGITAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 61, nombre: \"SECRETARIADO ADMINISTRATIVO\", duracion: \"MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 61, nombre: \"PROGRAMACI\u00d3N DE SISTEMAS\", duracion: \"ANUAL\", modalidad: \"TECNICO MEDIO\"},\r\n            {id: 61, nombre: \"AUXILIAR CONTABLE\", duracion: \"ANUAL\", modalidad: \"CAPACITACION\"},\r\n            {id: 61, nombre: \"DACTILOGRAF\u00cdA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 61, nombre: \"OPERADOR DE APLICACIONES INFORM\u00c1TICAS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 62\r\n            {id: 62, nombre: \"COMERCIO INTERNACIONALY ADMINISTRACI\u00d3N ADUANERA\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 62, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 63\r\n            {id: 63, nombre: \"ADMINISTRACI\u00d3N DE SERVICIOS GASTRONOMICOS\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 63, nombre: \"COCINA Y PASTELER\u00cdA AVANZADA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 63, nombre: \"COCINA Y PASTELER\u00cdA B\u00c1SICA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 64\r\n            {id: 64, nombre: \"CONTADURIA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 64, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 64, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 64, nombre: \"PELUQUER\u00cdA Y COSMETOLOG\u00cdA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 64, nombre: \"ENFERMERIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 64, nombre: \"LABORATORIO DENTAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 65\r\n            {id: 65, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 66\r\n            {id: 66, nombre: \"GASTRONOMIA\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 66, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANDAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 66, nombre: \"ADMINISTRACI\u00d3N INDUSTRIAL Y COMERCIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 66, nombre: \"ELECTRONICA Y ELECTROTECNIA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 66, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANDAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 66, nombre: \"ENFERMERIA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 66, nombre: \"ADMINISTRACI\u00d3N MYPES\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"CREACI\u00d3N DE UNA EMPRESA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"PRINCIPALES DERECHOS Y OBLIGACIONES LABORALES EN LA EMPRESA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"SALUD Y SEGURIDAD OCUPACIONAL E HIGIENE INDUSTRIAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"ANALISTA CONTABLE\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"AUTOMATIZACI\u00d3N INDUSTRIAL ELECTRICA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"ELECTR\u00d3NICA APLICADA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"INSTALACI\u00d3N EL\u00c9CTRICA DOMICILIARIA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"ELECTR\u00d3NICA EN LA REPARACI\u00d3N DE CELULARES\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"COCINA AMERICANA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"COCINA ASIATICA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"COCINA EUROPEA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"COCTELER\u00cdA Y BARISMO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"GASTRONOM\u00cdA DIN\u00c1MICA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"REPOSTERIA PROFESIONAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"INGL\u00c9S B\u00c1SICO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"INGLES INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"INGL\u00c9S AVANZADO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"APLICACIONES MICROSOFT OFFICE\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"ADMINISTRACI\u00d3N DE REDES DE DATOS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"APLICACIONES ANDROID\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"HARDWARE, SOFTWARE Y REDES DE COMPUTADORAS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 66, nombre: \"ESTAD\u00cdSTICA CON SPSS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 67\r\n            {id: 67, nombre: \"PARVULARIO\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 67, nombre: \"SISTEMAS INFORMATICS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 67, nombre: \"MECANICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 67, nombre: \"MECANICA INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 67, nombre: \"INSTALACIONES INTEGRALES DE GAS\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 67, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 67, nombre: \"EMERGENCIAS Y URGENCIAS EN SALUD\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 67, nombre: \"LABORATORIO DE ANATOMIA PATOLOGICA\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 67, nombre: \"OPTOMETRIA\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 67, nombre: \"ADMINISTRACI\u00d3N INDUSTRIAL Y COMERCIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 67, nombre: \"ELECTR\u00d3NICA Y ELECTROTECNIA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 67, nombre: \"ENFERMERIA\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 67, nombre: \"ENTOMOLOG\u00cdA M\u00c9DICA Y CONTROL DE VECTORES\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 67, nombre: \"SALUD AMBIENTAL\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 67, nombre: \"NUTRICI\u00d3N\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 67, nombre: \"LABORATORIO DENTAL\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 67, nombre: \"RAYOS X\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 67, nombre: \"LABORATORIO CL\u00cdNICO\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 67, nombre: \"BIOMEDICA\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 67, nombre: \"ESTAD\u00cdSTICA DE SALUD\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 67, nombre: \"OPTICA OFTALMICA\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 67, nombre: \"MANTENIMIENTO INDUSTRIAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"MAQUINARIA PESADA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"REFRIGERACI\u00d3N Y CLIMATIZACI\u00d3N\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"DESARROLLADOR DE APLICACIONES Y SITIOS WEB\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"DISE\u00d1O ASISTIDO Y BIM\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"ELECTR\u00d3NICA APLICADA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"ADMINISTRACI\u00d3N DE REDES DE DATOS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"APLICACIONES ANDROID\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"HARDWARE, SOFTWARE Y REDES DE COMPUTADORAS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"AUTOMATIZACI\u00d3N INDUSTRIAL EL\u00c9CTRICA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"INSTALACI\u00d3N EL\u00c9CTRICA DOMICILIARIA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"INSTALADOR ELECTRICO INDUSTRIA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"ELECTR\u00d3NICA EN LA REPARACI\u00d3N DE CELULARES\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"ROB\u00d3TICA EDUCATIVA CON ARDUINO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"GESTI\u00d3N ADMINISTRATIVA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"INGL\u00c9S B\u00c1SICO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"INGL\u00c9S INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"INGL\u00c9S AVANZADO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"SALUD SEGURIDAD OCUPACIONAL E HIGIENE INDUSTRIAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"ELECTRICIDAD AUTOMOTRIZ\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"ELECTR\u00d3NICA AUTOMOTRIZ\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"SISTEMAS DE TRANSMISION Y CONTROL AUTOMOTRICES\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"AUTOMATIZACI\u00d3N INDUSTRIAL BASADO EN LA NEUM\u00c1TICA E HIDR\u00c1ULICA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"MANTENIMIENTO DE MAQUINAS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"PROCESOS DE TORNO MEC\u00c1NICO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"PROCESO DE MECANIZADO EN FREZADORA UNIVERSAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"SOLDADURA ESTRUCTURAL CON PROCESO SMAW\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"SOLDADURA ESTRUCTURAL CON PROCESO SEMIAUTOM\u00c1TICOS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"SOLDADURA Y CARPINTERIA MET\u00c1LICA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"ENERG\u00cdAS ALTERNATIVAS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"INSTALACIONES DOMICILIARIAS UNIFAMILIARES, MULTIFAMILIARES Y COMERCIALES DE GAS NATURAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"INSTALACIONES INDUSTRIALES DE GAS NATURAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"T\u00c9CNICO DE PROYECTOS EN INSTALACIONES DOM\u00c9STICAS UNIFAMILIARES, MULTIFAMILIARES Y COMERCIALES DE GAS NATURAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 67, nombre: \"T\u00c9CNICO DE PROYECTOS EN INSTALACIONES INDUSTRIALES DE GAS NATURAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 68\r\n            {id: 68, nombre: \"GASTRONOMIA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 69\r\n            {id: 69, nombre: \"ENFERMERIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 70\r\n            {id: 70, nombre: \"GASTRONOMIA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 71\r\n            {id: 71, nombre: \"INGL\u00c9S B\u00c1SICO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 71, nombre: \"INGL\u00c9S INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 71, nombre: \"INGL\u00c9S AVANZADO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 71, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 71, nombre: \"IDIOMA INGLES\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            \r\n            \/\/ Instituto 72\r\n            {id: 72, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 72, nombre: \"TURISMO\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 72, nombre: \"SECRETARIADO ADMINISTRATIVO\", duracion: \"MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 72, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"MODULAR\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 72, nombre: \"TURISMO\", duracion: \"MODULAR\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 72, nombre: \"INGL\u00c9S B\u00c1SICO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 72, nombre: \"INGLES INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 72, nombre: \"INGL\u00c9S AVANZADO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 73\r\n            {id: 73, nombre: \"IDIOMA INGLES\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 73, nombre: \"IDIOMA INGLES\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 73, nombre: \"INGLES B\u00c1SICO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 73, nombre: \"INGLES INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 73, nombre: \"INGLES AVANZADO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 74\r\n            {id: 74, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 74, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 74, nombre: \"INGL\u00c9S B\u00c1SICO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 74, nombre: \"INGL\u00c9S INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 74, nombre: \"INGL\u00c9S AVANZADO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 75\r\n            {id: 75, nombre: \"IDIOMA INGLES\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 75, nombre: \"IDIOMA INGLES\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 75, nombre: \"INGLES BASICO\", duracion: \"ANUAL\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 76\r\n            {id: 76, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 76, nombre: \"SECRETARIADO ADMINISTRATIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 76, nombre: \"OPERADOR DE APLICACIONES COMPUTARIZADAS; DACTILOGRAF\u00cdA COMPUTARIZADA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 77\r\n            {id: 77, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 77, nombre: \"EXCEL PARA LA GESTI\u00d3N EMPRESARIAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 78\r\n            {id: 78, nombre: \"TURISMO\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 79\r\n            {id: 79, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 79, nombre: \"DISE\u00d1O GR\u00c1FICO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 79, nombre: \"T\u00c9CNICO EN APLICACIONES\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 80\r\n            {id: 80, nombre: \"ENFERMER\u00cdA\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 80, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 80, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 80, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 81\r\n            {id: 81, nombre: \"CONSTRUCCI\u00d3N CIVIL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 81, nombre: \"DISE\u00d1O DE INTERIORES\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 82\r\n            {id: 82, nombre: \"CONTADURIA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 82, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 82, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 82, nombre: \"ENFERMER\u00cdA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 82, nombre: \"PROGRAMACI\u00d3N EN SISTEMAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 82, nombre: \"BELLEZA INTEGRAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 82, nombre: \"T\u00c9CNICO EN APLICACIONES; DISE\u00d1O GR\u00c1FICO; PELUQUER\u00cdA VARONES; BELLEZA INTEGRAL; PROGRAMACI\u00d3N Y MANTENIMIENTO DE DISPOSITIVOS ANDORID; SASTRE CORTADOR; CONTABILIDAD BASICA; INGL\u00c9S; CORTE Y CONFECCI\u00d3N\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 83\r\n            {id: 83, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 83, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 83, nombre: \"BELLEZA INTEGRAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 83, nombre: \"BELLEZA INTEGRAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 83, nombre: \"SECRETARIADO ADMINISTRATIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 83, nombre: \"PROGRAMACI\u00d3N DE SISTEMAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 83, nombre: \"T\u00c9CNICAS EN APLICACIONES\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 83, nombre: \"BELLEZA INTEGRAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 84\r\n            {id: 84, nombre: \"BELLEZA INTEGRAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 85\r\n            {id: 85, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 85, nombre: \"BELLEZA INTEGRAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 85, nombre: \"BELLEZA INTEGRAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 85, nombre: \"ENFERMERIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 86\r\n            {id: 86, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 86, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO MEDIO (POST BACHILLERATO)\"},\r\n            {id: 86, nombre: \"INGL\u00c9S B\u00c1SICO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 86, nombre: \"INGLES INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 86, nombre: \"INGL\u00c9S AVANZADO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 86, nombre: \"PREPARACI\u00d3N EXAMEN\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 86, nombre: \"INGL\u00c9S \u00c9LITE\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 86, nombre: \"INGL\u00c9S PARA NI\u00d1OS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 87\r\n            {id: 87, nombre: \"DISE\u00d1O GR\u00c1FICO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 87, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 87, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 88\r\n            {id: 88, nombre: \"DISE\u00d1O GR\u00c1FICO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 88, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 88, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 88, nombre: \"HARDWARE E INFORM\u00c1TICA APLICADA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 88, nombre: \"DISE\u00d1O PARA MEDIOS IMPRESOS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 88, nombre: \"DISE\u00d1O PARA MEDIOS DIGITALES\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 89\r\n            {id: 89, nombre: \"GASTRONOMIA\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 90\r\n            {id: 90, nombre: \"FORMACI\u00d3N DE P\u00c1RVULOS\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 90, nombre: \"FORMACI\u00d3N DIFERENCIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 90, nombre: \"GERONTOLOG\u00cdA SOCIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 90, nombre: \"LENGUA DE SE\u00d1AS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 90, nombre: \"LECTOESCRITURA BRAILE\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 90, nombre: \"ASISTENTE GERONTOL\u00d3GICO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 91\r\n            {id: 91, nombre: \"ENFERMERIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 92\r\n            {id: 92, nombre: \"BELLEZA INTEGRAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 92, nombre: \"PEINADOS Y COSMETOLOG\u00cdA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 92, nombre: \"PELUQUER\u00cdA PARA VARONES BARBER\u00cdA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 93\r\n            {id: 93, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 93, nombre: \"MERCADOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 93, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 93, nombre: \"PARVULARIO Y CRECIMIENTO PERSONAL DE LA INFANCIA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 93, nombre: \"REDES Y SISTEMAS DE COMUNICACI\u00d3N\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 93, nombre: \"EDUCACI\u00d3N ESPECIAL DE APRENDIZAJE\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 93, nombre: \"COMERCIO INTERNACIONALY ADMINISTRACI\u00d3N ADUANERA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 93, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 93, nombre: \"DISE\u00d1O GR\u00c1FICO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 94\r\n            {id: 94, nombre: \"PARVULARIO Y CRECIMIENTO PERSONAL DE LA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 94, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 94, nombre: \"COMERCIO INTERNACIONALY ADMINISTRACI\u00d3N ADUANERA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 94, nombre: \"REDES Y SISTEMAS DE COMUNICACI\u00d3N\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 94, nombre: \"EDUCACI\u00d3N ESPECIAL DE APRENDIZAJE\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 94, nombre: \"DISE\u00d1O GR\u00c1FICO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 94, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 94, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 94, nombre: \"MERCADOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 95\r\n            {id: 95, nombre: \"COMERCIO INTERNACIONAL Y ADMINISTRACI\u00d3N ADUANERA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 95, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 96\r\n            {id: 96, nombre: \"COMERCIO EXTERIOR\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 96, nombre: \"ADMINISTRACI\u00d3N Y ORGANIZACI\u00d3N INTERNACIONAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 97\r\n            {id: 97, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 97, nombre: \"CONTADURIA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 97, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 97, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 98\r\n            {id: 98, nombre: \"MECANICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 98, nombre: \"T\u00c9CNICO AUTOMOTOR\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 98, nombre: \"AUTOT\u00c9CNICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 98, nombre: \"AUTOMOTOR\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 98, nombre: \"ELECTRONICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 98, nombre: \"AUTOMATIZACI\u00d3N Y ROB\u00d3TICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 98, nombre: \"GESTI\u00d3N DE MOTORES A INYECCI\u00d3N ELECTR\u00d3NICA A GASOLINA\", duracion: \"MODULAR\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 98, nombre: \"MANTENIMIENTO Y REPARACI\u00d3N OF MOTOCICLETAS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 98, nombre: \"MANTENIMIENTO PREDICTIVO Y PREVENTIVO DE VEH\u00cdCULOS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 98, nombre: \"SOLDADURA AUTOMOTRIZ\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 99\r\n            {id: 99, nombre: \"AUTOMATIZACI\u00d3N Y ROB\u00d3TICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 99, nombre: \"AUTOTR\u00d3NICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 99, nombre: \"ROB\u00d3TICA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 99, nombre: \"DRONES\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 99, nombre: \"DROM\u00d3TICA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 100\r\n            {id: 100, nombre: \"ENFERMERIA\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 101\r\n            {id: 101, nombre: \"GASTRONOM\u00cdA Y ARTE CULINARIO\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 101, nombre: \"ADMINISTRACI\u00d3N DEL TURISMO SOSTENIBLE\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 101, nombre: \"ADMINISTRACI\u00d3N DE HOTELES Y RESTAURANTES\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 101, nombre: \"COCINA PROFESIONAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 101, nombre: \"PASTELER\u00cdA PROFESIONAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 101, nombre: \"BARMAN\/GARZ\u00d3N PROFESIONAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 102\r\n            {id: 102, nombre: \"CIENCIAS DE LA RELIGI\u00d3N Y TEOLOG\u00cdA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 103\r\n            {id: 103, nombre: \"DISE\u00d1O Y MERCADOTECNIA DE LA MODA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 103, nombre: \"CORTE Y CONFECCION\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 103, nombre: \"BELLEZA INTEGRAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 103, nombre: \"DISE\u00d1O Y DECORACION DE INTERIORES\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 104\r\n            {id: 104, nombre: \"ADMINISTRACI\u00d3N TUR\u00cdSTICA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 104, nombre: \"ADMINISTRACI\u00d3N HOTELERA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 104, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 104, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 104, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 104, nombre: \"COMERCIO INTERNACIONAL Y ADMINISTRACI\u00d3N ADUANERA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 104, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 104, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"MODULAR\", modalidad: \"CAPACITACI\u00d3N\"},\r\n            \r\n            \/\/ Instituto 105\r\n            {id: 105, nombre: \"GASTRONOM\u00cdA\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            {id: 105, nombre: \"PANADER\u00cdA Y PASTELER\u00cdA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 106\r\n            {id: 106, nombre: \"PARVULARIO\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 107\r\n            {id: 107, nombre: \"PARVULARIO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 107, nombre: \"AUTOMATIZACI\u00d3N Y ROB\u00d3TICA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 108\r\n            {id: 108, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 108, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 108, nombre: \"COMERCIO INTERNACIONAL Y ADMINISTRACI\u00d3N ADUANERA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 108, nombre: \"GESTI\u00d3N ESTRAT\u00c9GICA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 108, nombre: \"CONTABILIDAD Y T\u00c9CNICA TRIBUTARIA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 108, nombre: \"DESPACHO ADUANERO DE IMPORTACI\u00d3N Y EXPORTACION\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 109\r\n            {id: 109, nombre: \"GASTRONOMIA\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 110\r\n            {id: 110, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 110, nombre: \"COMERCIO INTERNACIONAL Y ADMINISTRACI\u00d3N ADUANERA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 110, nombre: \"EXCEL PARA GESTI\u00d3N EMPRESARIAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACI\u00d3N\"},\r\n            {id: 110, nombre: \"ADMINISTRACI\u00d3N Y LEGISLACI\u00d3N ADUANERA\", duracion: \"MODULAR\", modalidad: \"CAPACITACI\u00d3N\"},\r\n            \r\n            \/\/ Instituto 111\r\n            {id: 111, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 111, nombre: \"TURISMO\", duracion: \"ANUAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 112\r\n            {id: 112, nombre: \"PARVULARIO\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 112, nombre: \"CAPACIDADES DIFERENCIADAS\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 112, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 113\r\n            {id: 113, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 113, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 113, nombre: \"DISE\u00d1O GR\u00c1FICO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 113, nombre: \"INGLES B\u00c1SICO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 113, nombre: \"DISE\u00d1O DIGITAL\", duracion: \"SEMESTRAL\", modalidad: \"CAPACITACION\"},\r\n            {id: 113, nombre: \"COMPUTACI\u00d3N\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 114\r\n            {id: 114, nombre: \"BELLEZA INTEGRAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 114, nombre: \"MANICURA Y DECORACI\u00d3N DE U\u00d1AS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 115\r\n            {id: 115, nombre: \"BELLEZA INTEGRAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 115, nombre: \"PELUQUER\u00cdA Y COSMETOLOG\u00cdA\", duracion: \"SEMESTRAL\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 116\r\n            {id: 116, nombre: \"BELLEZA INTEGRAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 117\r\n            {id: 117, nombre: \"BELLEZA INTEGRAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 118\r\n            {id: 118, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 118, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 118, nombre: \"MERCADOTECNIA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 118, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 118, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 118, nombre: \"TURISMO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 118, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 118, nombre: \"DISE\u00d1O GR\u00c1FICO\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 118, nombre: \"CURSO DE ESPECIALIZACI\u00d3N EN HERRAMIENTAS OFFICE Y PLATAFORMA WEB PARA LA GESTI\u00d3N COMERCIAL Y EMPRESARIAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 118, nombre: \"INGL\u00c9S B\u00c1SICO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 118, nombre: \"INGL\u00c9S INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 118, nombre: \"INGL\u00c9S AVANZADO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 119\r\n            {id: 119, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 119, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 119, nombre: \"MERCADOTECNI\u0391\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 119, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 119, nombre: \"ADMINISTRACI\u00d3N DE EMPRESAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 119, nombre: \"SECRETARIADO ADMINISTRATIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 119, nombre: \"DISE\u00d1O GRAFICO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 119, nombre: \"APLICACIONES\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 120\r\n            {id: 120, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 120, nombre: \"AUTOTR\u00d3NICA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 120, nombre: \"INGLES B\u00c1SICO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 120, nombre: \"INGLES INTERMEDIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 120, nombre: \"INGLES AVANZADO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 121\r\n            {id: 121, nombre: \"SISTEMAS INFORM\u00c1TICOS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 121, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 121, nombre: \"SECRETARIADO EJECUTIVO\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 121, nombre: \"INFORM\u00c1TICA EN APLICACIONES OFFICE\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 121, nombre: \"CAJERO BANCARIO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 122\r\n            {id: 122, nombre: \"LABORATORIO DENTAL\", duracion: \"ANUAL CON SISTEMA MODULAR\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 123\r\n            {id: 123, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 123, nombre: \"AUTOTRONICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 123, nombre: \"ESTRUCTURAS MET\u00c1LICAS\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 123, nombre: \"MAQUINARIA PESADA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 123, nombre: \"ELECTROMEC\u00c1NICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 123, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 124\r\n            {id: 124, nombre: \"MECANICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 124, nombre: \"AUTOTRONICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 124, nombre: \"ESTRUCTURAS MET\u00c1LICAS\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 124, nombre: \"MAQUINARIA PESADA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 124, nombre: \"ELECTROMEC\u00c1NICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 124, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 125\r\n            {id: 125, nombre: \"MECANICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 126\r\n            {id: 126, nombre: \"MECANICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 127\r\n            {id: 127, nombre: \"BELLEZA INTEGRAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 127, nombre: \"CORTE DE DAMAS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 127, nombre: \"PEINADOS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 127, nombre: \"COLORIMETR\u00cdA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 127, nombre: \"PELUQUER\u00cdA VARONES\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 127, nombre: \"ONDULACI\u00d3N Y ALISADO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 127, nombre: \"EST\u00c9TICA FACIAL\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 127, nombre: \"MANICURE\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 127, nombre: \"PEDICURA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 127, nombre: \"ESTUDIO DEL ROSTRO Y MAQUILLAJE\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 128\r\n            {id: 128, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 128, nombre: \"AUTOTRONICA\", duracion: \"SEMESTRAL\", modalidad: \"TECNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 129\r\n            {id: 129, nombre: \"ELECTRONICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 130\r\n            {id: 130, nombre: \"IDIOMA INGL\u00c9S\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 130, nombre: \"INGL\u00c9S PARA ADOLESCENTES\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 130, nombre: \"INGL\u00c9S PARA NI\u00d1OS\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 131\r\n            {id: 131, nombre: \"PARVULARIO\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 132\r\n            {id: 132, nombre: \"ANAL\u00cdTICA DIGITAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 132, nombre: \"DESARROLLO FULLSTACK\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 132, nombre: \"NEGOCIOS DIGITALES\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 133\r\n            {id: 133, nombre: \"INFORM\u00c1TICA INDUSTRIAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 133, nombre: \"PERIODISMO Y MARKETING DIGITAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 133, nombre: \"ARTES GR\u00c1FICAS\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 133, nombre: \"CONTADUR\u00cdA GENERAL\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 133, nombre: \"GASTRONOM\u00cdA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 133, nombre: \"PARVULARIO\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 133, nombre: \"BELLEZA INTEGRAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 133, nombre: \"TEOLOG\u00cdA Y MISIONES\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 134\r\n            {id: 134, nombre: \"MEC\u00c1NICA AUTOMOTRIZ\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 134, nombre: \"AUTOTRONICA\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 135\r\n            {id: 135, nombre: \"GASTRONOM\u00cdA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 135, nombre: \"DISE\u00d1O EMPRESARIAL DE MODAS\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 136\r\n            {id: 136, nombre: \"MUSICA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR Y CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 137\r\n            {id: 137, nombre: \"MUSICA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 138\r\n            {id: 138, nombre: \"MUSICA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 138, nombre: \"MUSICA\", duracion: \"ANUAL\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 139\r\n            {id: 139, nombre: \"ARTES PLASTICAS Y VISUALES\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 139, nombre: \"ARTES PLASTICAS Y VISUALES\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            \r\n            \/\/ Instituto 140\r\n            {id: 140, nombre: \"DANZA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 140, nombre: \"DANZA\", duracion: \"ANUAL\", modalidad: \"CAPACITACION\"},\r\n            \r\n            \/\/ Instituto 141\r\n            {id: 141, nombre: \"DANZA\", duracion: \"ANUAL\", modalidad: \"LICENCIATURA\"},\r\n            \r\n            \/\/ Instituto 142\r\n            {id: 142, nombre: \"MUSICA\", duracion: \"ANUAL\", modalidad: \"TECNICO MEDIO, TECNICO SUPERIOR, LICENCIATURA\"},\r\n            \r\n            \/\/ Instituto 143\r\n            {id: 143, nombre: \"ARTES PLASTICAS Y AUDIOVISUAL\", duracion: \"SEMESTRAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 144\r\n            {id: 144, nombre: \"M\u00daSICA CL\u00c1SICA\/ACAD\u00c9MICA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 144, nombre: \"M\u00daSICA CL\u00c1SICA\/ACAD\u00c9MICA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            {id: 144, nombre: \"M\u00daSICA MODERNA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 144, nombre: \"M\u00daSICA MODERNA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO MEDIO\"},\r\n            \r\n            \/\/ Instituto 145\r\n            {id: 145, nombre: \"M\u00daSICA BOLIVIANA\", duracion: \"ANUAL\", modalidad: \"T\u00c9CNICO SUPERIOR\"},\r\n            {id: 145, nombre: \"PIANO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 145, nombre: \"ORGANO\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 145, nombre: \"ACORDE\u00d3N\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"},\r\n            {id: 145, nombre: \"GUITARRA\", duracion: \"MODULAR\", modalidad: \"CAPACITACION\"}\r\n        ];\r\n\r\n        \/\/ Inicializar el acorde\u00f3n cuando se carga la p\u00e1gina\r\n        document.addEventListener('DOMContentLoaded', () => {\r\n            new EclipseAccordion('institutosAccordion', { institutos, carreras });\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\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>Bocare Universidades \u2014 Men\u00fa Aislado Departamentos \u25bc La Paz Cochabamba Santa Cruz Oruro Potos\u00ed Tarija Pando Beni Chuquisaca Institutos CEAs [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1020","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/afu.ceadeliagambarte.com\/index.php?rest_route=\/wp\/v2\/pages\/1020","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afu.ceadeliagambarte.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/afu.ceadeliagambarte.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/afu.ceadeliagambarte.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/afu.ceadeliagambarte.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1020"}],"version-history":[{"count":113,"href":"https:\/\/afu.ceadeliagambarte.com\/index.php?rest_route=\/wp\/v2\/pages\/1020\/revisions"}],"predecessor-version":[{"id":2752,"href":"https:\/\/afu.ceadeliagambarte.com\/index.php?rest_route=\/wp\/v2\/pages\/1020\/revisions\/2752"}],"wp:attachment":[{"href":"https:\/\/afu.ceadeliagambarte.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1020"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}