<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Galería del Confort]]></title><description><![CDATA[Abanicos de Techo y Boiler Sakura en Monterrey]]></description><link>https://gconfort.com/</link><image><url>https://gconfort.com/favicon.png</url><title>Galería del Confort</title><link>https://gconfort.com/</link></image><generator>Ghost 5.49</generator><lastBuildDate>Sun, 12 Apr 2026 01:55:21 GMT</lastBuildDate><atom:link href="https://gconfort.com/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Apps & integrations]]></title><description><![CDATA[<p>There are three primary ways to work with third-party services in Ghost: using Zapier, editing your theme, or using the Ghost API.</p><h1 id="zapier">Zapier</h1><p>You can connect your Ghost site to over 1,000 external services using the official integration with <a href="https://zapier.com/?ref=gconfort.com">Zapier</a>.</p><p>Zapier sets up automations with Triggers and Actions, which</p>]]></description><link>https://gconfort.com/apps-integrations/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0dc4</guid><category><![CDATA[Getting Started]]></category><dc:creator><![CDATA[Juan Manuel Hernandez Flores]]></dc:creator><pubDate>Tue, 17 Aug 2021 03:16:42 GMT</pubDate><media:content url="https://static.ghost.org/v2.0.0/images/app-integrations.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://static.ghost.org/v2.0.0/images/app-integrations.jpg" alt="Apps &amp; integrations"><p>There are three primary ways to work with third-party services in Ghost: using Zapier, editing your theme, or using the Ghost API.</p><h1 id="zapier">Zapier</h1><p>You can connect your Ghost site to over 1,000 external services using the official integration with <a href="https://zapier.com/?ref=gconfort.com">Zapier</a>.</p><p>Zapier sets up automations with Triggers and Actions, which allows you to create and customise a wide range of connected applications.</p><blockquote><strong>Example</strong>: When someone new subscribes to a newsletter on a Ghost site (Trigger) then the contact information is automatically pushed into MailChimp (Action).</blockquote><p><strong>Here are the most popular Ghost&lt;&gt;Zapier automation templates:</strong> </p><!--kg-card-begin: markdown--><script src="https://zapier.com/apps/embed/widget.js?services=Ghost&amp;container=true&amp;limit=8"></script>
<!--kg-card-end: markdown--><h1 id="editing-your-theme">Editing your theme</h1><p>One of the biggest advantages of using Ghost over centralised platforms is that you have total control over the front end of your site. Either customise your existing theme, or create a new theme from scratch with our <a href="https://docs.ghost.org/api/handlebars-themes/?ref=gconfort.com">Theme SDK</a>. </p><p>You can integrate <em>any</em> front end code into a Ghost theme without restriction, and it will work just fine. No restrictions!</p><p><strong>Here are some common examples</strong>:</p><ul><li>Include comments on a Ghost blog with <a href="https://docs.ghost.org/integrations/disqus/?ref=gconfort.com">Disqus</a> or <a href="https://docs.ghost.org/integrations/discourse/?ref=gconfort.com">Discourse</a></li><li>Implement <a href="https://help.ghost.org/article/89-mathjax?ref=gconfort.com">MathJAX</a> with a little bit of JavaScript</li><li>Add syntax highlighting to your code snippets using <a href="https://prismjs.com/?ref=gconfort.com">Prism.js</a></li><li>Integrate any dynamic forms from <a href="https://www.google.com/forms/?ref=gconfort.com">Google</a> or <a href="https://www.typeform.com/?ref=gconfort.com">Typeform</a> to capture data</li><li>Just about anything which uses JavaScript, APIs and Markup.</li></ul><h1 id="using-the-public-api">Using the Public API</h1><p>Ghost itself is driven by a set of core APIs, and so you can access the Public Ghost JSON API from external webpages or applications in order to pull data and display it in other places.</p><blockquote>The Ghost API is <a href="https://docs.ghost.org/api/?ref=gconfort.com">thoroughly documented</a> and straightforward to work with for developers of almost any level. </blockquote><p>Alright, the last post in our welcome-series! If you&apos;re curious about creating your own Ghost theme from scratch, here are <a href="https://gconfort.com/themes/">some more details</a> on how that works.</p>]]></content:encoded></item><item><title><![CDATA[Organising your content]]></title><description><![CDATA[<p>Ghost has a flexible organisational taxonomy called<strong> tags</strong> which can be used to configure your site structure using <strong>dynamic routing</strong>. </p><h1 id="basic-tagging">Basic Tagging</h1><p>You can think of tags like Gmail labels. By tagging posts with one or more keyword, you can organise articles into buckets of related content.</p><p>When you create</p>]]></description><link>https://gconfort.com/organising-content/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0dc5</guid><category><![CDATA[Getting Started]]></category><dc:creator><![CDATA[Juan Manuel Hernandez Flores]]></dc:creator><pubDate>Tue, 17 Aug 2021 03:16:43 GMT</pubDate><media:content url="https://static.ghost.org/v2.0.0/images/organising-your-content.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://static.ghost.org/v2.0.0/images/organising-your-content.jpg" alt="Organising your content"><p>Ghost has a flexible organisational taxonomy called<strong> tags</strong> which can be used to configure your site structure using <strong>dynamic routing</strong>. </p><h1 id="basic-tagging">Basic Tagging</h1><p>You can think of tags like Gmail labels. By tagging posts with one or more keyword, you can organise articles into buckets of related content.</p><p>When you create content for your publication you can assign tags to help differentiate between categories of content. </p><p>For example you may tag some content with &#xA0;News and other content with Podcast, which would create two distinct categories of content listed on <code>/tag/news/</code> and <code>/tag/weather/</code>, respectively.</p><p>If you tag a post with both <code>News</code> <em>and</em> <code>Weather</code> - then it appears in both sections. Tag archives are like dedicated home-pages for each category of content that you have. They have their own pages, their own RSS feeds, and can support their own cover images and meta data.</p><h1 id="the-primary-tag">The primary tag</h1><p>Inside the Ghost editor, you can drag and drop tags into a specific order. The first tag in the list is always given the most importance, and some themes will only display the primary tag (the first tag in the list) by default. </p><blockquote><em><strong>News</strong>, Technology, Startup</em></blockquote><p>So you can add the most important tag which you want to show up in your theme, but also add related tags which are less important.</p><h1 id="private-tags">Private tags</h1><p>Sometimes you may want to assign a post a specific tag, but you don&apos;t necessarily want that tag appearing in the theme or creating an archive page. In Ghost, hashtags are private and can be used for special styling.</p><p>For example, if you sometimes publish posts with video content - you might want your theme to adapt and get rid of the sidebar for these posts, to give more space for an embedded video to fill the screen. In this case, you could use private tags to tell your theme what to do.</p><blockquote><em><strong>News</strong>, #video</em></blockquote><p>Here, the theme would assign the post publicly displayed tags of News - but it would also keep a private record of the post being tagged with #video. In your theme, you could then look for private tags conditionally and give them special formatting. </p><blockquote><em>You can find documentation for theme development techniques like this and many more over on Ghost&apos;s extensive <a href="https://docs.ghost.org/api/handlebars-themes/?ref=gconfort.com">theme documentation</a>.</em></blockquote><h1 id="dynamic-routing">Dynamic Routing</h1><p>Dynamic routing gives you the ultimate freedom to build a custom publication to suit your needs. Routes are rules that map URL patterns to your content and templates. </p><p>For example, you may not want content tagged with <code>News</code> to exist on: <code>example.com/tag/news</code>. Instead, you want it to exist on <code>example.com/news</code> . </p><p>In this case you can use dynamic routes to create customised collections of content on your site. It&apos;s also possible to use multiple templates in your theme to render each content type differently.</p><p>There are lots of use cases for dynamic routing with Ghost, here are a few common examples: </p><ul><li>Setting a custom home page with its own template</li><li>Having separate content hubs for blog and podcast, that render differently, and have custom RSS feeds to support two types of content</li><li>Creating a founders column as a unique view, by filtering content created by specific authors</li><li>Including dates in permalinks for your posts</li><li>Setting posts to have a URL relative to their primary tag like <code>example.com/europe/story-title/</code><br></li></ul><blockquote><em>Dynamic routing can be configured in Ghost using <a href="http://yaml.org/spec/1.2/spec.html?ref=gconfort.com" rel="noreferrer nofollow noopener">YAML</a> files. Read our dynamic routing <a href="https://docs.ghost.org/concepts/routing/?ref=gconfort.com">documentation</a> for further details.</em></blockquote><p>You can further customise your site using <a href="https://gconfort.com/apps-integrations/">Apps &amp; Integrations</a>.</p>]]></content:encoded></item><item><title><![CDATA[Managing admin settings]]></title><description><![CDATA[<p>There are a couple of things to do next while you&apos;re getting set up:</p><h1 id="make-your-site-private">Make your site private</h1><p>If you&apos;ve got a publication that you don&apos;t want the world to see yet because it&apos;s not ready to launch, you can hide your</p>]]></description><link>https://gconfort.com/admin-settings/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0dc6</guid><category><![CDATA[Getting Started]]></category><dc:creator><![CDATA[Juan Manuel Hernandez Flores]]></dc:creator><pubDate>Tue, 17 Aug 2021 03:16:44 GMT</pubDate><media:content url="https://static.ghost.org/v2.0.0/images/admin-settings.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://static.ghost.org/v2.0.0/images/admin-settings.jpg" alt="Managing admin settings"><p>There are a couple of things to do next while you&apos;re getting set up:</p><h1 id="make-your-site-private">Make your site private</h1><p>If you&apos;ve got a publication that you don&apos;t want the world to see yet because it&apos;s not ready to launch, you can hide your Ghost site behind a basic shared pass-phrase.</p><p>You can toggle this preference on at the bottom of Ghost&apos;s <a href="https://gconfort.com/ghost/settings/general/">General Settings</a>:</p><figure class="kg-card kg-image-card"><img src="https://static.ghost.org/v1.0.0/images/private.png" class="kg-image" alt="Managing admin settings" loading="lazy"></figure><p>Ghost will give you a short, randomly generated pass-phrase which you can share with anyone who needs access to the site while you&apos;re working on it. While this setting is enabled, all search engine optimisation features will be switched off to help keep your site under the radar.</p><p>Do remember though, this is <em>not</em> secure authentication. You shouldn&apos;t rely on this feature for protecting important private data. It&apos;s just a simple, shared pass-phrase for some very basic privacy.</p><hr><h1 id="invite-your-team">Invite your team </h1><p>Ghost has a number of different user roles for your team:</p><p><strong>Contributors</strong><br>This is the base user level in Ghost. Contributors can create and edit their own draft posts, but they are unable to edit drafts of others or publish posts. Contributors are <strong>untrusted</strong> users with the most basic access to your publication.</p><p><strong>Authors</strong><br>Authors are the 2nd user level in Ghost. Authors can write, edit &#xA0;and publish their own posts. Authors are <strong>trusted</strong> users. If you don&apos;t trust users to be allowed to publish their own posts, they should be set as Contributors.</p><p><strong>Editors</strong><br>Editors are the 3rd user level in Ghost. Editors can do everything that an Author can do, but they can also edit and publish the posts of others - as well as their own. Editors can also invite new Contributors+Authors to the site.</p><p><strong>Administrators</strong><br>The top user level in Ghost is Administrator. Again, administrators can do everything that Authors and Editors can do, but they can also edit all site settings and data, not just content. Additionally, administrators have full access to invite, manage or remove any other user of the site.<br><br><strong>The Owner</strong><br>There is only ever one owner of a Ghost site. The owner is a special user which has all the same permissions as an Administrator, but with two exceptions: The Owner can never be deleted. And in some circumstances the owner will have access to additional special settings if applicable. For example: billing details, if using <a href="https://ghost.org/pricing/?ref=gconfort.com"><strong>Ghost(Pro)</strong></a>.</p><blockquote><em>It&apos;s a good idea to ask all of your users to fill out their user profiles, including bio and social links. These will populate rich structured data for posts and generally create more opportunities for themes to fully populate their design.</em></blockquote><p>Next up: <a href="https://gconfort.com/organising-content/">Organising your content</a> </p>]]></content:encoded></item><item><title><![CDATA[Publishing options]]></title><description><![CDATA[<p>The Ghost editor has everything you need to fully optimise your content. This is where you can add tags and authors, feature a post, or turn a post into a page. </p><blockquote>Access the post settings menu in the top right hand corner of the editor. </blockquote><h2 id="post-feature-image">Post feature image</h2><p>Insert your</p>]]></description><link>https://gconfort.com/publishing-options/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0dc7</guid><category><![CDATA[Getting Started]]></category><dc:creator><![CDATA[Juan Manuel Hernandez Flores]]></dc:creator><pubDate>Tue, 17 Aug 2021 03:16:45 GMT</pubDate><media:content url="https://static.ghost.org/v2.0.0/images/publishing-options.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://static.ghost.org/v2.0.0/images/publishing-options.jpg" alt="Publishing options"><p>The Ghost editor has everything you need to fully optimise your content. This is where you can add tags and authors, feature a post, or turn a post into a page. </p><blockquote>Access the post settings menu in the top right hand corner of the editor. </blockquote><h2 id="post-feature-image">Post feature image</h2><p>Insert your post feature image from the very top of the post settings menu. Consider resizing or optimising your image first to ensure it&apos;s an appropriate size.</p><h2 id="structured-data-seo">Structured data &amp; SEO</h2><p>Customise your social media sharing cards for Facebook and Twitter, enabling you to add custom images, titles and descriptions for social media.</p><p>There&#x2019;s no need to hard code your meta data. You can set your meta title and description using the post settings tool, which has a handy character guide and SERP preview. </p><p>Ghost will automatically implement structured data for your publication using JSON-LD to further optimise your content.</p><pre><code>{
    &quot;@context&quot;: &quot;https://schema.org&quot;,
    &quot;@type&quot;: &quot;Article&quot;,
    &quot;publisher&quot;: {
        &quot;@type&quot;: &quot;Organization&quot;,
        &quot;name&quot;: &quot;Publishing options&quot;,
        &quot;logo&quot;: &quot;https://static.ghost.org/ghost-logo.svg&quot;
    },
    &quot;author&quot;: {
        &quot;@type&quot;: &quot;Person&quot;,
        &quot;name&quot;: &quot;Ghost&quot;,
        &quot;url&quot;: &quot;http://demo.ghost.io/author/ghost/&quot;,
        &quot;sameAs&quot;: []
    },
    &quot;headline&quot;: &quot;Publishing options&quot;,
    &quot;url&quot;: &quot;http://demo.ghost.io/publishing-options&quot;,
    &quot;datePublished&quot;: &quot;2018-08-08T11:44:00.000Z&quot;,
    &quot;dateModified&quot;: &quot;2018-08-09T12:06:21.000Z&quot;,
    &quot;keywords&quot;: &quot;Getting Started&quot;,
    &quot;description&quot;: &quot;The Ghost editor has everything you need to fully optimise your content. This is where you can add tags and authors, feature a post, or turn a post into a page.&quot;,
    }
}
    </code></pre><p>You can test that the structured data <a href="https://schema.org/?ref=gconfort.com">schema</a> on your site is working as it should using <a href="https://search.google.com/structured-data/testing-tool?ref=gconfort.com" rel="noreferrer nofollow noopener">Google&#x2019;s structured data tool</a>. </p><h2 id="code-injection">Code Injection</h2><p>This tool allows you to inject code on a per post or page basis, or across your entire site. This means you can modify CSS, add unique tracking codes, or add other scripts to the head or foot of your publication without making edits to your theme files. </p><p><strong>To add code site-wide</strong>, use the code injection tool <a href="https://gconfort.com/ghost/settings/code-injection/">in the main admin menu</a>. This is useful for adding a Facebook Pixel, a Google Analytics tracking code, or to start tracking with any other analytics tool.</p><p><strong>To add code to a post or page</strong>, use the code injection tool within the post settings menu. This is useful if you want to add art direction, scripts or styles that are only applicable to one post or page. </p><p>From here, you might be interested in managing some more specific <a href="https://gconfort.com/admin-settings/">admin settings</a>!</p>]]></content:encoded></item><item><title><![CDATA[Writing posts with Ghost ✍️]]></title><description><![CDATA[<p>Ghost has a powerful visual editor with familiar formatting options, as well as the ability to seamlessly add dynamic content. </p><p>Select the text to add formatting, headers or create links, or use Markdown shortcuts to do the work for you - if that&apos;s your thing. </p><figure class="kg-card kg-image-card"><img src="https://static.ghost.org/v2.0.0/images/formatting-editor-demo.gif" class="kg-image" alt loading="lazy"></figure><h2 id="rich-editing-at-your-fingertips">Rich editing at</h2>]]></description><link>https://gconfort.com/the-editor/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0dc8</guid><category><![CDATA[Getting Started]]></category><dc:creator><![CDATA[Juan Manuel Hernandez Flores]]></dc:creator><pubDate>Tue, 17 Aug 2021 03:16:46 GMT</pubDate><media:content url="https://static.ghost.org/v2.0.0/images/writing-posts-with-ghost.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://static.ghost.org/v2.0.0/images/writing-posts-with-ghost.jpg" alt="Writing posts with Ghost &#x270D;&#xFE0F;"><p>Ghost has a powerful visual editor with familiar formatting options, as well as the ability to seamlessly add dynamic content. </p><p>Select the text to add formatting, headers or create links, or use Markdown shortcuts to do the work for you - if that&apos;s your thing. </p><figure class="kg-card kg-image-card"><img src="https://static.ghost.org/v2.0.0/images/formatting-editor-demo.gif" class="kg-image" alt="Writing posts with Ghost &#x270D;&#xFE0F;" loading="lazy"></figure><h2 id="rich-editing-at-your-fingertips">Rich editing at your fingertips</h2><p>The editor can also handle rich media objects, called <strong>cards</strong>. </p><p>You can insert a card either by clicking the &#xA0;<code>+</code> &#xA0;button on a new line, or typing &#xA0;<code>/</code> &#xA0;on a new line to search for a particular card. This allows you to efficiently insert<strong> images</strong>, <strong>markdown</strong>, <strong>html</strong> and <strong>embeds</strong>.</p><p><strong>For Example</strong>:</p><ul><li>Insert a video from YouTube directly into your content by pasting the URL </li><li>Create unique content like a button or content opt-in using the HTML card</li><li>Need to share some code? Embed code blocks directly </li></ul><pre><code>&lt;header class=&quot;site-header outer&quot;&gt;
    &lt;div class=&quot;inner&quot;&gt;
        {{&gt; &quot;site-nav&quot;}}
    &lt;/div&gt;
&lt;/header&gt;</code></pre><h1 id="working-with-images-in-posts">Working with images in posts</h1><p>You can add images to your posts in many ways:</p><ul><li>Upload from your computer</li><li>Click and drag an image into the browser</li><li>Paste directly into the editor from your clipboard</li><li>Insert using a URL</li></ul><p>Once inserted you can blend images beautifully into your content at different sizes and add captions wherever needed.</p><figure class="kg-card kg-image-card"><img src="https://static.ghost.org/v2.0.0/images/using-images-demo.gif" class="kg-image" alt="Writing posts with Ghost &#x270D;&#xFE0F;" loading="lazy"></figure><p>The post settings menu and publishing options can be found in the top right hand corner. For more advanced tips on post settings check out the <a href="https://gconfort.com/publishing-options/">publishing options</a> post!</p>]]></content:encoded></item><item><title><![CDATA[Welcome to Ghost]]></title><description><![CDATA[<p>&#x1F44B; Welcome, it&apos;s great to have you here.</p><p>We know that first impressions are important, so we&apos;ve populated your new site with some initial <strong>getting started</strong> posts that will help you get familiar with everything in no time. This is the first one!</p><p><strong>A few things</strong></p>]]></description><link>https://gconfort.com/welcome/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0dc9</guid><category><![CDATA[Getting Started]]></category><dc:creator><![CDATA[Juan Manuel Hernandez Flores]]></dc:creator><pubDate>Tue, 17 Aug 2021 03:16:47 GMT</pubDate><media:content url="https://static.ghost.org/v2.0.0/images/welcome-to-ghost.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://static.ghost.org/v2.0.0/images/welcome-to-ghost.jpg" alt="Welcome to Ghost"><p>&#x1F44B; Welcome, it&apos;s great to have you here.</p><p>We know that first impressions are important, so we&apos;ve populated your new site with some initial <strong>getting started</strong> posts that will help you get familiar with everything in no time. This is the first one!</p><p><strong>A few things you should know upfront</strong>:</p><ol><li>Ghost is designed for ambitious, professional publishers who want to actively build a business around their content. That&apos;s who it works best for. </li><li>The entire platform can be modified and customised to suit your needs. It&apos;s very powerful, but does require some knowledge of code. Ghost is not necessarily a good platform for beginners or people who just want a simple personal blog. </li><li>For the best experience we recommend downloading the <a href="https://ghost.org/downloads/?ref=gconfort.com">Ghost Desktop App</a> for your computer, which is the best way to access your Ghost site on a desktop device. </li></ol><p>Ghost is made by an independent non-profit organisation called the Ghost Foundation. We are 100% self funded by revenue from our <a href="https://ghost.org/pricing?ref=gconfort.com">Ghost(Pro)</a> service, and every penny we make is re-invested into funding further development of free, open source technology for modern publishing.</p><p>The version of Ghost you are looking at right now would not have been made possible without generous contributions from the open source <a href="https://github.com/TryGhost?ref=gconfort.com">community</a>.</p><h2 id="next-up-the-editor">Next up, the editor</h2><p>The main thing you&apos;ll want to read about next is probably: <a href="https://gconfort.com/the-editor/">the Ghost editor</a>. This is where the good stuff happens.</p><blockquote><em>By the way, once you&apos;re done reading, you can simply delete the default <strong>Ghost</strong> user from your team to remove all of these introductory posts! </em></blockquote>]]></content:encoded></item><item><title><![CDATA[Abanico de techo Minka Aire | Concept Led II F518L-WH]]></title><description><![CDATA[  Abanico de techo marca Minka Aire color blanco de estilo moderno, de tamaño chico (44 pulgadas) ideal para ventilar espacios interiores. ]]></description><link>https://gconfort.com/abanico-de-techo-minka-aire-concept-led-ii-f518l-wh/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0e01</guid><category><![CDATA[abanicos]]></category><category><![CDATA[minka aire]]></category><category><![CDATA[interior]]></category><category><![CDATA[moderno]]></category><category><![CDATA[chico]]></category><category><![CDATA[blanco]]></category><category><![CDATA[con luz]]></category><category><![CDATA[control remoto]]></category><dc:creator><![CDATA[Adriana Galindo]]></dc:creator><pubDate>Fri, 07 Jun 2019 19:09:57 GMT</pubDate><media:content url="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-concept-led-ii-f518l-wh-en-monterrey-y-todo-mexico.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-concept-led-ii-f518l-wh-en-monterrey-y-todo-mexico.jpg" alt="Abanico de techo Minka Aire | Concept Led II F518L-WH"><p><strong>Descripci&#xF3;n:</strong> Abanico de techo marca <strong>Minka Aire </strong>color blanco de estilo moderno, de tama&#xF1;o chico (44 pulgadas) ideal<strong> </strong>para ventilar espacios interiores. </p><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Concept+Led+II&amp;cod=F518L-WH&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html--><hr><!--kg-card-begin: html--><table class="table-fill">
<thead>
<tr>
    <h4>Caracter&#xED;sticas:
</h4></tr>
</thead>
<tbody class="table-hover">
<tr>
<td class="text-left">Nombre:</td>
<td class="text-center">Concept Led II</td>
</tr>
<tr>
<td class="text-left">C&#xF3;digo:</td>
<td class="text-center">F518L-WH</td>
</tr>
<tr>
<td class="text-left">Marca:</td>
<td class="text-center">Minka Aire</td>
</tr>
<tr>
<td class="text-left">Uso:</td>
<td class="text-center">Interior</td>
</tr>
<tr>
<td class="text-left">Estilo:</td>
<td class="text-center">Moderno</td>
</tr>
<tr>
<td class="text-left">Tama&#xF1;o:</td>
<td class="text-center">44 pulgadas</td>
</tr>
<tr>
<td class="text-left">Inclinaci&#xF3;n aspas:</td>
<td class="text-center">14</td>
</tr>
<tr>
<td class="text-left">N&#xFA;mero aspas:</td>
<td class="text-center">Tres</td>
</tr>
<tr>
<td class="text-left">Color:</td>
<td class="text-center">Blanco</td>
</tr>
<tr>
<td class="text-left">Tipo foco:</td>
<td class="text-center">Uno 15W LED</td>
</tr>
<tr>
<td class="text-left">Control:</td>
<td class="text-center">Control Remoto</td>
</tr>
<tr>
<td class="text-left">Motor</td>
<td class="text-center">153X15</td>
</tr>
<tr>
<td class="text-left">Flujo Aire:</td>
<td class="text-center">3783</td>
</tr>
<tr>
<td class="text-left">Uso El&#xE9;ctrico:</td>
<td class="text-center">44</td>
</tr>
<tr>
<td class="text-left">Garant&#xED;a:</td>
<td class="text-center">De por vida en motor</td>
</tr>
</tbody>
</table><!--kg-card-end: html--><hr><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Concept+Led+II&amp;cod=F518L-WH&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Abanico de techo Minka Aire | Concept Led II F518L-BN]]></title><description><![CDATA[  Abanico de techo marca Minka Aire color níquel de estilo moderno, de tamaño chico (44 pulgadas) ideal para ventilar espacios interiores. ]]></description><link>https://gconfort.com/abanico-de-techo-minka-aire-concept-led-ii-f518l-bn/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0e00</guid><category><![CDATA[abanicos]]></category><category><![CDATA[minka aire]]></category><category><![CDATA[interior]]></category><category><![CDATA[moderno]]></category><category><![CDATA[chico]]></category><category><![CDATA[niquel]]></category><category><![CDATA[con luz]]></category><category><![CDATA[led]]></category><category><![CDATA[control remoto]]></category><dc:creator><![CDATA[Adriana Galindo]]></dc:creator><pubDate>Fri, 07 Jun 2019 19:10:24 GMT</pubDate><media:content url="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-concept-led-ii-f518l-bn-en-monterrey-y-todo-mexico.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-concept-led-ii-f518l-bn-en-monterrey-y-todo-mexico.jpg" alt="Abanico de techo Minka Aire | Concept Led II F518L-BN"><p><strong>Descripci&#xF3;n:</strong> Abanico de techo marca <strong>Minka Aire </strong>color n&#xED;quel de estilo moderno, de tama&#xF1;o chico (44 pulgadas) ideal<strong> </strong>para ventilar espacios interiores. </p><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Concept+Led+II&amp;cod=F518L-BN&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html--><hr><!--kg-card-begin: html--><table class="table-fill">
<thead>
<tr>
    <h4>Caracter&#xED;sticas:
</h4></tr>
</thead>
<tbody class="table-hover">
<tr>
<td class="text-left">Nombre:</td>
<td class="text-center">Concept Led II</td>
</tr>
<tr>
<td class="text-left">C&#xF3;digo:</td>
<td class="text-center">F518L-BN</td>
</tr>
<tr>
<td class="text-left">Marca:</td>
<td class="text-center">Minka Aire</td>
</tr>
<tr>
<td class="text-left">Uso:</td>
<td class="text-center">Interior</td>
</tr>
<tr>
<td class="text-left">Estilo:</td>
<td class="text-center">Moderno</td>
</tr>
<tr>
<td class="text-left">Tama&#xF1;o:</td>
<td class="text-center">44 pulgadas</td>
</tr>
<tr>
<td class="text-left">Inclinaci&#xF3;n aspas:</td>
<td class="text-center">14</td>
</tr>
<tr>
<td class="text-left">N&#xFA;mero aspas:</td>
<td class="text-center">Tres</td>
</tr>
<tr>
<td class="text-left">Color:</td>
<td class="text-center">N&#xED;quel</td>
</tr>
<tr>
<td class="text-left">Tipo foco:</td>
<td class="text-center">Uno 15W LED</td>
</tr>
<tr>
<td class="text-left">Control:</td>
<td class="text-center">Control Remoto</td>
</tr>
<tr>
<td class="text-left">Motor</td>
<td class="text-center">153X15</td>
</tr>
<tr>
<td class="text-left">Flujo Aire:</td>
<td class="text-center">3783</td>
</tr>
<tr>
<td class="text-left">Uso El&#xE9;ctrico:</td>
<td class="text-center">44</td>
</tr>
<tr>
<td class="text-left">Garant&#xED;a:</td>
<td class="text-center">De por vida en motor</td>
</tr>
</tbody>
</table><!--kg-card-end: html--><hr><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Concept+Led+II&amp;cod=F518L-BN&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Abanico de techo Minka Aire | Slant F410L-WH]]></title><description><![CDATA[  Abanico de techo marca Minka Aire color blanco de estilo moderno, de tamaño chico (36 pulgadas) ideal para ventilar espacios interiores. ]]></description><link>https://gconfort.com/abanico-de-techo-minka-aire-slant-f410l-wh/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0dff</guid><category><![CDATA[abanicos]]></category><category><![CDATA[minka aire]]></category><category><![CDATA[interior]]></category><category><![CDATA[moderno]]></category><category><![CDATA[chico]]></category><category><![CDATA[blanco]]></category><category><![CDATA[con luz]]></category><category><![CDATA[led]]></category><category><![CDATA[control remoto]]></category><dc:creator><![CDATA[Adriana Galindo]]></dc:creator><pubDate>Fri, 07 Jun 2019 19:11:29 GMT</pubDate><media:content url="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-slant-f410l-wh-en-monterrey-y-todo-mexico.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-slant-f410l-wh-en-monterrey-y-todo-mexico.jpg" alt="Abanico de techo Minka Aire | Slant F410L-WH"><p><strong>Descripci&#xF3;n:</strong> Abanico de techo marca <strong>Minka Aire </strong>color blanco de estilo moderno, de tama&#xF1;o chico (36 pulgadas) ideal<strong> </strong>para ventilar espacios interiores. </p><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Slant&amp;cod=F410L-WH&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html--><hr><!--kg-card-begin: html--><table class="table-fill">
<thead>
<tr>
    <h4>Caracter&#xED;sticas:
</h4></tr>
</thead>
<tbody class="table-hover">
<tr>
<td class="text-left">Nombre:</td>
<td class="text-center">Slant</td>
</tr>
<tr>
<td class="text-left">C&#xF3;digo:</td>
<td class="text-center">F410L-WH</td>
</tr>
<tr>
<td class="text-left">Marca:</td>
<td class="text-center">Minka Aire</td>
</tr>
<tr>
<td class="text-left">Uso:</td>
<td class="text-center">Interior</td>
</tr>
<tr>
<td class="text-left">Estilo:</td>
<td class="text-center">Moderno</td>
</tr>
<tr>
<td class="text-left">Tama&#xF1;o:</td>
<td class="text-center">36 pulgadas</td>
</tr>
<tr>
<td class="text-left">Inclinaci&#xF3;n aspas:</td>
<td class="text-center">36</td>
</tr>
<tr>
<td class="text-left">N&#xFA;mero aspas:</td>
<td class="text-center">Tres</td>
</tr>
<tr>
<td class="text-left">Color:</td>
<td class="text-center">Blanco</td>
</tr>
<tr>
<td class="text-left">Tipo foco:</td>
<td class="text-center">Uno 18W LED</td>
</tr>
<tr>
<td class="text-left">Control:</td>
<td class="text-center">Control Remoto</td>
</tr>
<tr>
<td class="text-left">Motor</td>
<td class="text-center">120X20mm</td>
</tr>
<tr>
<td class="text-left">Flujo Aire:</td>
<td class="text-center">3878</td>
</tr>
<tr>
<td class="text-left">Uso El&#xE9;ctrico:</td>
<td class="text-center">22</td>
</tr>
<tr>
<td class="text-left">Garant&#xED;a:</td>
<td class="text-center">De por vida en motor</td>
</tr>
</tbody>
</table><!--kg-card-end: html--><hr><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Slant&amp;cod=F410L-WH&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Abanico de techo Minka Aire | Slant F410L-ORB]]></title><description><![CDATA[  Abanico de techo marca Minka Aire color bronce de estilo moderno, de tamaño chico (36 pulgadas) ideal para ventilar espacios interiores. ]]></description><link>https://gconfort.com/abanico-de-techo-minka-aire-slant-f410l-orb/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0dfe</guid><category><![CDATA[abanicos]]></category><category><![CDATA[minka aire]]></category><category><![CDATA[interior]]></category><category><![CDATA[moderno]]></category><category><![CDATA[chico]]></category><category><![CDATA[bronce]]></category><category><![CDATA[con luz]]></category><category><![CDATA[led]]></category><category><![CDATA[control remoto]]></category><dc:creator><![CDATA[Adriana Galindo]]></dc:creator><pubDate>Fri, 07 Jun 2019 19:11:45 GMT</pubDate><media:content url="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-slant-f410l-orb-en-monterrey-y-todo-mexico.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-slant-f410l-orb-en-monterrey-y-todo-mexico.jpg" alt="Abanico de techo Minka Aire | Slant F410L-ORB"><p><strong>Descripci&#xF3;n:</strong> Abanico de techo marca <strong>Minka Aire </strong>color bronce de estilo moderno, de tama&#xF1;o chico (36 pulgadas) ideal<strong> </strong>para ventilar espacios interiores. </p><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Slant&amp;cod=F410L-ORB&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html--><hr><!--kg-card-begin: html--><table class="table-fill">
<thead>
<tr>
    <h4>Caracter&#xED;sticas:
</h4></tr>
</thead>
<tbody class="table-hover">
<tr>
<td class="text-left">Nombre:</td>
<td class="text-center">Slant</td>
</tr>
<tr>
<td class="text-left">C&#xF3;digo:</td>
<td class="text-center">F410L-ORB</td>
</tr>
<tr>
<td class="text-left">Marca:</td>
<td class="text-center">Minka Aire</td>
</tr>
<tr>
<td class="text-left">Uso:</td>
<td class="text-center">Interior</td>
</tr>
<tr>
<td class="text-left">Estilo:</td>
<td class="text-center">Moderno</td>
</tr>
<tr>
<td class="text-left">Tama&#xF1;o:</td>
<td class="text-center">36 pulgadas</td>
</tr>
<tr>
<td class="text-left">Inclinaci&#xF3;n aspas:</td>
<td class="text-center">36</td>
</tr>
<tr>
<td class="text-left">N&#xFA;mero aspas:</td>
<td class="text-center">Tres</td>
</tr>
<tr>
<td class="text-left">Color:</td>
<td class="text-center">Bronce</td>
</tr>
<tr>
<td class="text-left">Tipo foco:</td>
<td class="text-center">Uno 18W LED</td>
</tr>
<tr>
<td class="text-left">Control:</td>
<td class="text-center">Control Remoto</td>
</tr>
<tr>
<td class="text-left">Motor</td>
<td class="text-center">120X20mm</td>
</tr>
<tr>
<td class="text-left">Flujo Aire:</td>
<td class="text-center">3878</td>
</tr>
<tr>
<td class="text-left">Uso El&#xE9;ctrico:</td>
<td class="text-center">22</td>
</tr>
<tr>
<td class="text-left">Garant&#xED;a:</td>
<td class="text-center">De por vida en motor</td>
</tr>
</tbody>
</table><!--kg-card-end: html--><hr><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Slant&amp;cod=F410L-ORB&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Abanico de techo Minka Aire | Slant F410L-BS]]></title><description><![CDATA[  Abanico de techo marca Minka Aire color níquel de estilo moderno, de tamaño chico (36 pulgadas) ideal para ventilar espacios interiores. ]]></description><link>https://gconfort.com/abanico-de-techo-minka-aire-slant-f410l-bs/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0dfd</guid><category><![CDATA[abanicos]]></category><category><![CDATA[minka aire]]></category><category><![CDATA[interior]]></category><category><![CDATA[moderno]]></category><category><![CDATA[chico]]></category><category><![CDATA[niquel]]></category><category><![CDATA[con luz]]></category><category><![CDATA[led]]></category><category><![CDATA[control remoto]]></category><dc:creator><![CDATA[Adriana Galindo]]></dc:creator><pubDate>Fri, 07 Jun 2019 19:11:58 GMT</pubDate><media:content url="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-slant-f410l-bs-en-monterrey-y-todo-mexico.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-slant-f410l-bs-en-monterrey-y-todo-mexico.jpg" alt="Abanico de techo Minka Aire | Slant F410L-BS"><p><strong>Descripci&#xF3;n:</strong> Abanico de techo marca <strong>Minka Aire </strong>color n&#xED;quel de estilo moderno, de tama&#xF1;o chico (36 pulgadas) ideal<strong> </strong>para ventilar espacios interiores. </p><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Slant&amp;cod=F410L-BS&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html--><hr><!--kg-card-begin: html--><table class="table-fill">
<thead>
<tr>
    <h4>Caracter&#xED;sticas:
</h4></tr>
</thead>
<tbody class="table-hover">
<tr>
<td class="text-left">Nombre:</td>
<td class="text-center">Slant</td>
</tr>
<tr>
<td class="text-left">C&#xF3;digo:</td>
<td class="text-center">F410L-BS</td>
</tr>
<tr>
<td class="text-left">Marca:</td>
<td class="text-center">Minka Aire</td>
</tr>
<tr>
<td class="text-left">Uso:</td>
<td class="text-center">Interior</td>
</tr>
<tr>
<td class="text-left">Estilo:</td>
<td class="text-center">Moderno</td>
</tr>
<tr>
<td class="text-left">Tama&#xF1;o:</td>
<td class="text-center">36 pulgadas</td>
</tr>
<tr>
<td class="text-left">Inclinaci&#xF3;n aspas:</td>
<td class="text-center">36</td>
</tr>
<tr>
<td class="text-left">N&#xFA;mero aspas:</td>
<td class="text-center">Tres</td>
</tr>
<tr>
<td class="text-left">Color:</td>
<td class="text-center">N&#xED;quel</td>
</tr>
<tr>
<td class="text-left">Tipo foco:</td>
<td class="text-center">Uno 18W LED</td>
</tr>
<tr>
<td class="text-left">Control:</td>
<td class="text-center">Control Remoto</td>
</tr>
<tr>
<td class="text-left">Motor</td>
<td class="text-center">120X20mm</td>
</tr>
<tr>
<td class="text-left">Flujo Aire:</td>
<td class="text-center">3878</td>
</tr>
<tr>
<td class="text-left">Uso El&#xE9;ctrico:</td>
<td class="text-center">22</td>
</tr>
<tr>
<td class="text-left">Garant&#xED;a:</td>
<td class="text-center">De por vida en motor</td>
</tr>
</tbody>
</table><!--kg-card-end: html--><hr><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Slant&amp;cod=F410L-BS&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Abanico de techo Minka Aire | Sunseeker F532-ORB]]></title><description><![CDATA[  Abanico de techo marca Minka Aire color bronce de estilo tradicional, de tamaño grande (60 pulgadas) ideal para ventilar espacios exterior. ]]></description><link>https://gconfort.com/abanico-de-techo-minka-aire-sunseeker-f532-orb/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0dfc</guid><category><![CDATA[abanicos]]></category><category><![CDATA[minka aire]]></category><category><![CDATA[exterior]]></category><category><![CDATA[tradicional]]></category><category><![CDATA[grande]]></category><category><![CDATA[bronce]]></category><category><![CDATA[sin luz]]></category><category><![CDATA[control de cadena]]></category><dc:creator><![CDATA[Adriana Galindo]]></dc:creator><pubDate>Fri, 07 Jun 2019 18:56:11 GMT</pubDate><media:content url="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-sunseeker-f532-orb-en-monterrey-y-todo-mexico.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-sunseeker-f532-orb-en-monterrey-y-todo-mexico.jpg" alt="Abanico de techo Minka Aire | Sunseeker F532-ORB"><p><strong>Descripci&#xF3;n:</strong> Abanico de techo marca <strong>Minka Aire </strong>color bronce de estilo tradicional, de tama&#xF1;o grande (60 pulgadas) ideal<strong> </strong>para ventilar espacios exterior. </p><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Sunseeker&amp;cod=F532-ORB&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html--><hr><!--kg-card-begin: html--><table class="table-fill">
<thead>
<tr>
    <h4>Caracter&#xED;sticas:
</h4></tr>
</thead>
<tbody class="table-hover">
<tr>
<td class="text-left">Nombre:</td>
<td class="text-center">Sunseeker</td>
</tr>
<tr>
<td class="text-left">C&#xF3;digo:</td>
<td class="text-center">F532-ORB</td>
</tr>
<tr>
<td class="text-left">Marca:</td>
<td class="text-center">Minka Aire</td>
</tr>
<tr>
<td class="text-left">Uso:</td>
<td class="text-center">Exterior</td>
</tr>
<tr>
<td class="text-left">Estilo:</td>
<td class="text-center">Tradicional</td>
</tr>
<tr>
<td class="text-left">Tama&#xF1;o:</td>
<td class="text-center">60 pulgadas</td>
</tr>
<tr>
<td class="text-left">Inclinaci&#xF3;n aspas:</td>
<td class="text-center">14</td>
</tr>
<tr>
<td class="text-left">N&#xFA;mero aspas:</td>
<td class="text-center">Cinco</td>
</tr>
<tr>
<td class="text-left">Color:</td>
<td class="text-center">Bronce</td>
</tr>
<tr>
<td class="text-left">Tipo foco:</td>
<td class="text-center">Sin luz | Posiblidad adaptaci&#xF3;n luminario</td>
</tr>
<tr>
<td class="text-left">Control:</td>
<td class="text-center">Control de Cadena</td>
</tr>
<tr>
<td class="text-left">Motor</td>
<td class="text-center">188x25mm</td>
</tr>
<tr>
<td class="text-left">Flujo Aire:</td>
<td class="text-center">7047</td>
</tr>
<tr>
<td class="text-left">Uso El&#xE9;ctrico:</td>
<td class="text-center">64</td>
</tr>
<tr>
<td class="text-left">Garant&#xED;a:</td>
<td class="text-center">De por vida en motor</td>
</tr>
</tbody>
</table><!--kg-card-end: html--><hr><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Sunseeker&amp;cod=F532-ORB&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Abanico de techo Minka Aire | Dyno F1000-WH]]></title><description><![CDATA[  Abanico de techo marca Minka Aire color blanco de estilo moderno, de tamaño estándar (52 pulgadas) ideal para ventilar espacios interiores. ]]></description><link>https://gconfort.com/abanico-de-techo-minka-aire-dynof1000-wh-5/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0dfb</guid><category><![CDATA[abanicos]]></category><category><![CDATA[minka aire]]></category><category><![CDATA[interior]]></category><category><![CDATA[moderno]]></category><category><![CDATA[estándar]]></category><category><![CDATA[blanco]]></category><category><![CDATA[con luz]]></category><category><![CDATA[led]]></category><category><![CDATA[control remoto]]></category><dc:creator><![CDATA[Adriana Galindo]]></dc:creator><pubDate>Fri, 07 Jun 2019 19:12:57 GMT</pubDate><media:content url="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-dyno-f1000-wh-en-monterrey-y-todo-mexico.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-dyno-f1000-wh-en-monterrey-y-todo-mexico.jpg" alt="Abanico de techo Minka Aire | Dyno F1000-WH"><p><strong>Descripci&#xF3;n:</strong> Abanico de techo marca <strong>Minka Aire </strong>color blanco de estilo moderno, de tama&#xF1;o est&#xE1;ndar (52 pulgadas) ideal<strong> </strong>para ventilar espacios interiores. </p><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Dyno&amp;cod=F1000-WH&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html--><hr><!--kg-card-begin: html--><table class="table-fill">
<thead>
<tr>
    <h4>Caracter&#xED;sticas:
</h4></tr>
</thead>
<tbody class="table-hover">
<tr>
<td class="text-left">Nombre:</td>
<td class="text-center">Dyno</td>
</tr>
<tr>
<td class="text-left">C&#xF3;digo:</td>
<td class="text-center">F1000-WH</td>
</tr>
<tr>
<td class="text-left">Marca:</td>
<td class="text-center">Minka Aire</td>
</tr>
<tr>
<td class="text-left">Uso:</td>
<td class="text-center">Interior</td>
</tr>
<tr>
<td class="text-left">Estilo:</td>
<td class="text-center">Moderno</td>
</tr>
<tr>
<td class="text-left">Tama&#xF1;o:</td>
<td class="text-center">52 pulgadas</td>
</tr>
<tr>
<td class="text-left">Inclinaci&#xF3;n aspas:</td>
<td class="text-center">12</td>
</tr>
<tr>
<td class="text-left">N&#xFA;mero aspas:</td>
<td class="text-center">Cinco</td>
</tr>
<tr>
<td class="text-left">Color:</td>
<td class="text-center">Blanco</td>
</tr>
<tr>
<td class="text-left">Tipo foco:</td>
<td class="text-center">Uno 17W LED</td>
</tr>
<tr>
<td class="text-left">Control:</td>
<td class="text-center">Control Remoto</td>
</tr>
<tr>
<td class="text-left">Motor</td>
<td class="text-center">153X17mm</td>
</tr>
<td class="text-left">Flujo Aire:</td>
<td class="text-center">5056</td>

<tr>
<td class="text-left">Uso El&#xE9;ctrico:</td>
<td class="text-center">64</td>
</tr>
<tr>
</tr><tr>
<td class="text-left">Garant&#xED;a:</td>
<td class="text-center">De por vida en motor</td>
</tr>
</tbody>
</table><!--kg-card-end: html--><hr><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Dyno&amp;cod=F1000-WH&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Abanico de techo Minka Aire | Dyno F1000-BN]]></title><description><![CDATA[  Abanico de techo marca Minka Aire color níquel de estilo moderno, de tamaño estándar (52 pulgadas) ideal para ventilar espacios interiores. ]]></description><link>https://gconfort.com/abanico-de-techo-minka-aire-dynof1000-bn-3/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0dfa</guid><category><![CDATA[abanicos]]></category><category><![CDATA[minka aire]]></category><category><![CDATA[interior]]></category><category><![CDATA[moderno]]></category><category><![CDATA[estándar]]></category><category><![CDATA[niquel]]></category><category><![CDATA[con luz]]></category><category><![CDATA[led]]></category><category><![CDATA[control remoto]]></category><dc:creator><![CDATA[Adriana Galindo]]></dc:creator><pubDate>Fri, 07 Jun 2019 19:12:21 GMT</pubDate><media:content url="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-dyno-f1000-bn-en-monterrey-y-todo-mexico.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-dyno-f1000-bn-en-monterrey-y-todo-mexico.jpg" alt="Abanico de techo Minka Aire | Dyno F1000-BN"><p><strong>Descripci&#xF3;n:</strong> Abanico de techo marca <strong>Minka Aire </strong>color n&#xED;quel de estilo moderno, de tama&#xF1;o est&#xE1;ndar (52 pulgadas) ideal<strong> </strong>para ventilar espacios interiores. </p><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Dyno&amp;cod=F1000-BN&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html--><hr><!--kg-card-begin: html--><table class="table-fill">
<thead>
<tr>
    <h4>Caracter&#xED;sticas:
</h4></tr>
</thead>
<tbody class="table-hover">
<tr>
<td class="text-left">Nombre:</td>
<td class="text-center">Dyno</td>
</tr>
<tr>
<td class="text-left">C&#xF3;digo:</td>
<td class="text-center">F1000-BN</td>
</tr>
<tr>
<td class="text-left">Marca:</td>
<td class="text-center">Minka Aire</td>
</tr>
<tr>
<td class="text-left">Uso:</td>
<td class="text-center">Interior</td>
</tr>
<tr>
<td class="text-left">Estilo:</td>
<td class="text-center">Moderno</td>
</tr>
<tr>
<td class="text-left">Tama&#xF1;o:</td>
<td class="text-center">52 pulgadas</td>
</tr>
<tr>
<td class="text-left">Inclinaci&#xF3;n aspas:</td>
<td class="text-center">12</td>
</tr>
<tr>
<td class="text-left">N&#xFA;mero aspas:</td>
<td class="text-center">Cinco</td>
</tr>
<tr>
<td class="text-left">Color:</td>
<td class="text-center">N&#xED;quel</td>
</tr>
<tr>
<td class="text-left">Tipo foco:</td>
<td class="text-center">Uno 16W LED</td>
</tr>
<tr>
<td class="text-left">Control:</td>
<td class="text-center">Control Remoto</td>
</tr>
<tr>
<td class="text-left">Motor</td>
<td class="text-center">153X17mm</td>
</tr>
<tr>
<td class="text-left">Flujo Aire:</td>
<td class="text-center">4509</td>
</tr>
<tr>
<td class="text-left">Uso El&#xE9;ctrico:</td>
<td class="text-center">64</td>
</tr>
<tr>
<td class="text-left">Garant&#xED;a:</td>
<td class="text-center">De por vida en motor</td>
</tr>
</tbody>
</table><!--kg-card-end: html--><hr><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Dyno&amp;cod=F1000-BN&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Abanico de techo Minka Aire | Dyno F1000-ORB]]></title><description><![CDATA[  Abanico de techo marca Minka Aire color bronce de estilo moderno, de tamaño estándar (52 pulgadas) ideal para ventilar espacios interiores. ]]></description><link>https://gconfort.com/abanico-de-techo-minka-aire-dynof1000-orb/</link><guid isPermaLink="false">64b9a731eeaf77ae27be0df9</guid><category><![CDATA[abanicos]]></category><category><![CDATA[minka aire]]></category><category><![CDATA[interior]]></category><category><![CDATA[moderno]]></category><category><![CDATA[estándar]]></category><category><![CDATA[bronce]]></category><category><![CDATA[con luz]]></category><category><![CDATA[led]]></category><category><![CDATA[control remoto]]></category><dc:creator><![CDATA[Adriana Galindo]]></dc:creator><pubDate>Fri, 07 Jun 2019 19:12:37 GMT</pubDate><media:content url="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-dyno-f1000-orb-en-monterrey-y-todo-mexico.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://gconfort.com/content/images/2024/06/ventilador-abanico-de-techo-minka-aire-dyno-f1000-orb-en-monterrey-y-todo-mexico.jpg" alt="Abanico de techo Minka Aire | Dyno F1000-ORB"><p><strong>Descripci&#xF3;n:</strong> Abanico de techo marca <strong>Minka Aire </strong>color bronce de estilo moderno, de tama&#xF1;o est&#xE1;ndar (52 pulgadas) &#xA0;ideal<strong> </strong>para ventilar espacios interiores. </p><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Dyno&amp;cod=F1000-ORB&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html--><hr><!--kg-card-begin: html--><table class="table-fill">
<thead>
<tr>
    <h4>Caracter&#xED;sticas:
</h4></tr>
</thead>
<tbody class="table-hover">
<tr>
<td class="text-left">Nombre:</td>
<td class="text-center">Dyno</td>
</tr>
<tr>
<td class="text-left">C&#xF3;digo:</td>
<td class="text-center">F1000-ORB</td>
</tr>
<tr>
<td class="text-left">Marca:</td>
<td class="text-center">Minka Aire</td>
</tr>
<tr>
<td class="text-left">Uso:</td>
<td class="text-center">Interior</td>
</tr>
<tr>
<td class="text-left">Estilo:</td>
<td class="text-center">Moderno</td>
</tr>
<tr>
<td class="text-left">Tama&#xF1;o:</td>
<td class="text-center">52 pulgadas</td>
</tr>
<tr>
<td class="text-left">Inclinaci&#xF3;n aspas:</td>
<td class="text-center">12</td>
</tr>
<tr>
<td class="text-left">N&#xFA;mero aspas:</td>
<td class="text-center">Cinco</td>
</tr>
<tr>
<td class="text-left">Color:</td>
<td class="text-center">Bronce</td>
</tr>
<tr>
<td class="text-left">Tipo foco:</td>
<td class="text-center">Uno 17W LED</td>
</tr>
<tr>
<td class="text-left">Control:</td>
<td class="text-center">Control Remoto</td>
</tr>
<tr>
<td class="text-left">Motor</td>
<td class="text-center">153X17mm</td>
</tr>
<td class="text-left">Flujo Aire:</td>
<td class="text-center">5056</td>

<tr>
<td class="text-left">Uso El&#xE9;ctrico:</td>
<td class="text-center">64</td>
</tr>
<tr>
</tr><tr>
<td class="text-left">Garant&#xED;a:</td>
<td class="text-center">De por vida en motor</td>
</tr>
</tbody>
</table><!--kg-card-end: html--><hr><!--kg-card-begin: html--><a class="typeform-share button" href="https://brandpetram.typeform.com/to/wp070k?mod=Dyno&amp;cod=F1000-ORB&amp;ref=gconfort.com" data-mode="drawer_left" style="display:inline-block;text-decoration:none;background-color:#FFB500;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:15px;line-height:37.5px;text-align:center;margin:0;height:37.5px;padding:0px 25px;border-radius:1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Cotiza este abanico </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script><!--kg-card-end: html--><p></p>]]></content:encoded></item></channel></rss>