<!DOCTYPE html>
<html lang="es">
<head>

    <title>Andres Fornells</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <link rel="preload" as="style" href="https://andresfornells.com/assets/built/screen.css?v=7cde3b85c6">
    <link rel="preload" as="script" href="https://andresfornells.com/assets/built/source.js?v=7cde3b85c6">
    
    <link rel="preload" as="font" type="font/woff2" href="https://andresfornells.com/assets/fonts/inter-roman.woff2?v=7cde3b85c6" crossorigin="anonymous">
<style>
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 100 900;
        font-display: optional;
        src: url(https://andresfornells.com/assets/fonts/inter-roman.woff2?v=7cde3b85c6) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
</style>

    <link rel="stylesheet" type="text/css" href="https://andresfornells.com/assets/built/screen.css?v=7cde3b85c6">

    <style>
        :root {
            --background-color: #ffffff
        }
    </style>

    <script>
        /* The script for calculating the color contrast has been taken from
        https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
        var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
        accentColor = accentColor.trim().slice(1);

        if (accentColor.length === 3) {
            accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
        }

        var r = parseInt(accentColor.substr(0, 2), 16);
        var g = parseInt(accentColor.substr(2, 2), 16);
        var b = parseInt(accentColor.substr(4, 2), 16);
        var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        var textColor = (yiq >= 128) ? 'dark' : 'light';

        document.documentElement.className = `has-${textColor}-text`;
    </script>

    <meta name="description" content="Blog personal del escritor español">
    <link rel="icon" href="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w256h256/format/png/2023/02/andresfornels-logo.svg" type="image/png">
    <link rel="canonical" href="https://andresfornells.com/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    <link rel="next" href="https://andresfornells.com/page/2/">
    
    <meta property="og:site_name" content="Andres Fornells">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Andres Fornells">
    <meta property="og:description" content="Blog personal del escritor español">
    <meta property="og:url" content="https://andresfornells.com/">
    <meta property="og:image" content="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/2023/02/jess-bailey-q10VITrVYUM-unsplash.jpg">
    <meta property="article:publisher" content="https://www.facebook.com/AndresFornellsAutor">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Andres Fornells">
    <meta name="twitter:description" content="Blog personal del escritor español">
    <meta name="twitter:url" content="https://andresfornells.com/">
    <meta name="twitter:image" content="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/2023/02/jess-bailey-q10VITrVYUM-unsplash.jpg">
    <meta name="twitter:site" content="@AndresFornells">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="900">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Andres Fornells",
        "url": "https://andresfornells.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w256h256/format/png/2023/02/andresfornels-logo.svg",
            "width": 60,
            "height": 60
        }
    },
    "url": "https://andresfornells.com/",
    "name": "Andres Fornells",
    "image": {
        "@type": "ImageObject",
        "url": "https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/2023/02/jess-bailey-q10VITrVYUM-unsplash.jpg",
        "width": 1200,
        "height": 900
    },
    "mainEntityOfPage": "https://andresfornells.com/",
    "description": "Blog personal del escritor español"
}
    </script>

    <meta name="generator" content="Ghost 6.44">
    <link rel="alternate" type="application/rss+xml" title="Andres Fornells" href="https://andresfornells.com/rss/">
    
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="f3540c4d31a3cd4e91084e7834" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://andres-fornells.ghost.io/" data-locale="es" crossorigin="anonymous"></script>
    <script defer src="https://cdn.jsdelivr.net/ghost/announcement-bar@~1.1/umd/announcement-bar.min.js" data-announcement-bar="https://andresfornells.com/" data-api-url="https://andresfornells.com/members/api/announcement/" crossorigin="anonymous"></script>
    <link href="https://andresfornells.com/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=7cde3b85c6"></script><style>:root {--ghost-accent-color: #020f1f;}</style>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=7cde3b85c6">
    <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9Z7M8NPYHH"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-9Z7M8NPYHH');
</script>
    <link rel="preconnect" href="https://fonts.bunny.net"><link rel="stylesheet" href="https://fonts.bunny.net/css?family=noto-serif:400,700"><style>:root {--gh-font-body: Noto Serif;}</style>

</head>
<body class="home-template gh-font-body-noto-serif has-sans-title has-sans-body">

<div class="gh-viewport">
    
    <header id="gh-navigation" class="gh-navigation is-left-logo gh-outer">
    <div class="gh-navigation-inner gh-inner">

        <div class="gh-navigation-brand">
            <a class="gh-navigation-logo is-title" href="https://andresfornells.com">
                    Andres Fornells
            </a>
            <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>            <button class="gh-burger gh-icon-button" aria-label="Menu">
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128ZM40,72H216a8,8,0,0,0,0-16H40a8,8,0,0,0,0,16ZM216,184H40a8,8,0,0,0,0,16H216a8,8,0,0,0,0-16Z"></path></svg>                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"></path></svg>            </button>
        </div>

        <nav class="gh-navigation-menu">
            <ul class="nav">
    <li class="nav-mis-libros"><a href="https://andresfornells.com/libros/">Mis Libros</a></li>
    <li class="nav-amanecer-en-el-paraiso-de-shaikra"><a href="https://andresfornells.com/amanecer-en-el-paraiso-de-shaikra/">Amanecer en el Paraíso de Shaikra</a></li>
    <li class="nav-sobre-andres-fornells"><a href="https://andresfornells.com/about/">Sobre Andrés Fornells</a></li>
</ul>

        </nav>

        <div class="gh-navigation-actions">
                    <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>        </div>

    </div>
</header>

    

        <section class="gh-header is-highlight has-image gh-outer">


    <div class="gh-header-inner gh-inner">

            <div class="gh-header-left">
                    <article class="gh-card post tag-hash-import-2024-01-08-15-47">
    <a class="gh-card-link" href="/formula-magica-para-enamorar-a-una-mujer-microrrelato/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2026/06/image-3.jpg 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2026/06/image-3.jpg 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2026/06/image-3.jpg 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2026/06/image-3.jpg 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2026/06/image-3.jpg 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2026/06/image-3.jpg 2000w"
                    sizes="(max-width: 767px) calc(100vw - max(8vmin, 40px)), 640px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2026/06/image-3.jpg"
                    alt="FÓRMULA MÁGICA PARA ENAMORAR A UNA MUJER (MICRORRELATO)"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">FÓRMULA MÁGICA PARA ENAMORAR A UNA MUJER (MICRORRELATO)</h3>
                    <p class="gh-card-excerpt is-body">Si quieres enamorar a una mujer que te gusta muchísimo, planta en un sitio donde puedas mirarlo varias veces al día, un rosal al que debes poner el nombre de esa mujer. Pronuncia ese nombre cada pocos minutos a lo largo del día.

Si pasado un mes, ella, la mujer</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-06-09">09 jun. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
            </div>
            <div class="gh-header-middle">
                    <article class="gh-card post tag-microrrelato tag-microrrelatos tag-hash-wordpress tag-hash-import-2023-02-08-20-34 tag-hash-import-2024-01-08-15-47">
    <a class="gh-card-link" href="/la-vida-en-broma-microrrelato/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2026/06/image--5--1.jpg 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2026/06/image--5--1.jpg 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2026/06/image--5--1.jpg 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2026/06/image--5--1.jpg 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2026/06/image--5--1.jpg 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2026/06/image--5--1.jpg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2026/06/image--5--1.jpg"
                    alt="LA VIDA EN BROMA  (MICRORRELATO)"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Microrrelato</p>
            <h3 class="gh-card-title is-title">LA VIDA EN BROMA  (MICRORRELATO)</h3>
                    <p class="gh-card-excerpt is-body">Adiós Lucrecia, que te vaya bien. Te fuiste dejándome el corazón roto, un trapo de cocina, una novela y una gata. El trapo de cocina lo tiré a la basura
porque estaba muy sucio y roto. La novela la había leído ya (malísima) y la empleé para encender la chimenea</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-06-09">09 jun. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    <article class="gh-card post tag-microrrelato tag-microrrelatos tag-hash-wordpress tag-hash-import-2023-02-08-20-34 tag-hash-import-2024-01-08-15-47">
    <a class="gh-card-link" href="/la-vida-es-como-los-violines-microrrelato/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2026/06/image-1.jpg 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2026/06/image-1.jpg 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2026/06/image-1.jpg 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2026/06/image-1.jpg 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2026/06/image-1.jpg 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2026/06/image-1.jpg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2026/06/image-1.jpg"
                    alt="LA VIDA ES COMO LOS VIOLINES (MICRORRELATO)"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Microrrelato</p>
            <h3 class="gh-card-title is-title">LA VIDA ES COMO LOS VIOLINES (MICRORRELATO)</h3>
                    <p class="gh-card-excerpt is-body">En cierta ocasión, siendo yo por aquel entonces un muchacho afectado gravemente de una insaciable curiosidad, le pregunté a un músico ambulante que iba desaliñado, pobremente vestido y tenía cara de pasar hambre, si se sentía desdichado con la azarosa existencia que llevaba tocando el violín en la calle por</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-06-08">08 jun. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    <article class="gh-card post tag-microrrelato tag-microrrelatos tag-hash-wordpress tag-hash-import-2023-02-08-20-34 tag-hash-import-2024-01-08-15-47">
    <a class="gh-card-link" href="/el-problema-del-bello-apolo-microrrelato/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2024/09/_APOLO-ede19993-4286-4eb6-b305-5cd0ebd43917.jpg 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2024/09/_APOLO-ede19993-4286-4eb6-b305-5cd0ebd43917.jpg 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2024/09/_APOLO-ede19993-4286-4eb6-b305-5cd0ebd43917.jpg 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2024/09/_APOLO-ede19993-4286-4eb6-b305-5cd0ebd43917.jpg 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2024/09/_APOLO-ede19993-4286-4eb6-b305-5cd0ebd43917.jpg 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2024/09/_APOLO-ede19993-4286-4eb6-b305-5cd0ebd43917.jpg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2024/09/_APOLO-ede19993-4286-4eb6-b305-5cd0ebd43917.jpg"
                    alt="EL PROBLEMA DEL BELLO APOLO (MICRORRELATO)"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Microrrelato</p>
            <h3 class="gh-card-title is-title">EL PROBLEMA DEL BELLO APOLO (MICRORRELATO)</h3>
                    <p class="gh-card-excerpt is-body">La belleza física tiene muchas ventajas especialmente a la hora de despertar amor; pero también cuenta con algunas desventajas. Por lo menos así lo entendía Apolo que, por su extraordinaria hermosura varonil atraía a todas las mujeres que lo veían y, a él, se le planteaba un importante dilema: ¿Solo</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-06-07">07 jun. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
            </div>
            <div class="gh-header-right">
                            <section class="gh-featured gh-outer">
            <div class="gh-featured-inner gh-inner">
                <h2 class="gh-featured-title">Featured</h2>
                <div class="gh-featured-feed">
                        <article class="gh-card post featured">
    <a class="gh-card-link" href="/lo-que-el-hombre-hace-con-lo-que-no-necesita-mas-microrrelato/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2026/02/_daa18689-61b6-4d3d-9f8b-6790116dbcdd111111111111.jpg 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2026/02/_daa18689-61b6-4d3d-9f8b-6790116dbcdd111111111111.jpg 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2026/02/_daa18689-61b6-4d3d-9f8b-6790116dbcdd111111111111.jpg 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2026/02/_daa18689-61b6-4d3d-9f8b-6790116dbcdd111111111111.jpg 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2026/02/_daa18689-61b6-4d3d-9f8b-6790116dbcdd111111111111.jpg 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2026/02/_daa18689-61b6-4d3d-9f8b-6790116dbcdd111111111111.jpg 2000w"
                    sizes="80px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2026/02/_daa18689-61b6-4d3d-9f8b-6790116dbcdd111111111111.jpg"
                    alt="LO QUE EL HOMBRE HACE CON LO QUE NO NECESITA MÁS (MICRORRELATO)"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">LO QUE EL HOMBRE HACE CON LO QUE NO NECESITA MÁS (MICRORRELATO)</h3>
                    <p class="gh-card-excerpt is-body">(Copyright Andrés Fornells)

Casimiro Huevoduro era un campesino dueño de un terrenito del que iba sacando para malvivir él y su burro. A su burro lo tenía trabajando de sol a sol, mal alimentado, sin agradéceselo y propinándole alguna que otra patada y chorro de insultos cuando el animal no</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-02-06">06 feb. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post featured">
    <a class="gh-card-link" href="/3-5-advertencias-finales-de-amadeo/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2025/07/maleta_00021_-1.png 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2025/07/maleta_00021_-1.png 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2025/07/maleta_00021_-1.png 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2025/07/maleta_00021_-1.png 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2025/07/maleta_00021_-1.png 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2025/07/maleta_00021_-1.png 2000w"
                    sizes="80px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2025/07/maleta_00021_-1.png"
                    alt="3.5 Advertencias finales de Amadeo"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">3.5 Advertencias finales de Amadeo</h3>
                    <p class="gh-card-excerpt is-body">0:00

/0:05


1×

















Mientras caminábamos hacia el lugar donde Amadeo había estacionado su Cadillac, noté que varios vecinos nos observaban con curiosidad.

Todo lo que me estaba sucediendo desde mi llegada a aquel país me preocupaba y desasosegaba, temeroso de haber cometido un gran error viniendo.

—Amadeo, me</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-07-06">06 jul. 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post featured">
    <a class="gh-card-link" href="/3-4-el-coronel/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2025/07/el-coronel2-1.png 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2025/07/el-coronel2-1.png 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2025/07/el-coronel2-1.png 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2025/07/el-coronel2-1.png 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2025/07/el-coronel2-1.png 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2025/07/el-coronel2-1.png 2000w"
                    sizes="80px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2025/07/el-coronel2-1.png"
                    alt="3.4 El Coronel"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">3.4 El Coronel</h3>
                    <p class="gh-card-excerpt is-body">0:00

/0:05


1×

















La persona que mi jefe había llamado el Coronel vivía en una calle paralela. Lo encontramos sentado en una silla a un lado de la puerta de una casa, en cuya entrada una cortina de canutillos evitaba el paso a los insectos.

El Coronel aparentaba</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-07-02">02 jul. 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post featured">
    <a class="gh-card-link" href="/3-3-mi-nueva-vivienda/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2025/06/casa-barrio-1.png 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2025/06/casa-barrio-1.png 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2025/06/casa-barrio-1.png 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2025/06/casa-barrio-1.png 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2025/06/casa-barrio-1.png 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2025/06/casa-barrio-1.png 2000w"
                    sizes="80px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2025/06/casa-barrio-1.png"
                    alt="3.3 Mi nueva vivienda"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">3.3 Mi nueva vivienda</h3>
                    <p class="gh-card-excerpt is-body">0:00

/0:05


1×

















Finalmente, Amadeo me llevó a uno de los barrios más marginales de La Habana. Algunas aceras mostraban signos de deterioro, con basura y escombros, una imagen del estado del país, descorazonadora y deprimente. Algunos de los vehículos aparcados en aquella zona parecían reliquias de otra</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-06-28">28 jun. 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post featured">
    <a class="gh-card-link" href="/3-2-llegada-a-la-habana/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2025/06/cadillac-promocion_02-1.png 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2025/06/cadillac-promocion_02-1.png 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2025/06/cadillac-promocion_02-1.png 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2025/06/cadillac-promocion_02-1.png 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2025/06/cadillac-promocion_02-1.png 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2025/06/cadillac-promocion_02-1.png 2000w"
                    sizes="80px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2025/06/cadillac-promocion_02-1.png"
                    alt="3.2 Llegada a La Habana"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">3.2 Llegada a La Habana</h3>
                    <p class="gh-card-excerpt is-body">Fuera del aeropuerto, el calor nos golpeó como una ola pegajosa. Avanzamos hacia el aparcamiento, sorteando a la gente. Muchos de los nativos se diferenciaban de los turistas por la baja calidad de las ropas que llevaban y la mayor o menor lozanía de sus rostros. Era evidente, como me</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-06-26">26 jun. 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                        <article class="gh-card post featured">
    <a class="gh-card-link" href="/3-1-el-viaje-en-avion-a-cuba/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2025/06/en-el-avion-1-1.png 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2025/06/en-el-avion-1-1.png 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2025/06/en-el-avion-1-1.png 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2025/06/en-el-avion-1-1.png 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2025/06/en-el-avion-1-1.png 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2025/06/en-el-avion-1-1.png 2000w"
                    sizes="80px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2025/06/en-el-avion-1-1.png"
                    alt="3.1 El viaje en avión a Cuba"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">3.1 El viaje en avión a Cuba</h3>
                    <p class="gh-card-excerpt is-body">0:00

/0:05


1×

















En la fecha y hora acordadas, Amadeo y yo nos reunimos en el aeropuerto. Nos saludamos risueños, afables. Él vestía un traje marrón claro, menos arrugado, más limpio y de mejor calidad que el que llevaba la noche que nos conocimos en Le Vieux Bohème.</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2025-06-24">24 jun. 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                </div>
            </div>
        </section>
            </div>




    </div>

</section>




<section class="gh-container is-grid has-sidebar gh-outer">
    <div class="gh-container-inner gh-inner">
        
            <h2 class="gh-container-title">
                Latest
            </h2>

        <main class="gh-main">
            <div class="gh-feed">

                                        <article class="gh-card post">
    <a class="gh-card-link" href="/era-un-hombre-que-le-gustaban-muchisimo-las-mujeres-microrrelato-2/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2026/06/image--5-.jpg 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2026/06/image--5-.jpg 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2026/06/image--5-.jpg 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2026/06/image--5-.jpg 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2026/06/image--5-.jpg 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2026/06/image--5-.jpg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2026/06/image--5-.jpg"
                    alt="ERA UN HOMBRE QUE LE GUSTABAN MUCHÍSIMO LAS MUJERES (MICRORRELATO)"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">ERA UN HOMBRE QUE LE GUSTABAN MUCHÍSIMO LAS MUJERES (MICRORRELATO)</h3>
                    <p class="gh-card-excerpt is-body">Se llamaba Primitivo Rodríguez. Era bajito, escuchimizado, medio calvo y trabajaba de contable. Tenía 53 años y no se había casado porque su falta de atractivo personal había espantado a todas las mujeres a las que él se había acercado. Esta realidad la llevaba muy mal porque idolatraba a las</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-06-06">06 jun. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/exposicion-catastrofista-microrrelato/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2026/06/TIERRA-0.jpg 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2026/06/TIERRA-0.jpg 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2026/06/TIERRA-0.jpg 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2026/06/TIERRA-0.jpg 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2026/06/TIERRA-0.jpg 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2026/06/TIERRA-0.jpg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2026/06/TIERRA-0.jpg"
                    alt="EXPOSICIÓN CATASTROFISTA  (MICRORRELATO)"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">EXPOSICIÓN CATASTROFISTA  (MICRORRELATO)</h3>
                    <p class="gh-card-excerpt is-body">Era uno de los planetas más hermosos que existían en el universo. Su creador se había esmerado tanto, al crearlo, que le había quedado perfecto, inmejorable, insuperable.
Los humanos solemos decir que un mal día lo tiene cualquiera. El extraordinario creador del planeta Tierra tuvo ese mal día cuando se</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-06-06">06 jun. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/no-salgas-de-casa-microrrelato/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2026/06/image.jpg 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2026/06/image.jpg 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2026/06/image.jpg 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2026/06/image.jpg 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2026/06/image.jpg 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2026/06/image.jpg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2026/06/image.jpg"
                    alt="¡NO SALGAS DE CASA! (MICRORRELATO)"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">¡NO SALGAS DE CASA! (MICRORRELATO)</h3>
                    <p class="gh-card-excerpt is-body">La primera vez que Sebas Gomes escuchó le decía esto una voz salida de la nada, no hizo caso alguno y, nada más cruzar la calle lo atropelló un coche y le rompió una pierna.

¡No vayas a trabajar hoy!

Tampoco esta segunda vez hizo Sebas caso a esa voz.</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-06-05">05 jun. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/ella-le-entrego-su-diario-intimo-microrrelato/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2024/03/_2c930cad-57d9-4e00-af7b-d92667144d1f.jpg 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2024/03/_2c930cad-57d9-4e00-af7b-d92667144d1f.jpg 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2024/03/_2c930cad-57d9-4e00-af7b-d92667144d1f.jpg 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2024/03/_2c930cad-57d9-4e00-af7b-d92667144d1f.jpg 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2024/03/_2c930cad-57d9-4e00-af7b-d92667144d1f.jpg 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2024/03/_2c930cad-57d9-4e00-af7b-d92667144d1f.jpg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2024/03/_2c930cad-57d9-4e00-af7b-d92667144d1f.jpg"
                    alt="ELLA LE ENTREGÓ SU DIARIO ÍNTIMO (MICRORRELATO)"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">ELLA LE ENTREGÓ SU DIARIO ÍNTIMO (MICRORRELATO)</h3>
                    <p class="gh-card-excerpt is-body">Mi tío Carmelo, hermano mayor de mi difunto padre era un abogado brillante. Nosotros le tratábamos poco porque él pertenecía a una clase social muy superior. Se codeaba con las personas más ricas e influyentes de nuestra ciudad. Poseía un magnífico chalé y un afamado despacho en la parte más</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-06-04">04 jun. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/la-admirable-fidelidad-de-una-viuda-microrrelato/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2026/06/Sin-t--tulo.png-bun--si.png 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2026/06/Sin-t--tulo.png-bun--si.png 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2026/06/Sin-t--tulo.png-bun--si.png 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2026/06/Sin-t--tulo.png-bun--si.png 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2026/06/Sin-t--tulo.png-bun--si.png 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2026/06/Sin-t--tulo.png-bun--si.png 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2026/06/Sin-t--tulo.png-bun--si.png"
                    alt="LA ADMIRABLE FIDELIDAD DE UNA VIUDA (MICRORRELATO)"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">LA ADMIRABLE FIDELIDAD DE UNA VIUDA (MICRORRELATO)</h3>
                    <p class="gh-card-excerpt is-body">Muchos años atrás, en tal día como hoy, acompañé a una joven viuda al cementerio para que ella depositara un ramo de orquídeas en la tumba de su difunto marido. Ella y yo trabajábamos en la dirección del mismo hotel y nos tratábamos más como amigos que como compañeros de</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-06-02">02 jun. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/esos-amores-que-matan-relato/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2026/06/image--6-.jpg 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2026/06/image--6-.jpg 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2026/06/image--6-.jpg 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2026/06/image--6-.jpg 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2026/06/image--6-.jpg 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2026/06/image--6-.jpg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2026/06/image--6-.jpg"
                    alt="ESOS AMORES QUE MATAN (RELATO)"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">ESOS AMORES QUE MATAN (RELATO)</h3>
                    <p class="gh-card-excerpt is-body">Junto a la puerta de entrada al avión, dos risueñas azafatas iban saludando a los pasajeros que entraban en el aparato, mientras una compañera suya ayudaba a los despistados y torpes a encontrar los asientos que les correspondían. Y los portaequipajes se iban llenando de bolsas, maletines y alguna que</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-06-01">01 jun. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/ella-cogio-un-mal-autobus-microrrelato/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2026/05/34859963-pattaya-tailandia-13-de-diciembre-turistas-no-identificado-caminar-por-la-calle-peatonal-de-pattaya.jpg 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2026/05/34859963-pattaya-tailandia-13-de-diciembre-turistas-no-identificado-caminar-por-la-calle-peatonal-de-pattaya.jpg 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2026/05/34859963-pattaya-tailandia-13-de-diciembre-turistas-no-identificado-caminar-por-la-calle-peatonal-de-pattaya.jpg 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2026/05/34859963-pattaya-tailandia-13-de-diciembre-turistas-no-identificado-caminar-por-la-calle-peatonal-de-pattaya.jpg 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2026/05/34859963-pattaya-tailandia-13-de-diciembre-turistas-no-identificado-caminar-por-la-calle-peatonal-de-pattaya.jpg 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2026/05/34859963-pattaya-tailandia-13-de-diciembre-turistas-no-identificado-caminar-por-la-calle-peatonal-de-pattaya.jpg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2026/05/34859963-pattaya-tailandia-13-de-diciembre-turistas-no-identificado-caminar-por-la-calle-peatonal-de-pattaya.jpg"
                    alt="ELLA COGIÓ UN MAL AUTOBÚS (MICRORRELATO)"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">ELLA COGIÓ UN MAL AUTOBÚS (MICRORRELATO)</h3>
                    <p class="gh-card-excerpt is-body">Aunque los humanos aspiramos, apasionadamente, a que todas las etapas de nuestra vida sean tan esplendorosas como las deseamos, solo unos pocos afortunados ven colmados estos deseos.

De todas estas etapas, es en la etapa de la adolescencia cuando mayor empeño se pone en que lo imposible se convierta en</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-05-31">31 may. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/estas-sola-esta-noche-libro-mio-4/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2026/05/A-SOLA-2-.png 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2026/05/A-SOLA-2-.png 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2026/05/A-SOLA-2-.png 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2026/05/A-SOLA-2-.png 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2026/05/A-SOLA-2-.png 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2026/05/A-SOLA-2-.png 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2026/05/A-SOLA-2-.png"
                    alt="¿ESTÁS SOLA ESTA NOCHE? (LIBRO MÍO)"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">¿ESTÁS SOLA ESTA NOCHE? (LIBRO MÍO)</h3>
                    <p class="gh-card-excerpt is-body">¿ESTÁS SOLA ESTA NOCHE?

Cuando las hogueras del deseo, la pasión y el amor se descuidan, éstas se apagan y prende con arrolladora fuerza la hoguera de la infidelidad.

Por haberse equivocado al escoger pareja, Laura y Germán llevaban tanto tiempo siendo desdichados, que tenían perdida toda esperanza de conocer</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-05-30">30 may. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/hoy-es-el-dia-de-la-tierra-relato/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2023/04/TIERRA-00288622.jpg 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2023/04/TIERRA-00288622.jpg 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2023/04/TIERRA-00288622.jpg 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2023/04/TIERRA-00288622.jpg 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2023/04/TIERRA-00288622.jpg 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2023/04/TIERRA-00288622.jpg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2023/04/TIERRA-00288622.jpg"
                    alt="HOY ES EL DÍA DE LA TIERRA (RELATO)"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">HOY ES EL DÍA DE LA TIERRA (RELATO)</h3>
                    <p class="gh-card-excerpt is-body">A la Tierra, los desagradecidos terrícolas
la consideraban algo a lo que no merecí mucho la pena darle importancia ninguna. La tierra estaba por todas partes y cuya única utilidad, para ellos, era que multiplicaba las semillas que le sembraban. Los terrícolas creían que la Tierra ni sentía ni padecía</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-05-29">29 may. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/falsa-victoria/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2025/01/2033-ONE-STRETCHER-BEARER-GIVES-WATTER-FROM-A-unknown-1809600004-3.png 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2025/01/2033-ONE-STRETCHER-BEARER-GIVES-WATTER-FROM-A-unknown-1809600004-3.png 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2025/01/2033-ONE-STRETCHER-BEARER-GIVES-WATTER-FROM-A-unknown-1809600004-3.png 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2025/01/2033-ONE-STRETCHER-BEARER-GIVES-WATTER-FROM-A-unknown-1809600004-3.png 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2025/01/2033-ONE-STRETCHER-BEARER-GIVES-WATTER-FROM-A-unknown-1809600004-3.png 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2025/01/2033-ONE-STRETCHER-BEARER-GIVES-WATTER-FROM-A-unknown-1809600004-3.png 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2025/01/2033-ONE-STRETCHER-BEARER-GIVES-WATTER-FROM-A-unknown-1809600004-3.png"
                    alt="FALSA VICTORIA PARA UN MORIBUNDO (RELATO)"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">FALSA VICTORIA PARA UN MORIBUNDO (RELATO)</h3>
                    <p class="gh-card-excerpt is-body">Los dos camilleros aguardaban protegidos detrás de una de las trincheras abandonadas por los soldados. Hasta ellos llegaba el ensordecedor retumbo de la artillería. El suelo temblaba bajo sus pies. A corta distancia de ellos las explosiones de las bombas levantaban grandes nubes de tierra y polvo. El olor a</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-05-28">28 may. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/los-libros-y-las-mujeres-son-apasionantes-microrrelato-2/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2026/05/image-5.jpg 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2026/05/image-5.jpg 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2026/05/image-5.jpg 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2026/05/image-5.jpg 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2026/05/image-5.jpg 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2026/05/image-5.jpg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2026/05/image-5.jpg"
                    alt="LOS LIBROS Y LAS MUJERES SON APASIONANTES (MICRORRELATO)"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">LOS LIBROS Y LAS MUJERES SON APASIONANTES (MICRORRELATO)</h3>
                    <p class="gh-card-excerpt is-body">Fue de muy niño que a Rodolfo se le despertó una extraordinaria pasión por los libros nuevos. Lo fascinaban sus portadas, sus olores y muy especialmente su contenido. Y empleó muchas, muchas horas disfrutándolos. Veía uno con una portada subyugadora y el deseo de poseerlo se le hacía insoportable, exasperante,</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-05-27">27 may. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/el-nino-y-el-coco-microrrelato/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w160/format/webp/2026/05/image-4.jpg 160w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w320/format/webp/2026/05/image-4.jpg 320w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/format/webp/2026/05/image-4.jpg 600w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w960/format/webp/2026/05/image-4.jpg 960w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w1200/format/webp/2026/05/image-4.jpg 1200w,
                            https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w2000/format/webp/2026/05/image-4.jpg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/size/w600/2026/05/image-4.jpg"
                    alt="EL NIÑO Y EL COCO (MICRORRELATO)"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">EL NIÑO Y EL COCO (MICRORRELATO)</h3>
                    <p class="gh-card-excerpt is-body">Al niño Agustinito lo dominaban sus estrictos padres metiéndole miedo:

      —Como no te comas esto que tienes en el plato vendrá el Coco y te llevará con él a su cueva oscura. Como no te portes bien, el Coco te hará crecer orejas de burro. Si no estudias, el Coco</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-05-26">26 may. 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>



            </div>

                <div class="gh-more is-title">
                    <a href="https://andresfornells.com/page/2/">See all <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></a>
                </div>
        </main>

            <aside class="gh-sidebar">
                <div class="gh-sidebar-inner">
                    <section class="gh-about">
                            <img class="gh-about-icon" src="https://storage.ghost.io/c/53/a6/53a63504-ca7c-49fd-8c67-bcbfdd7e1664/content/images/2023/02/andresfornels-logo.svg" alt="Andres Fornells" loading="lazy">
                        <h3 class="gh-about-title is-title">Andres Fornells</h3>
                            <p class="gh-about-description is-body">Blog personal del escritor español</p>
                    </section>
                </div>
            </aside>

    </div>
</section>

    
    <footer class="gh-footer gh-outer">
    <div class="gh-footer-inner gh-inner">


        <div class="gh-social-links">
                <a href="https://x.com/AndresFornells" target="_blank" rel="noopener" aria-label="X">
<svg viewBox="0 0 24 24" fill="currentColor"><g><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>                </a>
                <a href="https://www.facebook.com/AndresFornellsAutor" target="_blank" rel="noopener" aria-label="Facebook">
<svg class="icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M23.9981 11.9991C23.9981 5.37216 18.626 0 11.9991 0C5.37216 0 0 5.37216 0 11.9991C0 17.9882 4.38789 22.9522 10.1242 23.8524V15.4676H7.07758V11.9991H10.1242V9.35553C10.1242 6.34826 11.9156 4.68714 14.6564 4.68714C15.9692 4.68714 17.3424 4.92149 17.3424 4.92149V7.87439H15.8294C14.3388 7.87439 13.8739 8.79933 13.8739 9.74824V11.9991H17.2018L16.6698 15.4676H13.8739V23.8524C19.6103 22.9522 23.9981 17.9882 23.9981 11.9991Z"/></svg>                </a>
        </div>

        <div class="gh-footer-bar">
            <span class="gh-footer-logo is-title">
                    Andres Fornells
            </span>
            <nav class="gh-footer-menu">
                
            </nav>
            <div class="gh-footer-copyright">
                Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
            </div>
        </div>

    </div>
</footer>
    
</div>


<script src="https://andresfornells.com/assets/built/source.js?v=7cde3b85c6"></script>



</body>
</html>
