<!DOCTYPE html>

<!--[if IE 7]>

<html class="ie ie7" lang="es">

<![endif]-->

<!--[if IE 8]>

<html class="ie ie8" lang="es">

<![endif]-->

<!--[if !(IE 7) | !(IE 8)  ]><!-->

<html lang="es">

<!--<![endif]-->

<head>

	<meta charset="UTF-8">

	<meta name="viewport" content="width=device-width">

<meta property="fb:app_id" content="1527705130832960"/>

	<title>Rafa García de la Mata | La Noche Americana</title>

	<link rel="profile" href="https://gmpg.org/xfn/11">

	<link rel="pingback" href="https://lanocheamericana.net/xmlrpc.php">

	<!--[if lt IE 9]>

	<script src="https://lanocheamericana.net/wp-content/themes/lanocheamericana/js/html5.js"></script>

	<![endif]-->

	<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//stats.wp.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel="alternate" type="application/rss+xml" title="La Noche Americana &raquo; Feed" href="https://lanocheamericana.net/feed" />
<link rel="alternate" type="application/rss+xml" title="La Noche Americana &raquo; Feed de los comentarios" href="https://lanocheamericana.net/comments/feed" />
<link rel="alternate" type="application/rss+xml" title="La Noche Americana &raquo; Feed de entradas de Rafa García de la Mata" href="https://lanocheamericana.net/author/rafagarciadelamata/feed" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v8.23.1 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-DRJ2E2HTP4"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var mi_version = '8.23.1';
				var mi_track_user = true;
				var mi_no_track_reason = '';
				
								var disableStrs = [
										'ga-disable-G-DRJ2E2HTP4',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
										__gtagTracker('config', 'G-DRJ2E2HTP4', {"forceSSL":"true","link_attribution":"true"} );
															window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
				<!-- / Google Analytics by MonsterInsights -->
		<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<link rel='stylesheet' id='cntctfrm_form_style-css' href='https://lanocheamericana.net/wp-content/plugins/contact-form-plugin/css/form_style.css?ver=4.3.9' type='text/css' media='all' />
<link rel='stylesheet' id='responsive-lightbox-swipebox-css' href='https://lanocheamericana.net/wp-content/plugins/responsive-lightbox/assets/swipebox/swipebox.min.css?ver=1.5.2' type='text/css' media='all' />
<link rel='stylesheet' id='wpos-slick-style-css' href='https://lanocheamericana.net/wp-content/plugins/wp-responsive-recent-post-slider/assets/css/slick.css?ver=3.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='wppsac-public-style-css' href='https://lanocheamericana.net/wp-content/plugins/wp-responsive-recent-post-slider/assets/css/recent-post-style.css?ver=3.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='twentythirteen-fonts-css' href='//fonts.googleapis.com/css?family=Source+Sans+Pro%3A300%2C400%2C700%2C300italic%2C400italic%2C700italic%7CBitter%3A400%2C700&#038;subset=latin%2Clatin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='genericons-css' href='https://lanocheamericana.net/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1' type='text/css' media='all' />
<link rel='stylesheet' id='twentythirteen-style-css' href='https://lanocheamericana.net/wp-content/themes/lanocheamericana/style.css?ver=2013-07-18' type='text/css' media='all' />
<script type="text/javascript" src="https://lanocheamericana.net/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=8.23.1" id="monsterinsights-frontend-script-js"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/lanocheamericana.net","hash_tracking":"false","v4_id":"G-DRJ2E2HTP4"};/* ]]> */
</script>
<script type="text/javascript" src="https://lanocheamericana.net/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://lanocheamericana.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<link rel="https://api.w.org/" href="https://lanocheamericana.net/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://lanocheamericana.net/wp-json/wp/v2/users/67" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://lanocheamericana.net/xmlrpc.php?rsd" />
<meta name="generator" content="Site Kit by Google 1.178.0" />	<style>img#wpstats{display:none}</style>
				<script>
			document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
		</script>
				<style>
			.no-js img.lazyload {
				display: none;
			}

			figure.wp-block-image img.lazyloading {
				min-width: 150px;
			}

						.lazyload, .lazyloading {
				opacity: 0;
			}

			.lazyloaded {
				opacity: 1;
				transition: opacity 400ms;
				transition-delay: 0ms;
			}

					</style>
		
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="profile" />
<meta property="og:title" content="Rafa García de la Mata" />
<meta property="og:url" content="https://lanocheamericana.net/author/rafagarciadelamata" />
<meta property="profile:first_name" content="Rafa" />
<meta property="profile:last_name" content="García de la Mata" />
<meta property="og:site_name" content="La Noche Americana" />
<meta property="og:image" content="https://secure.gravatar.com/avatar/fb536759b95136149f4e673c81640a8f304ca4c93849b53a56d89262fc32478d?s=200&#038;d=mm&#038;r=g" />
<meta property="og:image:alt" content="Rafa García de la Mata" />
<meta property="og:locale" content="es_ES" />

<!-- End Jetpack Open Graph Tags -->

	<link rel="shortcut icon" href="https://lanocheamericana.net/wp-content/themes/lanocheamericana/favicon.ico" />

	<script type="text/javascript" src="https://lanocheamericana.net/wp-content/themes/lanocheamericana/js/jcarousel.js"></script>

	<script src="https://apis.google.com/js/platform.js" async defer>{lang: 'es'}</script>

</head>



<body data-rsssl=1 class="archive author author-rafagarciadelamata author-67 wp-theme-lanocheamericana sidebar">

	<!-- Facebook JavaScript SDK -->

	<div id="fb-root"></div>

	<script>

	  window.fbAsyncInit = function() {

	    FB.init({appId: '177594542288018', status: true, cookie: true,

	             xfbml: true});

	  };

	  (function() {

	    var e = document.createElement('script'); e.async = true;

	    e.src = document.location.protocol +

	      '//connect.facebook.net/es_ES/all.js';

	    document.getElementById('fb-root').appendChild(e);

	  }());

	</script>

	<!-- End Facebook JavaScript SDK -->

	<div id="page" class="hfeed site">

		<header id="masthead" class="site-header" role="banner">

			<a class="home-link" href="https://lanocheamericana.net/" title="La Noche Americana" rel="home">

				<h1 class="site-title">La Noche Americana</h1>

				<h2 class="site-description">La Noche Americana &#8211; Revista de Cine: críticas, noticias, tiras cómicas, entrevistas, cortos, reportajes y opinión.</h2>

			</a>



			<div id="navbar" class="navbar">

				<nav id="site-navigation" class="navigation main-navigation" role="navigation">

					<h3 class="menu-toggle">Menú</h3>

					<a class="screen-reader-text skip-link" href="#content" title="Saltar al contenido">Saltar al contenido</a>

					<div class="menu-mainnav-container"><ul id="menu-mainnav" class="nav-menu"><li id="menu-item-11958" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11958"><a href="https://lanocheamericana.net/category/noticias">Noticias</a></li>
<li id="menu-item-11959" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-11959"><a href="https://lanocheamericana.net/category/criticas">Críticas</a>
<ul class="sub-menu">
	<li id="menu-item-17994" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17994"><a href="https://lanocheamericana.net/category/criticas/cine-africano">Cine africano</a></li>
	<li id="menu-item-17995" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17995"><a href="https://lanocheamericana.net/category/criticas/cine-anglosajon">Cine anglosajón</a></li>
	<li id="menu-item-24324" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-24324"><a href="https://lanocheamericana.net/category/criticas/cine-asiatico">Cine asiático</a></li>
	<li id="menu-item-24325" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-24325"><a href="https://lanocheamericana.net/category/criticas/cine-europeo">Cine europeo</a></li>
	<li id="menu-item-24326" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-24326"><a href="https://lanocheamericana.net/category/criticas/cine-hispanoamericano">Cine hispanoamericano</a></li>
</ul>
</li>
<li id="menu-item-11960" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11960"><a href="https://lanocheamericana.net/category/reportajes">Reportajes</a></li>
<li id="menu-item-11961" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11961"><a href="https://lanocheamericana.net/category/entrevistas">Entrevistas</a></li>
<li id="menu-item-11963" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-11963"><a href="https://lanocheamericana.net/category/blogs">Blogs</a>
<ul class="sub-menu">
	<li id="menu-item-16483" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16483"><a href="https://lanocheamericana.net/category/blogs/cine-de-barro">Cine de barro</a></li>
	<li id="menu-item-16551" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16551"><a href="https://lanocheamericana.net/category/blogs/cinefilia">Cinefilia</a></li>
	<li id="menu-item-16575" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16575"><a href="https://lanocheamericana.net/category/blogs/esquirlas">Esquirlas</a></li>
	<li id="menu-item-16620" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16620"><a href="https://lanocheamericana.net/category/blogs/fuera-de-serie">Fuera de serie</a></li>
	<li id="menu-item-16621" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16621"><a href="https://lanocheamericana.net/category/blogs/metacriticas">Metacríticas</a></li>
	<li id="menu-item-25563" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25563"><a href="https://lanocheamericana.net/category/blogs/original-soundtrack">Original Soundtrack</a></li>
	<li id="menu-item-40459" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-40459"><a href="https://lanocheamericana.net/category/blogs/zero-one">Zero One</a></li>
</ul>
</li>
<li id="menu-item-11964" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-11964"><a href="https://lanocheamericana.net/category/tiras">Tiras cómicas</a>
<ul class="sub-menu">
	<li id="menu-item-20152" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-20152"><a href="https://lanocheamericana.net/category/tiras/luis-olmedo">Luis Olmedo</a></li>
	<li id="menu-item-20154" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-20154"><a href="https://lanocheamericana.net/category/tiras/rafa-garcia-de-la-mata">Rafa García de la Mata</a></li>
	<li id="menu-item-20153" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-20153"><a href="https://lanocheamericana.net/category/tiras/otras-vinetas">Otras viñetas</a></li>
</ul>
</li>
<li id="menu-item-11965" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-11965"><a href="https://lanocheamericana.net/category/comics">Cómics</a>
<ul class="sub-menu">
	<li id="menu-item-16652" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16652"><a href="https://lanocheamericana.net/category/comics/aleta">Aleta</a></li>
	<li id="menu-item-16654" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16654"><a href="https://lanocheamericana.net/category/comics/diabolo">Diábolo</a></li>
	<li id="menu-item-16655" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16655"><a href="https://lanocheamericana.net/category/comics/dibbuks">Dibbuks</a></li>
	<li id="menu-item-16656" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16656"><a href="https://lanocheamericana.net/category/comics/ecc">ECC</a></li>
	<li id="menu-item-16658" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16658"><a href="https://lanocheamericana.net/category/comics/la-cupula">La Cúpula</a></li>
	<li id="menu-item-40460" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-40460"><a href="https://lanocheamericana.net/category/comics/medusa">Medusa</a></li>
	<li id="menu-item-43992" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-43992"><a href="https://lanocheamericana.net/category/comics/norma-editorial">Norma Editorial</a></li>
	<li id="menu-item-16660" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16660"><a href="https://lanocheamericana.net/category/comics/panini">Panini</a></li>
	<li id="menu-item-16661" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16661"><a href="https://lanocheamericana.net/category/comics/planeta">Planeta</a></li>
	<li id="menu-item-16664" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16664"><a href="https://lanocheamericana.net/category/comics/yermo-ediciones">Yermo Ediciones</a></li>
	<li id="menu-item-16659" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16659"><a href="https://lanocheamericana.net/category/comics/otras-editoriales">Otras editoriales</a></li>
	<li id="menu-item-16657" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16657"><a href="https://lanocheamericana.net/category/comics/entrevistas-lna">Entrevistas de cómics</a></li>
</ul>
</li>
</ul></div>
					<form role="search" method="get" class="search-form" action="https://lanocheamericana.net/">
				<label>
					<span class="screen-reader-text">Buscar:</span>
					<input type="search" class="search-field" placeholder="Buscar &hellip;" value="" name="s" />
				</label>
				<input type="submit" class="search-submit" value="Buscar" />
			</form>
				</nav><!-- #site-navigation -->

			</div><!-- #navbar -->

		</header><!-- #masthead -->



		<div id="main" class="site-main">
	<div id="primary" class="content-area">
		<div id="content" class="site-content" role="main">

		
			
			<header class="archive-header">
				<h1 class="archive-title">Todas las entradas de:  <span class="vcard"><a class="url fn n" href="https://lanocheamericana.net/author/rafagarciadelamata" title="Rafa García de la Mata" rel="me">Rafa García de la Mata</a></span></h1>
			</header><!-- .archive-header -->

			
			
										
									<article>
						<a href="https://lanocheamericana.net/maldito-podcast/maldito-podcast-1x03-scream-until-dawn.html" class="noticiaTitle">Maldito Podcast 1&#215;03: Scream + Until Dawn</a>
						<div class="entry-meta">
							<span class="date"><a href="https://lanocheamericana.net/maldito-podcast/maldito-podcast-1x03-scream-until-dawn.html" title="Enlace permanente a Maldito Podcast 1&#215;03: Scream + Until Dawn" rel="bookmark"><time class="entry-date" datetime="2018-07-30T11:34:00+01:00">30 julio, 2018</time></a></span><span class="categories-links"><a href="https://lanocheamericana.net/category/blogs/maldito-podcast" rel="category tag">Maldito Podcast</a></span><span class="tags-links"><a href="https://lanocheamericana.net/tag/maldito-podcast" rel="tag">Maldito Podcast</a>, <a href="https://lanocheamericana.net/tag/scream" rel="tag">Scream</a>, <a href="https://lanocheamericana.net/tag/until-dawn" rel="tag">Until Dawn</a></span><span class="author vcard"><a href="https://lanocheamericana.net/author/rafagarciadelamata" title="Entradas de Rafa García de la Mata" class="author url fn" rel="author">Rafa García de la Mata</a> y <a href="https://lanocheamericana.net/author/mariadesancha" title="Entradas de María de Sancha" class="author url fn" rel="author">María de Sancha</a></span>						</div>
						<div class="entry-content">
							<a href="https://lanocheamericana.net/maldito-podcast/maldito-podcast-1x03-scream-until-dawn.html">
								<img width="1200" height="675" src="https://lanocheamericana.net/wp-content/uploads/2018/05/maldito-podcast.jpg" class="attachment- size- wp-post-image" alt="Maldito Podcast" decoding="async" fetchpriority="high" srcset="https://lanocheamericana.net/wp-content/uploads/2018/05/maldito-podcast.jpg 1200w, https://lanocheamericana.net/wp-content/uploads/2018/05/maldito-podcast-768x432.jpg 768w" sizes="(max-width: 1200px) 100vw, 1200px" />							</a>
														<div>
								

Llega el verano y con él, además de los chiringuitos y el calor sofocante, unas criaturas malhabladas y desquiciantes toman las calles: los adolescentes. Acompáñanos en este nuevo episodio donde la serie Scream y el videojuego Until Dawn son ...
								<a href="https://lanocheamericana.net/maldito-podcast/maldito-podcast-1x03-scream-until-dawn.html">Leer m&aacute;s</a>
							</div>
													</div>
					</article>
											
									<article>
						<a href="https://lanocheamericana.net/maldito-podcast/maldito-podcast-1x01-silent-hill-kult.html" class="noticiaTitle">Maldito Podcast 1&#215;01: Silent Hill + Kult</a>
						<div class="entry-meta">
							<span class="date"><a href="https://lanocheamericana.net/maldito-podcast/maldito-podcast-1x01-silent-hill-kult.html" title="Enlace permanente a Maldito Podcast 1&#215;01: Silent Hill + Kult" rel="bookmark"><time class="entry-date" datetime="2018-05-22T11:18:08+01:00">22 mayo, 2018</time></a></span><span class="categories-links"><a href="https://lanocheamericana.net/category/blogs/maldito-podcast" rel="category tag">Maldito Podcast</a></span><span class="tags-links"><a href="https://lanocheamericana.net/tag/kult" rel="tag">Kult</a>, <a href="https://lanocheamericana.net/tag/silent-hill" rel="tag">Silent Hill</a></span><span class="author vcard"><a href="https://lanocheamericana.net/author/rafagarciadelamata" title="Entradas de Rafa García de la Mata" class="author url fn" rel="author">Rafa García de la Mata</a> y <a href="https://lanocheamericana.net/author/mariadesancha" title="Entradas de María de Sancha" class="author url fn" rel="author">María de Sancha</a></span>						</div>
						<div class="entry-content">
							<a href="https://lanocheamericana.net/maldito-podcast/maldito-podcast-1x01-silent-hill-kult.html">
								<img width="1200" height="675" data-src="https://lanocheamericana.net/wp-content/uploads/2018/05/maldito-podcast.jpg" class="attachment- size- wp-post-image lazyload" alt="Maldito Podcast" decoding="async" data-srcset="https://lanocheamericana.net/wp-content/uploads/2018/05/maldito-podcast.jpg 1200w, https://lanocheamericana.net/wp-content/uploads/2018/05/maldito-podcast-768x432.jpg 768w" data-sizes="(max-width: 1200px) 100vw, 1200px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1200px; --smush-placeholder-aspect-ratio: 1200/675;" />							</a>
														<div>
								

Maldito Podcast tiene al terror como protagonista, pero siempre desde una perspectiva cultural. Ya sean videojuegos, películas, libros, cómics o música, en cada programa de Maldito Podcast se escogen dos productos de ficción que compartan tem...
								<a href="https://lanocheamericana.net/maldito-podcast/maldito-podcast-1x01-silent-hill-kult.html">Leer m&aacute;s</a>
							</div>
													</div>
					</article>
											
									<div class="entry-content criticsArchive">
						<a href="https://lanocheamericana.net/cine-anglosajon/jurassic-world-de-fan-a-fan.html" class="criticsImg">
							<img width="188" height="283" data-src="https://lanocheamericana.net/wp-content/uploads/2015/06/jurassic-world-poster.jpg" class="attachment- size- wp-post-image lazyload" alt="Jurassic World" decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 188px; --smush-placeholder-aspect-ratio: 188/283;" />						</a>
						<div class="criticsDesc">
							<a href="https://lanocheamericana.net/cine-anglosajon/jurassic-world-de-fan-a-fan.html" class="noticiaTitle">Jurassic World</a>
							
<p><strong>Título Original:</strong> Jurassic World							
<p><strong>Director:</strong> Colin Trevorrow							
<p><strong>Guión:</strong> Derek Connolly y Colin Trevorrow							
<p><strong>Reparto:</strong> Chris Pratt, Bryce Dallas Howard, Ty Simpkins, Nick Robinson, Irrfan Khan, Vincent D’Onofrio, Jake Johnson, Omar Sy, BD Wong, Judy Greer							
<p><strong>EEUU – China / 2015 / 124'</strong>							
<p><strong>Productora:</strong>  Universal Pictures / Amblin Entertainment / Legendary Pictures							<p><a href="https://lanocheamericana.net/cine-anglosajon/jurassic-world-de-fan-a-fan.html">Leer m&aacute;s</a></p>
							<p><a href="https://lanocheamericana.net/author/rafagarciadelamata">Rafa García de la Mata</a></p>
							<p><a href="https://lanocheamericana.net/category/criticas/cine-anglosajon">Cine anglosajón</a></p>
						</div>
					</div>
											
									<div class="entry-content criticsArchive">
						<a href="https://lanocheamericana.net/cine-anglosajon/it-follows-ha-nacido-un-clasico.html" class="criticsImg">
							<img width="188" height="279" data-src="https://lanocheamericana.net/wp-content/uploads/2015/06/it-follows-poster-e1433988500881.jpg" class="attachment- size- wp-post-image lazyload" alt="" decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 188px; --smush-placeholder-aspect-ratio: 188/279;" />						</a>
						<div class="criticsDesc">
							<a href="https://lanocheamericana.net/cine-anglosajon/it-follows-ha-nacido-un-clasico.html" class="noticiaTitle">It Follows</a>
							
<p><strong>Título Original:</strong> It Follows							

<p><strong>Director:</strong> David Robert Mitchell							

<p><strong>Guión:</strong> David Robert Mitchell							

<p><strong>Reparto:</strong> Maika Monroe, Keir Gilchrist, Daniel Zovatto, Olivia Luccardi, Lili Sepe, Jake Weary							

<p><strong>EEUU / 2014 / 100'</strong>							

<p><strong>Productora:</strong> Northern Lights Films / Animal Kingdom / Two Flints							<p><a href="https://lanocheamericana.net/cine-anglosajon/it-follows-ha-nacido-un-clasico.html">Leer m&aacute;s</a></p>
							<p><a href="https://lanocheamericana.net/author/rafagarciadelamata">Rafa García de la Mata</a></p>
							<p><a href="https://lanocheamericana.net/category/criticas/cine-anglosajon">Cine anglosajón</a></p>
						</div>
					</div>
											
									<article>
						<a href="https://lanocheamericana.net/entrevistas/lamberto-bava-hoy-a-mi-me-aterroriza-el-mundo-en-que-vivimos.html" class="noticiaTitle">Lamberto Bava: «Hoy a mí me aterroriza el mundo en que vivimos»</a>
						<div class="entry-meta">
							<span class="date"><a href="https://lanocheamericana.net/entrevistas/lamberto-bava-hoy-a-mi-me-aterroriza-el-mundo-en-que-vivimos.html" title="Enlace permanente a Lamberto Bava: «Hoy a mí me aterroriza el mundo en que vivimos»" rel="bookmark"><time class="entry-date" datetime="2015-05-30T14:06:06+01:00">30 mayo, 2015</time></a></span><span class="categories-links"><a href="https://lanocheamericana.net/category/entrevistas" rel="category tag">Entrevistas</a></span><span class="tags-links"><a href="https://lanocheamericana.net/tag/demons" rel="tag">Demons</a>, <a href="https://lanocheamericana.net/tag/lamberto-bava" rel="tag">Lamberto Bava</a>, <a href="https://lanocheamericana.net/tag/nocturna-2015" rel="tag">Nocturna 2015</a></span><span class="author vcard"><a href="https://lanocheamericana.net/author/rafagarciadelamata" title="Entradas de Rafa García de la Mata" class="author url fn" rel="author">Rafa García de la Mata</a> y <a href="https://lanocheamericana.net/author/daniel-lobato" title="Entradas de Daniel Lobato" class="author url fn" rel="author">Daniel Lobato</a></span>						</div>
						<div class="entry-content">
							<a href="https://lanocheamericana.net/entrevistas/lamberto-bava-hoy-a-mi-me-aterroriza-el-mundo-en-que-vivimos.html">
								<img width="1200" height="675" data-src="https://lanocheamericana.net/wp-content/uploads/2015/05/lamberto-bava.jpg" class="attachment- size- wp-post-image lazyload" alt="Lamberto Bava" decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1200px; --smush-placeholder-aspect-ratio: 1200/675;" />							</a>
														<div>
								

Conciso en sus respuestas, Lamberto Bava tiene muy claro qué es lo que le interesa del cine de terror en la actualidad. El cineasta italiano ha charlado con nosotros coincidiendo con su visita a Nocturna para recibir un merecido homenaje a toda ...
								<a href="https://lanocheamericana.net/entrevistas/lamberto-bava-hoy-a-mi-me-aterroriza-el-mundo-en-que-vivimos.html">Leer m&aacute;s</a>
							</div>
													</div>
					</article>
											
									<article>
						<a href="https://lanocheamericana.net/cinefilia/comienza-la-tercera-edicion-de-nocturna-el-festival-de-cine-fantastico-de-madrid.html" class="noticiaTitle">Comienza la tercera edición de Nocturna, el festival de cine fantástico de Madrid</a>
						<div class="entry-meta">
							<span class="date"><a href="https://lanocheamericana.net/cinefilia/comienza-la-tercera-edicion-de-nocturna-el-festival-de-cine-fantastico-de-madrid.html" title="Enlace permanente a Comienza la tercera edición de Nocturna, el festival de cine fantástico de Madrid" rel="bookmark"><time class="entry-date" datetime="2015-05-24T21:00:15+01:00">24 mayo, 2015</time></a></span><span class="categories-links"><a href="https://lanocheamericana.net/category/blogs/cinefilia" rel="category tag">Cinefilia</a></span><span class="tags-links"><a href="https://lanocheamericana.net/tag/alex-de-la-iglesia" rel="tag">Alex de la Iglesia</a>, <a href="https://lanocheamericana.net/tag/alexandre-aja" rel="tag">Alexandre Aja</a>, <a href="https://lanocheamericana.net/tag/big-game" rel="tag">Big Game</a>, <a href="https://lanocheamericana.net/tag/demons" rel="tag">Demons</a>, <a href="https://lanocheamericana.net/tag/el-dia-de-la-bestia" rel="tag">El día de la bestia</a>, <a href="https://lanocheamericana.net/tag/horns" rel="tag">Horns</a>, <a href="https://lanocheamericana.net/tag/it-follows" rel="tag">It Follows</a>, <a href="https://lanocheamericana.net/tag/lamberto-bava" rel="tag">Lamberto Bava</a>, <a href="https://lanocheamericana.net/tag/lost-after-dark" rel="tag">Lost After Dark</a>, <a href="https://lanocheamericana.net/tag/nocturna-2014" rel="tag">Nocturna 2014</a>, <a href="https://lanocheamericana.net/tag/nocturna-2015" rel="tag">Nocturna 2015</a>, <a href="https://lanocheamericana.net/tag/pesadilla-en-elm-street" rel="tag">Pesadilla en Elm Street</a>, <a href="https://lanocheamericana.net/tag/robert-englund" rel="tag">Robert Englund</a>, <a href="https://lanocheamericana.net/tag/samuel-l-jackson" rel="tag">Samuel L Jackson</a>, <a href="https://lanocheamericana.net/tag/simon-pegg" rel="tag">Simon Pegg</a>, <a href="https://lanocheamericana.net/tag/suburban-gothic" rel="tag">Suburban Gothic</a>, <a href="https://lanocheamericana.net/tag/the-house-on-pine-street" rel="tag">The House on Pine Street</a></span><span class="author vcard"><a href="https://lanocheamericana.net/author/rafagarciadelamata" title="Entradas de Rafa García de la Mata" class="author url fn" rel="author">Rafa García de la Mata</a></span>						</div>
						<div class="entry-content">
							<a href="https://lanocheamericana.net/cinefilia/comienza-la-tercera-edicion-de-nocturna-el-festival-de-cine-fantastico-de-madrid.html">
								<img width="1200" height="676" data-src="https://lanocheamericana.net/wp-content/uploads/2015/05/it-follows-maika-monroe.jpg" class="attachment- size- wp-post-image lazyload" alt="Maika Monroe" decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1200px; --smush-placeholder-aspect-ratio: 1200/676;" />							</a>
														<div>
								

Puedo empezar la crónica con un encabezamiento tan tópico y soso propio del periodismo porque no soy periodista. Hay que ser claro y reconocer que la mayor parte de los pases de prensa entregados para este festival van a parar a fanboys del ter...
								<a href="https://lanocheamericana.net/cinefilia/comienza-la-tercera-edicion-de-nocturna-el-festival-de-cine-fantastico-de-madrid.html">Leer m&aacute;s</a>
							</div>
													</div>
					</article>
											
									<article>
						<a href="https://lanocheamericana.net/cinefilia/wolves-dinero-antes-que-historia.html" class="noticiaTitle">&#8216;Wolves&#8217;: Dinero antes que historia</a>
						<div class="entry-meta">
							<span class="date"><a href="https://lanocheamericana.net/cinefilia/wolves-dinero-antes-que-historia.html" title="Enlace permanente a &#8216;Wolves&#8217;: Dinero antes que historia" rel="bookmark"><time class="entry-date" datetime="2014-06-01T17:00:12+01:00">1 junio, 2014</time></a></span><span class="categories-links"><a href="https://lanocheamericana.net/category/blogs/cinefilia" rel="category tag">Cinefilia</a></span><span class="tags-links"><a href="https://lanocheamericana.net/tag/david-hayter" rel="tag">David Hayter</a>, <a href="https://lanocheamericana.net/tag/jason-momoa" rel="tag">Jason Momoa</a>, <a href="https://lanocheamericana.net/tag/merritt-patterson" rel="tag">Merritt Patterson</a>, <a href="https://lanocheamericana.net/tag/nocturna-2014" rel="tag">Nocturna 2014</a>, <a href="https://lanocheamericana.net/tag/wolves" rel="tag">Wolves</a></span><span class="author vcard"><a href="https://lanocheamericana.net/author/rafagarciadelamata" title="Entradas de Rafa García de la Mata" class="author url fn" rel="author">Rafa García de la Mata</a></span>						</div>
						<div class="entry-content">
							<a href="https://lanocheamericana.net/cinefilia/wolves-dinero-antes-que-historia.html">
								<img width="900" height="505" data-src="https://lanocheamericana.net/wp-content/uploads/2015/05/wolves-jason-momoa.jpg" class="attachment- size- wp-post-image lazyload" alt="Jason Momoa" decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 900px; --smush-placeholder-aspect-ratio: 900/505;" />							</a>
														<div>
								

Los monstruos clásicos han tenido, en su mayoría, una interpretación dramática y una representación más que digna en la pantalla: de los vampiros nadie lo duda, el Nosferatu de Murnau continúa siendo hoy un referente del cine de género y ...
								<a href="https://lanocheamericana.net/cinefilia/wolves-dinero-antes-que-historia.html">Leer m&aacute;s</a>
							</div>
													</div>
					</article>
											
									<article>
						<a href="https://lanocheamericana.net/reportajes/west-side-horror.html" class="noticiaTitle">West Side Horror</a>
						<div class="entry-meta">
							<span class="date"><a href="https://lanocheamericana.net/reportajes/west-side-horror.html" title="Enlace permanente a West Side Horror" rel="bookmark"><time class="entry-date" datetime="2014-05-10T18:08:32+01:00">10 mayo, 2014</time></a></span><span class="categories-links"><a href="https://lanocheamericana.net/category/reportajes" rel="category tag">Reportajes</a></span><span class="tags-links"><a href="https://lanocheamericana.net/tag/ti-west" rel="tag">Ti West</a></span><span class="author vcard"><a href="https://lanocheamericana.net/author/rafagarciadelamata" title="Entradas de Rafa García de la Mata" class="author url fn" rel="author">Rafa García de la Mata</a></span>						</div>
						<div class="entry-content">
							<a href="https://lanocheamericana.net/reportajes/west-side-horror.html">
								<img width="648" height="365" data-src="https://lanocheamericana.net/wp-content/uploads/2014/09/ti-west.jpg" class="attachment- size- wp-post-image lazyload" alt="" decoding="async" data-srcset="https://lanocheamericana.net/wp-content/uploads/2014/09/ti-west.jpg 648w, https://lanocheamericana.net/wp-content/uploads/2014/09/ti-west-300x168.jpg 300w" data-sizes="(max-width: 648px) 100vw, 648px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 648px; --smush-placeholder-aspect-ratio: 648/365;" />							</a>
														<div>
								
Una casa en mitad del bosque y unos jóvenes despreocupados son ingredientes básicos de una historia de terror. Se repiten en títulos practicamente todos los años, aunque no todas pasen a conocerse por el gran público. Aún así, por mucho que ...
								<a href="https://lanocheamericana.net/reportajes/west-side-horror.html">Leer m&aacute;s</a>
							</div>
													</div>
					</article>
											
									<article>
						<a href="https://lanocheamericana.net/rafa-garcia-de-la-mata/movie-brats-temores.html" class="noticiaTitle">Movie Brats: Temores</a>
						<div class="entry-meta">
							<span class="date"><a href="https://lanocheamericana.net/rafa-garcia-de-la-mata/movie-brats-temores.html" title="Enlace permanente a Movie Brats: Temores" rel="bookmark"><time class="entry-date" datetime="2012-11-07T00:41:15+01:00">7 noviembre, 2012</time></a></span><span class="categories-links"><a href="https://lanocheamericana.net/category/tiras/rafa-garcia-de-la-mata" rel="category tag">Rafa García de la Mata</a></span><span class="author vcard"><a href="https://lanocheamericana.net/author/rafagarciadelamata" title="Entradas de Rafa García de la Mata" class="author url fn" rel="author">Rafa García de la Mata</a></span>						</div>
						<div class="entry-content">
							<a href="https://lanocheamericana.net/rafa-garcia-de-la-mata/movie-brats-temores.html">
								<img width="1000" height="673" data-src="https://lanocheamericana.net/wp-content/uploads/2012/11/movie-brats-14.jpg" class="attachment- size- wp-post-image lazyload" alt="Movie Brats, de Rafa García de la Mata" decoding="async" data-srcset="https://lanocheamericana.net/wp-content/uploads/2012/11/movie-brats-14.jpg 1000w, https://lanocheamericana.net/wp-content/uploads/2012/11/movie-brats-14-300x201.jpg 300w" data-sizes="(max-width: 1000px) 100vw, 1000px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000/673;" />							</a>
														<div>
								...
								<a href="https://lanocheamericana.net/rafa-garcia-de-la-mata/movie-brats-temores.html">Leer m&aacute;s</a>
							</div>
													</div>
					</article>
											
									<article>
						<a href="https://lanocheamericana.net/rafa-garcia-de-la-mata/movie-brats-lucha-de-espadas.html" class="noticiaTitle">Movie Brats: Lucha de espadas</a>
						<div class="entry-meta">
							<span class="date"><a href="https://lanocheamericana.net/rafa-garcia-de-la-mata/movie-brats-lucha-de-espadas.html" title="Enlace permanente a Movie Brats: Lucha de espadas" rel="bookmark"><time class="entry-date" datetime="2012-11-07T00:39:43+01:00">7 noviembre, 2012</time></a></span><span class="categories-links"><a href="https://lanocheamericana.net/category/tiras/rafa-garcia-de-la-mata" rel="category tag">Rafa García de la Mata</a></span><span class="author vcard"><a href="https://lanocheamericana.net/author/rafagarciadelamata" title="Entradas de Rafa García de la Mata" class="author url fn" rel="author">Rafa García de la Mata</a></span>						</div>
						<div class="entry-content">
							<a href="https://lanocheamericana.net/rafa-garcia-de-la-mata/movie-brats-lucha-de-espadas.html">
								<img width="1000" height="673" data-src="https://lanocheamericana.net/wp-content/uploads/2012/11/movie-brats-9.jpg" class="attachment- size- wp-post-image lazyload" alt="Movie Brats, de Rafa García de la Mata" decoding="async" data-srcset="https://lanocheamericana.net/wp-content/uploads/2012/11/movie-brats-9.jpg 1000w, https://lanocheamericana.net/wp-content/uploads/2012/11/movie-brats-9-300x201.jpg 300w" data-sizes="(max-width: 1000px) 100vw, 1000px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000/673;" />							</a>
														<div>
								  ...
								<a href="https://lanocheamericana.net/rafa-garcia-de-la-mata/movie-brats-lucha-de-espadas.html">Leer m&aacute;s</a>
							</div>
													</div>
					</article>
							
			


	<nav class="navigation paging-navigation" role="navigation">



		<h1 class="screen-reader-text">Ir a las entradas</h1>



		<div class="nav-links">







			


			<div class="nav-previous"><a href="https://lanocheamericana.net/author/rafagarciadelamata/feed/page/2" ><span class="meta-nav">&larr;</span> Entradas más antiguas</a></div>



			






			






		</div><!-- .nav-links -->



	</nav><!-- .navigation -->



				<div class="pagination"><span class="current">1</span><a href='https://lanocheamericana.net/author/rafagarciadelamata/feed/page/2' class="inactive">2</a><a href='https://lanocheamericana.net/author/rafagarciadelamata/feed/page/3' class="inactive">3</a><a href='https://lanocheamericana.net/author/rafagarciadelamata/feed/page/4' class="inactive">4</a></div>
<span class='currentPage'>Página 1 de 4</span>
		
		</div><!-- #content -->
	</div><!-- #primary -->

	<div id="tertiary" class="sidebar-container" role="complementary">
		<div class="sidebar-inner">
			<div class="widget-area">
				<aside id="search-3" class="widget widget_search"><form role="search" method="get" class="search-form" action="https://lanocheamericana.net/">
				<label>
					<span class="screen-reader-text">Buscar:</span>
					<input type="search" class="search-field" placeholder="Buscar &hellip;" value="" name="s" />
				</label>
				<input type="submit" class="search-submit" value="Buscar" />
			</form></aside><aside id="text-5" class="widget widget_text"><h3 class="widget-title">Nuestras redes:</h3>			<div class="textwidget"><div class='goShareSide'>
	<a class='facebook' href='https://www.facebook.com/lanocheamericana' title='Síguenos en Facebook' target='_blank'>Facebook</a>
	<a class='twitter' href='https://twitter.com/nocheamericana' title='Síguenos en Twitter' target='_blank'>Twitter</a>
	<a class='youtube' href='https://www.youtube.com/nocheamericana' title='Síguenos en Youtube' rel='nofollow' target='_blank'>Youtube</a>
	<a class='pinterest' href='http://www.pinterest.com/nocheamericana/' title='Síguenos en Pinterest' target='_blank'>Pinterest</a>
	<a class='tumblr' href='http://nocheamericanaweb.tumblr.com/' title='Síguenos en Tumblr' target='_blank'>Tumblr</a>
	<a class='rss' href='https://lanochi.cluster030.hosting.ovh.net/other/feed' title='Sigue nuestro RSS'>Sigue nuestro RSS</a>
</div></div>
		</aside>
		<aside id="recent-posts-3" class="widget widget_recent_entries">
		<h3 class="widget-title">Entradas recientes</h3>
		<ul>
											<li>
					<a href="https://lanocheamericana.net/panini/el-castigador-red-band-3-4-relaja-un-poco-tio.html">El Castigador (Red Band) #3-4: Relaja un poco tío</a>
									</li>
											<li>
					<a href="https://lanocheamericana.net/panini/absolute-batman-11-12-monstruoso.html">Absolute Batman #11-12: Monstruoso</a>
									</li>
											<li>
					<a href="https://lanocheamericana.net/otras-editoriales/el-manco-de-lepanto-this-is-war.html">El Manco de Lepanto: This is War</a>
									</li>
											<li>
					<a href="https://lanocheamericana.net/norma-editorial/jumbo-max-3-4-genialidad-en-los-bajos-fondos.html">Jumbo Max #3-4: Genialidad en los bajos fondos</a>
									</li>
											<li>
					<a href="https://lanocheamericana.net/norma-editorial/jugando-a-bolos-con-cadaveres-los-mundos-de-mike-mignola.html">Jugando a bolos con cadáveres: Los mundos de Mike Mignola</a>
									</li>
					</ul>

		</aside><aside id="tag_cloud-3" class="widget widget_tag_cloud"><h3 class="widget-title">Etiquetas</h3><div class="tagcloud"><a href="https://lanocheamericana.net/tag/al-ewing" class="tag-cloud-link tag-link-5660 tag-link-position-1" style="font-size: 22pt;" aria-label="Al Ewing (174 elementos)">Al Ewing</a>
<a href="https://lanocheamericana.net/tag/amanecer-de-x" class="tag-cloud-link tag-link-13735 tag-link-position-2" style="font-size: 14.196721311475pt;" aria-label="Amanecer de X (78 elementos)">Amanecer de X</a>
<a href="https://lanocheamericana.net/tag/andrea-sorrentino" class="tag-cloud-link tag-link-7047 tag-link-position-3" style="font-size: 8.6885245901639pt;" aria-label="Andrea Sorrentino (45 elementos)">Andrea Sorrentino</a>
<a href="https://lanocheamericana.net/tag/batman" class="tag-cloud-link tag-link-206 tag-link-position-4" style="font-size: 18.55737704918pt;" aria-label="Batman (123 elementos)">Batman</a>
<a href="https://lanocheamericana.net/tag/benjamin-percy" class="tag-cloud-link tag-link-7607 tag-link-position-5" style="font-size: 18.327868852459pt;" aria-label="Benjamin Percy (118 elementos)">Benjamin Percy</a>
<a href="https://lanocheamericana.net/tag/bigestreno" class="tag-cloud-link tag-link-5648 tag-link-position-6" style="font-size: 15.344262295082pt;" aria-label="bigEstreno (89 elementos)">bigEstreno</a>
<a href="https://lanocheamericana.net/tag/brian-azzarello" class="tag-cloud-link tag-link-5982 tag-link-position-7" style="font-size: 8.2295081967213pt;" aria-label="Brian Azzarello (43 elementos)">Brian Azzarello</a>
<a href="https://lanocheamericana.net/tag/brian-michael-bendis" class="tag-cloud-link tag-link-5737 tag-link-position-8" style="font-size: 18.786885245902pt;" aria-label="Brian Michael Bendis (126 elementos)">Brian Michael Bendis</a>
<a href="https://lanocheamericana.net/tag/caida-de-x" class="tag-cloud-link tag-link-16073 tag-link-position-9" style="font-size: 12.819672131148pt;" aria-label="Caída de X (68 elementos)">Caída de X</a>
<a href="https://lanocheamericana.net/tag/charles-soule" class="tag-cloud-link tag-link-5859 tag-link-position-10" style="font-size: 10.983606557377pt;" aria-label="Charles Soule (56 elementos)">Charles Soule</a>
<a href="https://lanocheamericana.net/tag/cine-en-casa" class="tag-cloud-link tag-link-7994 tag-link-position-11" style="font-size: 17.868852459016pt;" aria-label="cine en casa (113 elementos)">cine en casa</a>
<a href="https://lanocheamericana.net/tag/dan-slott" class="tag-cloud-link tag-link-5870 tag-link-position-12" style="font-size: 16.032786885246pt;" aria-label="Dan Slott (94 elementos)">Dan Slott</a>
<a href="https://lanocheamericana.net/tag/dc-comics" class="tag-cloud-link tag-link-7245 tag-link-position-13" style="font-size: 16.491803278689pt;" aria-label="DC Comics (99 elementos)">DC Comics</a>
<a href="https://lanocheamericana.net/tag/destino-de-x" class="tag-cloud-link tag-link-15159 tag-link-position-14" style="font-size: 14.426229508197pt;" aria-label="Destino de X (80 elementos)">Destino de X</a>
<a href="https://lanocheamericana.net/tag/donny-cates" class="tag-cloud-link tag-link-11391 tag-link-position-15" style="font-size: 12.131147540984pt;" aria-label="Donny Cates (64 elementos)">Donny Cates</a>
<a href="https://lanocheamericana.net/tag/gerry-duggan" class="tag-cloud-link tag-link-7555 tag-link-position-16" style="font-size: 19.475409836066pt;" aria-label="Gerry Duggan (134 elementos)">Gerry Duggan</a>
<a href="https://lanocheamericana.net/tag/guardianes-de-la-galaxia" class="tag-cloud-link tag-link-2153 tag-link-position-17" style="font-size: 15.803278688525pt;" aria-label="Guardianes de la Galaxia (92 elementos)">Guardianes de la Galaxia</a>
<a href="https://lanocheamericana.net/tag/james-tynion-iv" class="tag-cloud-link tag-link-6509 tag-link-position-18" style="font-size: 10.065573770492pt;" aria-label="James Tynion IV (52 elementos)">James Tynion IV</a>
<a href="https://lanocheamericana.net/tag/jason-aaron" class="tag-cloud-link tag-link-5690 tag-link-position-19" style="font-size: 19.704918032787pt;" aria-label="Jason Aaron (136 elementos)">Jason Aaron</a>
<a href="https://lanocheamericana.net/tag/javier-garron" class="tag-cloud-link tag-link-7595 tag-link-position-20" style="font-size: 8.6885245901639pt;" aria-label="Javier Garrón (45 elementos)">Javier Garrón</a>
<a href="https://lanocheamericana.net/tag/jed-mackay" class="tag-cloud-link tag-link-14560 tag-link-position-21" style="font-size: 10.065573770492pt;" aria-label="Jed MacKay (51 elementos)">Jed MacKay</a>
<a href="https://lanocheamericana.net/tag/jeff-lemire" class="tag-cloud-link tag-link-5772 tag-link-position-22" style="font-size: 13.967213114754pt;" aria-label="Jeff Lemire (76 elementos)">Jeff Lemire</a>
<a href="https://lanocheamericana.net/tag/jonathan-hickman" class="tag-cloud-link tag-link-6370 tag-link-position-23" style="font-size: 18.55737704918pt;" aria-label="Jonathan Hickman (122 elementos)">Jonathan Hickman</a>
<a href="https://lanocheamericana.net/tag/kelly-thompson" class="tag-cloud-link tag-link-10942 tag-link-position-24" style="font-size: 9.3770491803279pt;" aria-label="Kelly Thompson (48 elementos)">Kelly Thompson</a>
<a href="https://lanocheamericana.net/tag/kieron-gillen" class="tag-cloud-link tag-link-7899 tag-link-position-25" style="font-size: 11.672131147541pt;" aria-label="Kieron Gillen (60 elementos)">Kieron Gillen</a>
<a href="https://lanocheamericana.net/tag/la-imposible-patrulla-x" class="tag-cloud-link tag-link-2116 tag-link-position-26" style="font-size: 9.1475409836066pt;" aria-label="La Imposible Patrulla-X (47 elementos)">La Imposible Patrulla-X</a>
<a href="https://lanocheamericana.net/tag/lobezno" class="tag-cloud-link tag-link-3144 tag-link-position-27" style="font-size: 13.049180327869pt;" aria-label="Lobezno (70 elementos)">Lobezno</a>
<a href="https://lanocheamericana.net/tag/los-4-fantasticos" class="tag-cloud-link tag-link-2589 tag-link-position-28" style="font-size: 11.901639344262pt;" aria-label="Los 4 Fantásticos (62 elementos)">Los 4 Fantásticos</a>
<a href="https://lanocheamericana.net/tag/los-vengadores" class="tag-cloud-link tag-link-462 tag-link-position-29" style="font-size: 18.327868852459pt;" aria-label="Los Vengadores (118 elementos)">Los Vengadores</a>
<a href="https://lanocheamericana.net/tag/mark-waid" class="tag-cloud-link tag-link-6586 tag-link-position-30" style="font-size: 12.360655737705pt;" aria-label="Mark Waid (65 elementos)">Mark Waid</a>
<a href="https://lanocheamericana.net/tag/marvel-comics" class="tag-cloud-link tag-link-6210 tag-link-position-31" style="font-size: 19.704918032787pt;" aria-label="Marvel Comics (137 elementos)">Marvel Comics</a>
<a href="https://lanocheamericana.net/tag/patrulla-x" class="tag-cloud-link tag-link-5951 tag-link-position-32" style="font-size: 15.344262295082pt;" aria-label="Patrulla-X (88 elementos)">Patrulla-X</a>
<a href="https://lanocheamericana.net/tag/pepe-larraz" class="tag-cloud-link tag-link-3673 tag-link-position-33" style="font-size: 8pt;" aria-label="Pepe Larraz (42 elementos)">Pepe Larraz</a>
<a href="https://lanocheamericana.net/tag/reinado-de-x" class="tag-cloud-link tag-link-14349 tag-link-position-34" style="font-size: 16.491803278689pt;" aria-label="Reinado de X (98 elementos)">Reinado de X</a>
<a href="https://lanocheamericana.net/tag/scott-snyder" class="tag-cloud-link tag-link-5830 tag-link-position-35" style="font-size: 13.967213114754pt;" aria-label="Scott Snyder (77 elementos)">Scott Snyder</a>
<a href="https://lanocheamericana.net/tag/secret-wars" class="tag-cloud-link tag-link-6111 tag-link-position-36" style="font-size: 10.065573770492pt;" aria-label="Secret Wars (52 elementos)">Secret Wars</a>
<a href="https://lanocheamericana.net/tag/star-wars" class="tag-cloud-link tag-link-493 tag-link-position-37" style="font-size: 8pt;" aria-label="Star Wars (42 elementos)">Star Wars</a>
<a href="https://lanocheamericana.net/tag/stefano-caselli" class="tag-cloud-link tag-link-8950 tag-link-position-38" style="font-size: 9.1475409836066pt;" aria-label="Stefano Caselli (47 elementos)">Stefano Caselli</a>
<a href="https://lanocheamericana.net/tag/the-dark-knight-rises" class="tag-cloud-link tag-link-342 tag-link-position-39" style="font-size: 8pt;" aria-label="The Dark Knight Rises (42 elementos)">The Dark Knight Rises</a>
<a href="https://lanocheamericana.net/tag/thor" class="tag-cloud-link tag-link-10 tag-link-position-40" style="font-size: 8pt;" aria-label="Thor (42 elementos)">Thor</a>
<a href="https://lanocheamericana.net/tag/tom-king" class="tag-cloud-link tag-link-9060 tag-link-position-41" style="font-size: 9.1475409836066pt;" aria-label="Tom King (47 elementos)">Tom King</a>
<a href="https://lanocheamericana.net/tag/tom-taylor" class="tag-cloud-link tag-link-6836 tag-link-position-42" style="font-size: 10.983606557377pt;" aria-label="Tom Taylor (56 elementos)">Tom Taylor</a>
<a href="https://lanocheamericana.net/tag/valerio-schiti" class="tag-cloud-link tag-link-6993 tag-link-position-43" style="font-size: 10.524590163934pt;" aria-label="Valerio Schiti (54 elementos)">Valerio Schiti</a>
<a href="https://lanocheamericana.net/tag/wonder-woman" class="tag-cloud-link tag-link-178 tag-link-position-44" style="font-size: 10.983606557377pt;" aria-label="Wonder Woman (56 elementos)">Wonder Woman</a>
<a href="https://lanocheamericana.net/tag/x-force" class="tag-cloud-link tag-link-3004 tag-link-position-45" style="font-size: 10.754098360656pt;" aria-label="X-Force (55 elementos)">X-Force</a></div>
</aside><aside id="text-4" class="widget widget_text"><h3 class="widget-title">Nuestro Facebook</h3>			<div class="textwidget"><div class="fb-like-box" data-href="https://www.facebook.com/lanocheamericana" data-colorscheme="light" data-show-faces="false" data-header="true" data-stream="false" data-show-border="true"></div></div>
		</aside><aside id="text-6" class="widget widget_text"><h3 class="widget-title"> </h3>			<div class="textwidget"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- LNA sidebar add -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-1753505520783547"
     data-ad-slot="9063505852"
     data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
		</aside>			</div><!-- .widget-area -->
		</div><!-- .sidebar-inner -->
	</div><!-- #tertiary -->
<!--WPFC_FOOTER_START-->
		</div><!-- #main -->
		<footer id="colophon" class="site-footer" role="contentinfo">
			
			<div class="site-info">
								<ul>
					<li><a href="https://lanocheamericana.net/quienes-somos">Quiénes Somos</a></li>
					<li><a href="https://lanocheamericana.net/webs-amigas">Webs amigas</a></li>
					<li><a href="https://lanocheamericana.net/contacto">Contacto</a></li>
					<li><a href="https://lanocheamericana.net/aviso-legal">Aviso Legal</a></li>
					<li><a href="https://lanocheamericana.net/mapa-del-sitio">Mapa del sitio</a></li>
				</ul>
			</div><!-- .site-info -->
		</footer><!-- #colophon -->
	</div><!-- #page -->

	<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/lanocheamericana/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="text/javascript">
		/* MonsterInsights Scroll Tracking */
		if ( typeof(jQuery) !== 'undefined' ) {
		jQuery( document ).ready(function(){
		function monsterinsights_scroll_tracking_load() {
		if ( ( typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true ) || ( typeof(__gtagTracker) !== 'undefined' && __gtagTracker ) ) {
		(function(factory) {
		factory(jQuery);
		}(function($) {

		/* Scroll Depth */
		"use strict";
		var defaults = {
		percentage: true
		};

		var $window = $(window),
		cache = [],
		scrollEventBound = false,
		lastPixelDepth = 0;

		/*
		* Plugin
		*/

		$.scrollDepth = function(options) {

		var startTime = +new Date();

		options = $.extend({}, defaults, options);

		/*
		* Functions
		*/

		function sendEvent(action, label, scrollDistance, timing) {
		if ( 'undefined' === typeof MonsterInsightsObject || 'undefined' === typeof MonsterInsightsObject.sendEvent ) {
		return;
		}
			var paramName = action.toLowerCase();
	var fieldsArray = {
	send_to: 'G-DRJ2E2HTP4',
	non_interaction: true
	};
	fieldsArray[paramName] = label;

	if (arguments.length > 3) {
	fieldsArray.scroll_timing = timing
	MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
	} else {
	MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
	}
			}

		function calculateMarks(docHeight) {
		return {
		'25%' : parseInt(docHeight * 0.25, 10),
		'50%' : parseInt(docHeight * 0.50, 10),
		'75%' : parseInt(docHeight * 0.75, 10),
		/* Cushion to trigger 100% event in iOS */
		'100%': docHeight - 5
		};
		}

		function checkMarks(marks, scrollDistance, timing) {
		/* Check each active mark */
		$.each(marks, function(key, val) {
		if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) {
		sendEvent('Percentage', key, scrollDistance, timing);
		cache.push(key);
		}
		});
		}

		function rounded(scrollDistance) {
		/* Returns String */
		return (Math.floor(scrollDistance/250) * 250).toString();
		}

		function init() {
		bindScrollDepth();
		}

		/*
		* Public Methods
		*/

		/* Reset Scroll Depth with the originally initialized options */
		$.scrollDepth.reset = function() {
		cache = [];
		lastPixelDepth = 0;
		$window.off('scroll.scrollDepth');
		bindScrollDepth();
		};

		/* Add DOM elements to be tracked */
		$.scrollDepth.addElements = function(elems) {

		if (typeof elems == "undefined" || !$.isArray(elems)) {
		return;
		}

		$.merge(options.elements, elems);

		/* If scroll event has been unbound from window, rebind */
		if (!scrollEventBound) {
		bindScrollDepth();
		}

		};

		/* Remove DOM elements currently tracked */
		$.scrollDepth.removeElements = function(elems) {

		if (typeof elems == "undefined" || !$.isArray(elems)) {
		return;
		}

		$.each(elems, function(index, elem) {

		var inElementsArray = $.inArray(elem, options.elements);
		var inCacheArray = $.inArray(elem, cache);

		if (inElementsArray != -1) {
		options.elements.splice(inElementsArray, 1);
		}

		if (inCacheArray != -1) {
		cache.splice(inCacheArray, 1);
		}

		});

		};

		/*
		* Throttle function borrowed from:
		* Underscore.js 1.5.2
		* http://underscorejs.org
		* (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
		* Underscore may be freely distributed under the MIT license.
		*/

		function throttle(func, wait) {
		var context, args, result;
		var timeout = null;
		var previous = 0;
		var later = function() {
		previous = new Date;
		timeout = null;
		result = func.apply(context, args);
		};
		return function() {
		var now = new Date;
		if (!previous) previous = now;
		var remaining = wait - (now - previous);
		context = this;
		args = arguments;
		if (remaining <= 0) {
		clearTimeout(timeout);
		timeout = null;
		previous = now;
		result = func.apply(context, args);
		} else if (!timeout) {
		timeout = setTimeout(later, remaining);
		}
		return result;
		};
		}

		/*
		* Scroll Event
		*/

		function bindScrollDepth() {

		scrollEventBound = true;

		$window.on('scroll.scrollDepth', throttle(function() {
		/*
		* We calculate document and window height on each scroll event to
		* account for dynamic DOM changes.
		*/

		var docHeight = $(document).height(),
		winHeight = window.innerHeight ? window.innerHeight : $window.height(),
		scrollDistance = $window.scrollTop() + winHeight,

		/* Recalculate percentage marks */
		marks = calculateMarks(docHeight),

		/* Timing */
		timing = +new Date - startTime;

		checkMarks(marks, scrollDistance, timing);
		}, 500));

		}

		init();
		};

		/* UMD export */
		return $.scrollDepth;

		}));

		jQuery.scrollDepth();
		} else {
		setTimeout(monsterinsights_scroll_tracking_load, 200);
		}
		}
		monsterinsights_scroll_tracking_load();
		});
		}
		/* End MonsterInsights Scroll Tracking */
		
</script><script type="text/javascript" src="https://lanocheamericana.net/wp-content/plugins/responsive-lightbox/assets/dompurify/purify.min.js?ver=3.3.1" id="dompurify-js"></script>
<script type="text/javascript" id="responsive-lightbox-sanitizer-js-before">
/* <![CDATA[ */
window.RLG = window.RLG || {}; window.RLG.sanitizeAllowedHosts = ["youtube.com","www.youtube.com","youtu.be","vimeo.com","player.vimeo.com"];
//# sourceURL=responsive-lightbox-sanitizer-js-before
/* ]]> */
</script>
<script type="text/javascript" src="https://lanocheamericana.net/wp-content/plugins/responsive-lightbox/js/sanitizer.js?ver=2.7.6" id="responsive-lightbox-sanitizer-js"></script>
<script type="text/javascript" src="https://lanocheamericana.net/wp-content/plugins/responsive-lightbox/assets/swipebox/jquery.swipebox.min.js?ver=1.5.2" id="responsive-lightbox-swipebox-js"></script>
<script type="text/javascript" src="https://lanocheamericana.net/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script>
<script type="text/javascript" src="https://lanocheamericana.net/wp-content/plugins/responsive-lightbox/assets/infinitescroll/infinite-scroll.pkgd.min.js?ver=4.0.1" id="responsive-lightbox-infinite-scroll-js"></script>
<script type="text/javascript" id="responsive-lightbox-js-before">
/* <![CDATA[ */
var rlArgs = {"script":"swipebox","selector":"lightbox","customEvents":"","activeGalleries":true,"animation":true,"hideCloseButtonOnMobile":false,"removeBarsOnMobile":false,"hideBars":true,"hideBarsDelay":5000,"videoMaxWidth":1080,"useSVG":true,"loopAtEnd":false,"woocommerce_gallery":false,"ajaxurl":"https:\/\/lanocheamericana.net\/wp-admin\/admin-ajax.php","nonce":"9bdd3047f5","preview":false,"postId":39982,"scriptExtension":false};

//# sourceURL=responsive-lightbox-js-before
/* ]]> */
</script>
<script type="text/javascript" src="https://lanocheamericana.net/wp-content/plugins/responsive-lightbox/js/front.js?ver=2.7.6" id="responsive-lightbox-js"></script>
<script type="text/javascript" src="https://lanocheamericana.net/wp-content/themes/lanocheamericana/js/functions.js?ver=2014-07-18" id="twentythirteen-script-js"></script>
<script type="text/javascript" src="https://lanocheamericana.net/wp-content/plugins/wp-smush-pro/app/assets/js/smush-lazy-load.min.js?ver=3.16.10" id="smush-lazy-load-js"></script>
<script type="text/javascript" id="jetpack-stats-js-before">
/* <![CDATA[ */
_stq = window._stq || [];
_stq.push([ "view", {"v":"ext","blog":"228784016","post":"0","tz":"1","srv":"lanocheamericana.net","arch_author":"rafagarciadelamata","arch_results":"10","j":"1:15.8"} ]);
_stq.push([ "clickTrackerInit", "228784016", "0" ]);
//# sourceURL=jetpack-stats-js-before
/* ]]> */
</script>
<script type="text/javascript" src="https://stats.wp.com/e-202620.js" id="jetpack-stats-js" defer="defer" data-wp-strategy="defer"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://lanocheamericana.net/wp-includes/js/wp-emoji-release.min.js?ver=c2d4b1ee10e0d0d01c059868430dbdff"}}
</script>
<script type="module">
/* <![CDATA[ */
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://lanocheamericana.net/wp-includes/js/wp-emoji-loader.min.js
/* ]]> */
</script>
</body>
</html>