/*! elementor-pro - v3.23.0 - 23-07-2024 */ (()=>{"use strict";class Screenshot extends elementorModules.ViewModule{getDefaultSettings(){return{empty_content_headline:"Empty Content.",crop:{width:1200,height:1500},excluded_external_css_urls:["https://kit-pro.fontawesome.com"],external_images_urls:["https://i.ytimg.com"],timeout:15e3,render_timeout:5e3,timerLabel:null,timer_label:`${ElementorScreenshotConfig.post_id} - timer`,image_placeholder:"data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=",isDebug:elementorCommonConfig.isElementorDebug,isDebugSvg:!1,...ElementorScreenshotConfig}}getDefaultElements(){const e=jQuery(ElementorScreenshotConfig.selector),t=e.find(".elementor-section-wrap > .elementor-section, .elementor > .elementor-section");return{$elementor:e,$sections:t,$firstSection:t.first(),$notElementorElements:elementorCommon.elements.$body.find("> *:not(style, link)").not(e),$head:jQuery("head")}}onInit(){return super.onInit(),this.log("Screenshot init","time"),this.timeoutTimer=setTimeout(this.screenshotFailed.bind(this),this.getSettings("timeout")),this.captureScreenshot()}captureScreenshot(){return this.elements.$elementor.length||(elementorCommon.helpers.consoleWarn("Screenshots: The content of this page is empty, the module will create a fake conent just for this screenshot."),this.createFakeContent()),this.removeUnnecessaryElements(),this.handleIFrames(),this.removeFirstSectionMargin(),this.handleLinks(),this.loadExternalCss(),this.loadExternalImages(),Promise.resolve().then(this.createImage.bind(this)).then(this.createImageElement.bind(this)).then(this.cropCanvas.bind(this)).then(this.save.bind(this)).then(this.screenshotSucceed.bind(this)).catch(this.screenshotFailed.bind(this))}createFakeContent(){this.elements.$elementor=jQuery("
").css({height:this.getSettings("crop.height"),width:this.getSettings("crop.width"),display:"flex",alignItems:"center",justifyContent:"center"}),this.elements.$elementor.append(jQuery("

").css({fontSize:"85px"}).html(this.getSettings("empty_content_headline"))),document.body.prepend(this.elements.$elementor)}loadExternalCss(){const e=[this.getSettings("home_url"),...this.getSettings("excluded_external_css_urls")].map((e=>`[href^="${e}"]`)).join(", ");jQuery("link").not(e).each(((e,t)=>{const s=jQuery(t),n=s.clone();n.attr("href",this.getScreenshotProxyUrl(s.attr("href"))),this.elements.$head.append(n),s.remove()}))}loadExternalImages(){const e=this.getSettings("external_images_urls").map((e=>`img[src^="${e}"]`)).join(", ");jQuery(e).each(((e,t)=>{const s=jQuery(t);s.attr("src",this.getScreenshotProxyUrl(s.attr("src")))}))}handleIFrames(){this.elements.$elementor.find("iframe").each(((e,t)=>{const s=jQuery(t),n=jQuery("
",{css:{background:"gray",width:s.width(),height:s.height()}});s.before(n),s.remove()}))}removeUnnecessaryElements(){let e=0;this.elements.$sections.filter(((t,s)=>{let n=!1;return e>=this.getSettings("crop.height")&&(n=!0),e+=jQuery(s).outerHeight(),n})).each(((e,t)=>{t.remove()})),this.elements.$notElementorElements.remove()}handleLinks(){elementorCommon.elements.$body.find("a").attr("href","/")}removeFirstSectionMargin(){this.elements.$firstSection.css({marginTop:0})}createImage(){const e=new Promise((e=>{window.addEventListener("load",(()=>{e()}))})),t=new Promise((e=>{setTimeout((()=>{e()}),this.getSettings("render_timeout"))}));return Promise.race([e,t]).then((()=>{if(this.log("Start creating screenshot."),this.getSettings("isDebugSvg"))return domtoimage.toSvg(document.body,{imagePlaceholder:this.getSettings("image_placeholder")}).then((e=>this.download(e))),Promise.reject("Debug SVG.");return/^((?!chrome|android).)*safari/i.test(window.userAgent)?(this.log('Creating screenshot with "html2canvas"'),html2canvas(document.body).then((e=>e.toDataURL("image/png")))):(this.log('Creating screenshot with "dom-to-image"'),domtoimage.toPng(document.body,{imagePlaceholder:this.getSettings("image_placeholder")}))}))}download(e){const t=jQuery("",{href:e,download:"debugSvg.svg",html:"Download SVG"});elementorCommon.elements.$body.append(t),t.trigger("click")}createImageElement(e){const t=new Image;return t.src=e,new Promise((e=>{t.onload=()=>e(t)}))}cropCanvas(e){const t=this.getSettings("crop.width"),s=this.getSettings("crop.height"),n=document.createElement("canvas"),i=n.getContext("2d"),o=t/e.width;return n.width=t,n.height=s>e.height?e.height:s,i.drawImage(e,0,0,e.width,e.height,0,0,e.width*o,e.height*o),Promise.resolve(n)}save(e){return new Promise(((t,s)=>{elementorCommon.ajax.addRequest("screenshot_save",{data:{post_id:this.getSettings("post_id"),screenshot:e.toDataURL("image/png")},success:e=>{this.log(`Screenshot created: ${encodeURI(e)}`),t(e)},error:()=>{this.log("Failed to create screenshot."),s()}})}))}markAsFailed(){return new Promise(((e,t)=>{elementorCommon.ajax.addRequest("screenshot_failed",{data:{post_id:this.getSettings("post_id")},success:()=>{this.log("Marked as failed."),e()},error:()=>{this.log("Failed to mark this screenshot as failed."),t()}})}))}getScreenshotProxyUrl(e){return`${this.getSettings("home_url")}?screenshot_proxy&nonce=${this.getSettings("nonce")}&href=${e}`}screenshotSucceed(e){this.screenshotDone(!0,e)}screenshotFailed(e){this.log(e,null),this.markAsFailed().then((()=>this.screenshotDone(!1)))}screenshotDone(e,t=null){clearTimeout(this.timeoutTimer),this.timeoutTimer=null,window.parent.postMessage({name:"capture-screenshot-done",success:e,id:this.getSettings("post_id"),imageUrl:t},"*"),this.log(`Screenshot ${e?"Succeed":"Failed"}.`,"timeEnd")}log(e,t="timeLog"){this.getSettings("isDebug")&&(console.log("string"==typeof e?`${this.getSettings("post_id")} - ${e}`:e),t&&console[t](this.getSettings("timer_label")))}}jQuery((()=>{new Screenshot}))})();.jabvfcr .inspector { display:none; width: 100%; height:100%; z-index:100000; position:fixed; top:0; left:0; } .jabvfcr .right-panel { position:fixed; top:0; right:0; background: #f1f1f1; padding: 10px; width: 300px; height: 100%; overflow: scroll; } .jabvfcr .right-panel .top-bar { border-bottom: 1px solid #d6d6d6; padding: 5px 0px 10px 0px; margin-left: -10px; margin-right: -10px; text-align: center; } .jabvfcr .right-panel .options { height: 20px; padding: 5px 0; } .jabvfcr .inspector .site-preview { margin-right:320px; width: calc(100% - 320px); height:100%; } .jabvfcr .inspector .site-preview iframe { width: 100%; height:100%; } .jabvfcr form .selector { width: 100%; } #wp-content-editor-tools { padding-top: 0; } .jabvfcr .advanced-options { padding-top: 7px; } .jabvfcr .bottom { position: absolute; bottom: 30px; right: 10px; } .jabvfcr .overlay { position: fixed; top: 0; left: 0; z-index: 100000; background-color: black; opacity: .5; width: 100%; height: 100%; } .jabvfcr .loading { width: 60px; height: 60px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 100001; } .jabvfcr .save-button { position: absolute; bottom: 10px; left: 10px; } .jabvfcr .current-selector { height: 60px; } .jabvfcr .dn { display: none; } .jabvfcr .ma0 { margin: 0; } .jabvfcr .fr { float: right; } .jabvfcr .mb1 { margin-bottom: 7px; } .jabvfcr .mb2 { margin-bottom: 15px; } .jabvfcr .mt1 { margin-top: 7px; } .jabvfcr .mt2 { margin-top: 15px; } .jabvfcr .invalid { color: red; } .jabvfcr .pointer { cursor: pointer; } #jabvfcr_selector-top, #jabvfcr_selector-bottom { background: grey; height:3px; position: fixed; transition:all 300ms ease; z-index: 100000; } #jabvfcr_selector-left, #jabvfcr_selector-right { background: grey; width:3px; position: fixed; transition:all 300ms ease; z-index: 100000; } .n { -webkit-transform: scale(3) translateX(100px) } body { cursor: pointer; } {"id":4917,"date":"2021-04-04T00:15:31","date_gmt":"2021-04-04T00:15:31","guid":{"rendered":"http:\/\/boomdenoticias.com\/index.php\/2021\/04\/04\/el-drastico-giro-de-la-postura-de-ee-uu-hacia-corea-del-norte\/"},"modified":"2021-04-04T00:15:31","modified_gmt":"2021-04-04T00:15:31","slug":"el-drastico-giro-de-la-postura-de-ee-uu-hacia-corea-del-norte","status":"publish","type":"post","link":"https:\/\/boomdenoticias.com\/el-drastico-giro-de-la-postura-de-ee-uu-hacia-corea-del-norte\/","title":{"rendered":"El dr\u00e1stico giro de la postura de EE.UU. hacia Corea del Norte"},"content":{"rendered":"
\n

Si en algo busca diferenciarse
\n Joe Biden<\/strong>
\n <\/a> de Donald Trump es en su relaci\u00f3n con

\n Corea del Norte<\/strong>
\n <\/a>, ya que el presidente estadounidense no piensa reunirse con el l\u00edder norcoreano Kim Jong-un, a quien el magnate neoyorquino sol\u00eda adular para que detenga su programa nuclear.<\/p>\n

La semana que pas\u00f3, cuando se le pregunt\u00f3 a la secretaria de prensa de la Casa Blanca, Jen Psaki, si Biden se sentar\u00eda a dialogar con el presidente Kim, como hizo Trump en el pasado, respondi\u00f3: \u201cYo pienso que su enfoque ser\u00eda completamente diferente, esa no es su intenci\u00f3n\u201d.<\/p>\n

Relaci\u00f3n “fr\u00eda”<\/p>\n

Desde que asumi\u00f3 la Presidencia, el pasado 20 de enero, Biden ha mostrado una actitud \u201cfr\u00eda\u201d hacia Pyongyang, aunque se manifest\u00f3 partidario de la v\u00eda diplom\u00e1tica, si este pa\u00eds elige el camino de la desnuclearizaci\u00f3n.<\/p>\n

Las declaraciones de Psaki ocurrieron despu\u00e9s de que el pa\u00eds asi\u00e1tico lanzara dos nuevos tipos de misiles bal\u00edsticos, de corto alcance, lo que provoc\u00f3 que Washington pidiera una reuni\u00f3n del Consejo de Seguridad de la ONU.<\/p>\n<\/p>\n

Durante sus primeros pasos en pol\u00edtica exterior, Biden no solo se mostr\u00f3 distante con el Gobierno norcoreano, un aliado de China en la regi\u00f3n, sino tambi\u00e9n con Rusia y su presidente Vladimir Putin, a quien el mandatario calific\u00f3 recientemente de \u201casesino\u201d, durante un reportaje con la cadena ABC News.<\/p>\n

Al respecto, el l\u00edder ruso dijo brevemente: \u201cQuien lo dice, lo es\u201d.<\/p>\n

\u201cLa l\u00f3gica indica que Biden tiene una posici\u00f3n m\u00e1s dem\u00f3crata, lo cual significa mayor liberalismo. O sea que est\u00e1 en un camino diferente con los Gobiernos no democr\u00e1ticos. Y Corea del Norte pasa a formar parte de este nuevo eje contrario a la democracia junto a China\u201d, expres\u00f3 el analista Sebasti\u00e1n Vigliero.<\/p>\n

El profesor de pol\u00edtica internacional de la Universidad de Buenos Aires se\u00f1al\u00f3 que Rusia \u201ca veces se comporta del lado de EE.UU., y otras veces apoya a China, con mucho pragmatismo y cierto equilibrio de poder\u201d.<\/p>\n

Estrategia dem\u00f3crata<\/p>\n

\u201cPrimero: partamos de la base que esta gente (los dem\u00f3cratas) no negocian con pa\u00edses considerados \u2018terroristas\u2019; segundo: la reuniones de Trump con Kim tuvieron un alt\u00edsimo costo para EE.UU., porque Pyongyang continu\u00f3 haciendo sus pruebas nucleares\u201d, se\u00f1al\u00f3.<\/p>\n

En cuanto a la estrategia de Biden hacia Corea del Norte, Vigliero opin\u00f3: \u201cHay pruebas contundentes de que cuando hay bloqueos y presi\u00f3n diplom\u00e1tica de parte de varios pa\u00edses, se les pone m\u00e1s dif\u00edcil a los Estados cuestionados su pol\u00edtica nuclear, como en el caso de Corea del Norte o Ir\u00e1n\u201d.<\/p>\n<\/p>\n

El mismo d\u00eda en que Corea del Norte lanz\u00f3 los dos misiles de corto alcance, el presidente estadounidense advirti\u00f3 que habr\u00eda una \u201crespuesta\u201d por parte de la Casa Blanca si Pyongyang elige continuar con la tensi\u00f3n en la Pen\u00ednsula de Corea.<\/p>\n

Trump y Kim<\/p>\n

Durante su mandato (2017-2021), el expresidente Trump mantuvo tres encuentros con Kim, incluido uno en la zona desmilitarizada de las dos Coreas, en el paralelo 38, adem\u00e1s de intercambiar una serie de cartas con el l\u00edder norcoreano.<\/p>\n

En una oportunidad, Trump describi\u00f3 a Kim como un \u201cpeque\u00f1o hombre cohete\u201d, a ra\u00edz de los ensayos nucleares de Corea del Norte.<\/p>\n

Pero luego, durante una entrevista con la cadena Fox News, realizada tras la cumbre de Singapur el 13 de junio de 2018, indic\u00f3 que el l\u00edder norcoreano \u201ctiene una personalidad muy buena\u201d.<\/p>\n

\u201cEs divertido y muy, muy inteligente\u201d, afirm\u00f3 Trump.<\/p>\n

El incidente del lanzamiento de los dos misiles norcoreanos afect\u00f3 tambi\u00e9n la relaci\u00f3n entre Pyongyang y Corea del Sur, ya que la prueba misil\u00edstica fue criticada por Se\u00fal.<\/p>\n

Kim Yo-jong, la influyente hermana del l\u00edder Kim, llam\u00f3 al presidente surcoreano Moon Jae-in \u201cun loro criado por Estados Unidos\u201d, y lo acus\u00f3 de \u201cdesverg\u00fcenza\u201d, inform\u00f3 la agencia estatal de noticias KCNA.<\/p>\n

“Pol\u00edtica hostil”<\/p>\n

Anteriormente, el 18 de marzo, Corea del Norte hab\u00eda dicho que ignorar\u00eda todos los esfuerzos que Washington viene realizando desde febrero para dialogar con ese pa\u00eds, hasta que la Casa Blanca deje sin efecto su \u201cpol\u00edtica hostil\u201d hacia Pyongyang.<\/p>\n

El mismo d\u00eda, el secretario de Estado norteamericano, Antony Blinken, resalt\u00f3 \u201cla posici\u00f3n especial\u201d que tiene China con Corea del Norte, ya que el 90% de sus exportaciones van a parar al pa\u00eds vecino.<\/p>\n

El papel China<\/p>\n

\u201cLa desnuclearizaci\u00f3n del pa\u00eds asi\u00e1tico tampoco es posible sin la colaboraci\u00f3n de China, aliado estrat\u00e9gico de Kim\u201d, dijo Gustavo Cardozo, profesor en Relaciones Internacionales de la Universidad Regional del Noroeste del Estado brasile\u00f1o de Rio Grande do Sul (Unijui).<\/p>\n

El analista se\u00f1al\u00f3 que \u201csin di\u00e1logo s\u00f3lido a la vista, las relaciones entre Washington y Pyongyang van a ingresar en un parate que pone en peligro la estabilidad regional, dejando al secretario de Estado Blinken frente a un escenario complejo de resolver\u201d.<\/p>\n

\n
biden_s_1617483215.jpg<\/figcaption><\/figure>\n
trump_kim_jong_un2_1617482843.jpg<\/figcaption><\/figure>\n<\/section>\n
\n
trump_kim_jong_un2_1617482843.jpg<\/figcaption><\/figure>\n
biden_s_1617483215.jpg<\/figcaption><\/figure>\n<\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"

Si en algo busca diferenciarse Joe Biden de Donald Trump es en su relaci\u00f3n con Corea del Norte , ya que el presidente estadounidense no piensa reunirse con el l\u00edder norcoreano Kim Jong-un, a quien el magnate neoyorquino sol\u00eda adular para que detenga su programa nuclear. La semana que pas\u00f3, cuando se le pregunt\u00f3 a […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[],"_links":{"self":[{"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/posts\/4917"}],"collection":[{"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/comments?post=4917"}],"version-history":[{"count":0,"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/posts\/4917\/revisions"}],"wp:attachment":[{"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/media?parent=4917"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/categories?post=4917"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/tags?post=4917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}