{"id":73,"date":"2024-07-18T09:12:22","date_gmt":"2024-07-18T09:12:22","guid":{"rendered":"https:\/\/informaticabalsi.com\/?page_id=73"},"modified":"2025-07-09T11:11:40","modified_gmt":"2025-07-09T11:11:40","slug":"paginas-web","status":"publish","type":"page","link":"https:\/\/informaticabalsi.com\/?page_id=73","title":{"rendered":"Programas"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"73\" class=\"elementor elementor-73\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bc71ca8 e-flex e-con-boxed e-con e-parent\" data-id=\"3bc71ca8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-742aa6fc e-con-full e-flex e-con e-child\" data-id=\"742aa6fc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c266680 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3c266680\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"216\" src=\"https:\/\/informaticabalsi.com\/wp-content\/uploads\/2024\/07\/programas.png\" class=\"attachment-large size-large wp-image-341\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5fed9578 e-con-full e-flex e-con e-child\" data-id=\"5fed9578\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-30c1621 e-con-full e-flex e-con e-child\" data-id=\"30c1621\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-50797373 e-con-full e-flex e-con e-child\" data-id=\"50797373\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6038cf93 elementor-widget elementor-widget-heading\" data-id=\"6038cf93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">APLICACIONES DISPONIBLES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e39cd89 elementor-widget elementor-widget-text-editor\" data-id=\"6e39cd89\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #000000;\">Para visualizar una demostraci\u00f3n al final de la <\/span><span style=\"color: #000000;\">p\u00e1gina tiene un video demostrativo de la<\/span><br \/><span style=\"color: #000000;\">aplicaci\u00f3n. Y un enlace para descargar en <\/span><span style=\"color: #000000;\">caso de ser distribuidor.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7bdfd04d elementor-widget elementor-widget-heading\" data-id=\"7bdfd04d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"> <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-16d955c4 e-flex e-con-boxed e-con e-parent\" data-id=\"16d955c4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-68b42699 e-con-full e-flex e-con e-child\" data-id=\"68b42699\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a75c40 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"0a75c40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form id=\"mi-formulario\">\r\n  <select id=\"mi-selector\">\r\n    <option value=\"\">Selecciona un producto<\/option>\r\n  <\/select>\r\n<\/form>\r\n\r\n<div id=\"descripcion-producto\"><\/div>\r\n<div id=\"imagenes-producto\" class=\"fondo-azul\"><\/div>\r\n\r\n<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\r\n<script>\r\njQuery(function($) {\r\n  \/\/ Cargar opciones al iniciar el formulario\r\n  $.post(ajaxurl, { action: 'obtener_productos_aplicaciones' }, function(response) {\r\n    if (response.success) {\r\n      $('#mi-selector').append(response.data);\r\n    }\r\n  });\r\n\r\n  \/\/ Cuando se cambia la selecci\u00f3n\r\n  $('#mi-selector').change(function() {\r\n    var productoId = $(this).val();\r\n    $('#descripcion-producto, #imagenes-producto').empty(); \/\/ Limpiar los datos previos\r\n\r\n    if (!productoId) return; \/\/ Si no hay selecci\u00f3n, no hacer nada\r\n\r\n    \/\/ Solicitar detalles del producto seleccionado\r\n    $.post(ajaxurl, { action: 'obtener_detalles_producto', producto_id: productoId }, function(res) {\r\n      if (res.success) {\r\n        $('#descripcion-producto').html('<div class=\"descripcion\">' + res.data.descripcion + '<\/div>');\r\n        $('#imagenes-producto').html(res.data.imagenes);\r\n      } else {\r\n        $('#descripcion-producto').html('<div class=\"descripcion\">Producto no encontrado.<\/div>');\r\n        $('#imagenes-producto').html('');\r\n      }\r\n    });\r\n  });\r\n\r\n  \/\/ Zoom en las im\u00e1genes al hacer clic\r\n  $(document).on('click', '.imagen-producto.zoom', function() {\r\n    $(this).toggleClass('activo');\r\n  });\r\n});\r\n<\/script>\r\n\r\n\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-efef6b0 e-con-full e-flex e-con e-child\" data-id=\"efef6b0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-31cbd6bd e-con-full e-flex e-con e-child\" data-id=\"31cbd6bd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4823261d elementor-widget elementor-widget-shortcode\" data-id=\"4823261d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f1519-o1\" lang=\"es-ES\" dir=\"ltr\" data-wpcf7-id=\"1519\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F73#wpcf7-f1519-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Formulario de contacto\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"1519\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"es_ES\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1519-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"form-container2\">\n\t<h2 style=\"color:#FFFFFF;\">Solicitud de DEMO\n\t<\/h2>\n\t<p><label>Empresa<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"empresa\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Ingrese el nombre de su empresa\" value=\"\" type=\"text\" name=\"empresa\" \/><\/span><br \/>\n<\/label><br \/>\n<label>Nombre<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contacto\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Ingrese su nombre completo\" value=\"\" type=\"text\" name=\"contacto\" \/><\/span><br \/>\n<\/label><br \/>\n<label>Correo electr\u00f3nico<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"nombre@ejemplo.com\" value=\"\" type=\"email\" name=\"email\" \/><\/span><br \/>\n<\/label><br \/>\n<label>N\u00ba de tel\u00e9fono<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"tel-998\"><input size=\"40\" maxlength=\"9\" minlength=\"9\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" autocomplete=\"tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Ingrese su n\u00famero de tel\u00e9fono\" value=\"\" type=\"tel\" name=\"tel-998\" \/><\/span><br \/>\n<\/label><br \/>\n<label>Poblaci\u00f3n y Provincia<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"poblacion\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Ingrese su poblaci\u00f3n y provincia\" value=\"\" type=\"text\" name=\"poblacion\" \/><\/span><br \/>\n<\/label><br \/>\n<label>Programa DEMO<br \/>\n[formulario_titulos_producto]<br \/>\n<\/label><br \/>\n<label>De acuerdo a lo establecido en la legislaci\u00f3n vigente en materia de Protecci\u00f3n de Datos de Car\u00e1cter Personal, Reglamento 2016\/679 General de Protecci\u00f3n de Datos (RGPD) y la Ley Org\u00e1nica 3\/2018 de 5 de diciembre, de protecci\u00f3n de datos de car\u00e1cter personal y garant\u00eda de los derechos digitales (LOPDGDD), se le informa que los datos personales que nos facilite a trav\u00e9s de dicho formulario ser\u00e1n tratados por DANIEL BALDOMERO GARC\u00cdA \u201cBALSI\u201d, con la finalidad de gestionar su solicitud y enviarle informaci\u00f3n m\u00e1s detallada. Para m\u00e1s informaci\u00f3n consultar la pol\u00edtica de privacidad.<br \/>\n<\/label><label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"acceptance-521\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"acceptance-521\" value=\"1\" aria-invalid=\"false\" \/><\/span><\/span><\/span> He le\u00eddo y acepto la pol\u00edtica de privacidad de DANIEL BALDOMERO GARC\u00cdA.<br \/>\n<\/label>\n\t<\/p>\n\t<p><label>Indique una breve descripci\u00f3n de su necesidad<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"descripcion\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Describa brevemente su solicitud\" name=\"descripcion\"><\/textarea><\/span><br \/>\n<\/label><br \/>\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Enviar Solicitud\" \/>\n\t<\/p>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-17365ca e-flex e-con-boxed e-con e-parent\" data-id=\"17365ca\" data-element_type=\"container\" data-e-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-750cf9c e-flex e-con-boxed e-con e-parent\" data-id=\"750cf9c\" data-element_type=\"container\" data-e-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-da0c41e e-flex e-con-boxed e-con e-parent\" data-id=\"da0c41e\" data-element_type=\"container\" data-e-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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>APLICACIONES DISPONIBLES Para visualizar una demostraci\u00f3n al final de la p\u00e1gina tiene un video demostrativo de laaplicaci\u00f3n. Y un enlace para descargar en caso de ser distribuidor. Selecciona un producto<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-73","page","type-page","status-publish","hentry"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Programas - Tienda<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/informaticabalsi.com\/?page_id=73\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Programas - Tienda\" \/>\n<meta property=\"og:description\" content=\"APLICACIONES DISPONIBLES Para visualizar una demostraci\u00f3n al final de la p\u00e1gina tiene un video demostrativo de laaplicaci\u00f3n. Y un enlace para descargar en caso de ser distribuidor. Selecciona un producto\" \/>\n<meta property=\"og:url\" content=\"https:\/\/informaticabalsi.com\/?page_id=73\" \/>\n<meta property=\"og:site_name\" content=\"Tienda\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-09T11:11:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/informaticabalsi.com\/wp-content\/uploads\/2024\/07\/programas.png\" \/>\n\t<meta property=\"og:image:width\" content=\"300\" \/>\n\t<meta property=\"og:image:height\" content=\"216\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/informaticabalsi.com\\\/?page_id=73\",\"url\":\"https:\\\/\\\/informaticabalsi.com\\\/?page_id=73\",\"name\":\"Programas - Tienda\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/informaticabalsi.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/informaticabalsi.com\\\/?page_id=73#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/informaticabalsi.com\\\/?page_id=73#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/informaticabalsi.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/programas.png\",\"datePublished\":\"2024-07-18T09:12:22+00:00\",\"dateModified\":\"2025-07-09T11:11:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/informaticabalsi.com\\\/?page_id=73#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/informaticabalsi.com\\\/?page_id=73\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/informaticabalsi.com\\\/?page_id=73#primaryimage\",\"url\":\"https:\\\/\\\/informaticabalsi.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/programas.png\",\"contentUrl\":\"https:\\\/\\\/informaticabalsi.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/programas.png\",\"width\":300,\"height\":216},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/informaticabalsi.com\\\/?page_id=73#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/informaticabalsi.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Programas\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/informaticabalsi.com\\\/#website\",\"url\":\"https:\\\/\\\/informaticabalsi.com\\\/\",\"name\":\"Tienda\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/informaticabalsi.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/informaticabalsi.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/informaticabalsi.com\\\/#organization\",\"name\":\"Tienda\",\"url\":\"https:\\\/\\\/informaticabalsi.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/informaticabalsi.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/informaticabalsi.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Logo-nuevo-PNG.png\",\"contentUrl\":\"https:\\\/\\\/informaticabalsi.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Logo-nuevo-PNG.png\",\"width\":1006,\"height\":327,\"caption\":\"Tienda\"},\"image\":{\"@id\":\"https:\\\/\\\/informaticabalsi.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Programas - Tienda","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/informaticabalsi.com\/?page_id=73","og_locale":"es_ES","og_type":"article","og_title":"Programas - Tienda","og_description":"APLICACIONES DISPONIBLES Para visualizar una demostraci\u00f3n al final de la p\u00e1gina tiene un video demostrativo de laaplicaci\u00f3n. Y un enlace para descargar en caso de ser distribuidor. Selecciona un producto","og_url":"https:\/\/informaticabalsi.com\/?page_id=73","og_site_name":"Tienda","article_modified_time":"2025-07-09T11:11:40+00:00","og_image":[{"width":300,"height":216,"url":"https:\/\/informaticabalsi.com\/wp-content\/uploads\/2024\/07\/programas.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/informaticabalsi.com\/?page_id=73","url":"https:\/\/informaticabalsi.com\/?page_id=73","name":"Programas - Tienda","isPartOf":{"@id":"https:\/\/informaticabalsi.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/informaticabalsi.com\/?page_id=73#primaryimage"},"image":{"@id":"https:\/\/informaticabalsi.com\/?page_id=73#primaryimage"},"thumbnailUrl":"https:\/\/informaticabalsi.com\/wp-content\/uploads\/2024\/07\/programas.png","datePublished":"2024-07-18T09:12:22+00:00","dateModified":"2025-07-09T11:11:40+00:00","breadcrumb":{"@id":"https:\/\/informaticabalsi.com\/?page_id=73#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/informaticabalsi.com\/?page_id=73"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/informaticabalsi.com\/?page_id=73#primaryimage","url":"https:\/\/informaticabalsi.com\/wp-content\/uploads\/2024\/07\/programas.png","contentUrl":"https:\/\/informaticabalsi.com\/wp-content\/uploads\/2024\/07\/programas.png","width":300,"height":216},{"@type":"BreadcrumbList","@id":"https:\/\/informaticabalsi.com\/?page_id=73#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/informaticabalsi.com\/"},{"@type":"ListItem","position":2,"name":"Programas"}]},{"@type":"WebSite","@id":"https:\/\/informaticabalsi.com\/#website","url":"https:\/\/informaticabalsi.com\/","name":"Tienda","description":"","publisher":{"@id":"https:\/\/informaticabalsi.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/informaticabalsi.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/informaticabalsi.com\/#organization","name":"Tienda","url":"https:\/\/informaticabalsi.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/informaticabalsi.com\/#\/schema\/logo\/image\/","url":"https:\/\/informaticabalsi.com\/wp-content\/uploads\/2025\/06\/Logo-nuevo-PNG.png","contentUrl":"https:\/\/informaticabalsi.com\/wp-content\/uploads\/2025\/06\/Logo-nuevo-PNG.png","width":1006,"height":327,"caption":"Tienda"},"image":{"@id":"https:\/\/informaticabalsi.com\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/informaticabalsi.com\/index.php?rest_route=\/wp\/v2\/pages\/73","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/informaticabalsi.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/informaticabalsi.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/informaticabalsi.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/informaticabalsi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=73"}],"version-history":[{"count":90,"href":"https:\/\/informaticabalsi.com\/index.php?rest_route=\/wp\/v2\/pages\/73\/revisions"}],"predecessor-version":[{"id":1757,"href":"https:\/\/informaticabalsi.com\/index.php?rest_route=\/wp\/v2\/pages\/73\/revisions\/1757"}],"wp:attachment":[{"href":"https:\/\/informaticabalsi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=73"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}