<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Templantillas</title><description></description><managingEditor>noreply@blogger.com (Antonio Moreno)</managingEditor><pubDate>Tue, 14 Apr 2026 09:38:17 -0700</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">23</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://templantillas.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle/><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><title>Poner Metatags en tu blog para hacerlo mas visible</title><link>http://templantillas.blogspot.com/2015/08/poner-metatags-en-tu-blog-para-hacerlo.html</link><category>HTML</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Mon, 3 Aug 2015 02:27:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-2571023228759919947</guid><description>&lt;fieldset style="border: 1px solid #ddd;"&gt;
&lt;br /&gt;
&lt;div align="center"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiP1WWR96fBGlfyIqXm3uqGgwKe3hBXHih4kXc4e9a0dThwhJCp5c3fjLVAMHWQknFxW_z8XMb1GtgTWFrSZnYmnv2h5iuoOh9o44jE41nmwVEjb467XT0zZc7h3BZHjttX6q0iY8KWhi98/s1600/head.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="157" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiP1WWR96fBGlfyIqXm3uqGgwKe3hBXHih4kXc4e9a0dThwhJCp5c3fjLVAMHWQknFxW_z8XMb1GtgTWFrSZnYmnv2h5iuoOh9o44jE41nmwVEjb467XT0zZc7h3BZHjttX6q0iY8KWhi98/s400/head.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #ddd;"&gt;
&lt;legend style="border: 1px solid #ddd;"&gt;COMO PONER LAS METATAGS EN BLOGGER&lt;/legend&gt;&lt;br /&gt;
Las metatags son etiquetas html que se incorporan en el encabezado de una página web y que resultan invisibles para un visitante normal, pero de gran utilidad para navegadores u otros programas que puedan valerse de esta información.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Su propósito es el de incluir información (metadatos) de referencia sobre la página: autor, título, fecha, palabras clave, descripción, etc.&lt;br /&gt;
&lt;br /&gt;
Las meta tags son unas etiquetas pertenecientes al HTML que se deben escribir dentro del tag general &amp;lt;head&amp;gt; y que lo podemos definir como líneas de código que indican a los buscadores que le indexan por qué términos debe ser encontrada la página. Dependiendo de la utilización, caracterización y objetividad de dichos meta, más otros factores seo se puede conseguir una excelente posición en el listado resultante de una búsqueda.&lt;br /&gt;
&lt;br /&gt;
Esta información podría ser utilizada por los robots de búsqueda para incluirla en las bases de datos de sus buscadores y mostrarla en el resumen de búsquedas o tenerla en cuenta durante las mismas. Estas meta tags son invisibles para los visitantes.&lt;br /&gt;
&lt;br /&gt;
Para &lt;b&gt;colocar las metatags&lt;/b&gt; lo primero que vamos a hacer es ir a la pestaña &lt;i&gt;&lt;b&gt;DISEÑO&lt;/b&gt;&lt;/i&gt; luego a la subpestaña &lt;b&gt;&lt;i&gt;EDICION DE HTML&lt;/i&gt;&lt;/b&gt;, y ahí buscamos &lt;b&gt;&amp;lt;head&amp;gt; &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
justo debajo pegamos este código:&lt;br /&gt;
&lt;br /&gt;&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #ddd;"&gt;
&lt;legend style="border: 1px solid #ddd;"&gt;CÓDIGO&lt;/legend&gt;&lt;span style="color: #6aa84f;"&gt;
&amp;lt;b:include data='blog' name='all-head-content'/&amp;gt;

&amp;lt;b:if cond='data:blog.url == data:blog.homepageUrl'&amp;gt;



&amp;lt;meta content=&lt;/span&gt;'&lt;span style="color: blue;"&gt;Descripcion del blog&lt;/span&gt;&lt;span style="color: #6aa84f;"&gt;' name='description'/&amp;gt;



&amp;lt;meta content=&lt;/span&gt;'&lt;span style="color: blue;"&gt;palabras claves&lt;/span&gt;&lt;span style="color: #6aa84f;"&gt;' name='keywords'/&amp;gt;



&amp;lt;meta content='&lt;/span&gt;&lt;span style="color: #cc0000;"&gt;all, index, follow&lt;/span&gt;&lt;span style="color: #6aa84f;"&gt;' name='robots'/&amp;gt;



&amp;lt;/b:if&amp;gt;

&lt;/span&gt;&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #ddd;"&gt;
&lt;legend style="border: 1px solid #ddd;"&gt;RECUERDA&lt;/legend&gt;
En &lt;span style="color: #3d85c6;"&gt;descripción del blog&lt;/span&gt; pones de lo que va tu sitio y en &lt;span style="color: #3d85c6;"&gt;palabras clave&lt;/span&gt; pues eso mismo.

&lt;/fieldset&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiP1WWR96fBGlfyIqXm3uqGgwKe3hBXHih4kXc4e9a0dThwhJCp5c3fjLVAMHWQknFxW_z8XMb1GtgTWFrSZnYmnv2h5iuoOh9o44jE41nmwVEjb467XT0zZc7h3BZHjttX6q0iY8KWhi98/s72-c/head.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Galauness elegante plantilla blogger</title><link>http://templantillas.blogspot.com/2014/08/galauness-elegante-plantilla-blogger.html</link><category>2 Columnas</category><category>Blanco</category><category>Minimalista</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Thu, 21 Aug 2014 16:30:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-6315749473973055503</guid><description>&lt;fieldset style="border: 1px solid #ddd;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwYrh6Js90PNvcpRVvLXJ9FiFPwwofhILmwhBlSAkO2J5rh-X7vYZAfjEFkdPZxiOVojx0JoLX-aFMiTYxY3tYk1MYnkZCv1lZZADpoKHV0FXCNoe-DeHdqpyxfzgRwZ9anXh4SXAlaegg/s1600/galauness.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwYrh6Js90PNvcpRVvLXJ9FiFPwwofhILmwhBlSAkO2J5rh-X7vYZAfjEFkdPZxiOVojx0JoLX-aFMiTYxY3tYk1MYnkZCv1lZZADpoKHV0FXCNoe-DeHdqpyxfzgRwZ9anXh4SXAlaegg/s1600/galauness.jpg" height="192" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://galauness-demo.blogspot.in/" target="_blank"&gt;&lt;img alt=" Vista previa" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="https://app.box.com/s/3b766232ff0d06639d41" target="_blank"&gt;&lt;img alt=" Descargar" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #ddd;"&gt;
&lt;legend style="border: 1px solid #ddd;"&gt;DESCRIPCIÓN&lt;/legend&gt;&lt;b&gt;
Galauness&lt;/b&gt; es una elegante plantilla blogger premium gratis, diseño limpio y minimalista, tipografía Neat WordPress Look, Ancho fijo, jQuery Mensaje deslizante, Fondo Ilimitado, menú de navegación superior, Diseñador de Plantillas Ready, 2 columnas principales y 3 columnas en la parte inferior, de encargo de error 404 página y personalizada mesa de luz, Bella en mensajes relacionados enlaces y vínculos sociales Button y más.
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid rgb(221, 221, 221);"&gt;
&lt;legend style="border: 1px solid #ddd;"&gt;AUTOR&lt;/legend&gt;&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
Iksandi Lojaya&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid rgb(221, 221, 221);"&gt;
&lt;legend style="border: 1px solid #ddd;"&gt;WEB DEL AUTOR&lt;/legend&gt;&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;a href="http://iksandi.com/"&gt;http://iksandi.com&lt;/a&gt;&lt;/div&gt;
&lt;/fieldset&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwYrh6Js90PNvcpRVvLXJ9FiFPwwofhILmwhBlSAkO2J5rh-X7vYZAfjEFkdPZxiOVojx0JoLX-aFMiTYxY3tYk1MYnkZCv1lZZADpoKHV0FXCNoe-DeHdqpyxfzgRwZ9anXh4SXAlaegg/s72-c/galauness.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Plantilla para blogger Simple Grey</title><link>http://templantillas.blogspot.com/2014/06/plantilla-para-blogger-simple-grey.html</link><category>3 Columnas</category><category>Blanco</category><category>Gris</category><category>Minimalista</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Tue, 3 Jun 2014 10:45:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-839727564000188124</guid><description>&lt;fieldset style="border: 1px solid rgb(221, 221, 221);"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxzEcT0k8cNR1MEOcIlqubb3CnOOrBG_xAVoTzhgraiNv1ukPcuOBhxLjNDMPlldtmuUczn82IzhaQ17IZ2eqTrTe7RBaialoDAtzwMynCNpux2ow7ACeawcPizXmKiBi7nr_5YIpoIdoO/s1600/Simple-white-grey.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxzEcT0k8cNR1MEOcIlqubb3CnOOrBG_xAVoTzhgraiNv1ukPcuOBhxLjNDMPlldtmuUczn82IzhaQ17IZ2eqTrTe7RBaialoDAtzwMynCNpux2ow7ACeawcPizXmKiBi7nr_5YIpoIdoO/s1600/Simple-white-grey.png" height="206" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&amp;nbsp;&lt;/div&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxzEcT0k8cNR1MEOcIlqubb3CnOOrBG_xAVoTzhgraiNv1ukPcuOBhxLjNDMPlldtmuUczn82IzhaQ17IZ2eqTrTe7RBaialoDAtzwMynCNpux2ow7ACeawcPizXmKiBi7nr_5YIpoIdoO/s1600/Simple-white-grey.png" target="_blank"&gt;&lt;img alt="Vista previa" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://www.mediafire.com/download/e718w5y4insexr8/SimpleyGrey%28plantillasbloggers.com%29.rar" target="_blank"&gt;&lt;img alt="Descargar plantilla" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid rgb(221, 221, 221);"&gt;
&lt;legend style="border: 1px solid rgb(221, 221, 221);"&gt;DESCRIPCIÓN&lt;/legend&gt;
La plantilla &lt;b&gt;Simple Grey&lt;/b&gt; es una template gratuita para blogger, de diseño sencillo, estilo revista minimalista, de rápida carga y optimizado para adsense.
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid rgb(221, 221, 221);"&gt;
&lt;legend style="border: 1px solid rgb(221, 221, 221);"&gt;AUTOR&lt;/legend&gt;
Autor: &lt;a href="http://www.idblogdesign.com/" target="_blank"&gt;idblogdesign&lt;/a&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid rgb(221, 221, 221);"&gt;
&lt;legend style="border: 1px solid rgb(221, 221, 221);"&gt;CARACTERÍSTICAS&lt;/legend&gt;

2 sidebar,
entradas al centro,
3 columnas,
Optimizado para adsense,
diseño minimalista y sencillo.
Menú superior.
Colores: blanco

&lt;/fieldset&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxzEcT0k8cNR1MEOcIlqubb3CnOOrBG_xAVoTzhgraiNv1ukPcuOBhxLjNDMPlldtmuUczn82IzhaQ17IZ2eqTrTe7RBaialoDAtzwMynCNpux2ow7ACeawcPizXmKiBi7nr_5YIpoIdoO/s72-c/Simple-white-grey.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>MusicStyle - Plantilla para Blogger</title><link>http://templantillas.blogspot.com/2014/04/musicstyle-plantilla-para-blogger_30.html</link><category>2 Columnas</category><category>Negro</category><category>Rojo</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Wed, 30 Apr 2014 10:16:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-7249676037672415094</guid><description>&lt;fieldset style="border: 1px solid #ddd;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhu7_404im8SC3Ft-tG13NXcn3MfUiwjnOPfeqbfBHRTe2FlWjmCEySbvkHSxMUFNF-cxeQUl4yaLuaPE5zt_Ut3xxeWEOsHIQTjuXHhQ_a29LkxPYdyqilUtVfA2CO8nKpTG6R13g3njLQ/s1600/cusicstylo.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhu7_404im8SC3Ft-tG13NXcn3MfUiwjnOPfeqbfBHRTe2FlWjmCEySbvkHSxMUFNF-cxeQUl4yaLuaPE5zt_Ut3xxeWEOsHIQTjuXHhQ_a29LkxPYdyqilUtVfA2CO8nKpTG6R13g3njLQ/s1600/cusicstylo.png" height="198" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhu7_404im8SC3Ft-tG13NXcn3MfUiwjnOPfeqbfBHRTe2FlWjmCEySbvkHSxMUFNF-cxeQUl4yaLuaPE5zt_Ut3xxeWEOsHIQTjuXHhQ_a29LkxPYdyqilUtVfA2CO8nKpTG6R13g3njLQ/s1600/cusicstylo.png" target="_blank"&gt;&lt;img alt=" Vista previa" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://www.mediafire.com/download/lcces5gqqabvhbl/MusicStyle_plantillasbloggers.rar" target="_blank"&gt;&lt;img alt=" Descargar" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #ddd;"&gt;
&lt;legend style="border: 1px solid #ddd;"&gt;DATOS DE INTERÉS&lt;/legend&gt;&lt;br /&gt;
Plantilla de estilo musical para blogger. Cuenta con 2 columnas y barra lateral derecha. La música es una parte muy importante de nuestra vida, escuchamos música todos los días. Pero, ¿por qué no nos muestras sus preferencias y las noticias sobre la música sólo mediante el uso de esta plantilla? El fondo se raspa con un diseño muy interesante.&lt;br /&gt;
Esta plantilla tiene páginas habilitadas, y se muestra en la parte superior del menú encima de la cabecera, las etiquetas se pueden encontrar en el segundo menú.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Características:&lt;/b&gt;&lt;br /&gt;
2 columnas y barras laterales rectos y 3 columnas en el pie de página-puede arrastrar y soltar los widgets.&lt;br /&gt;
Iconos sociales - colocados en la parte superior de la barra lateral, fácil de editar el código HTML, habilidades necesarias&lt;br /&gt;
Puestos destacados permitido - se coloca sobre el contenido de la parte superior, fácil de editar a través de cuadro de mandos&lt;br /&gt;
Cuadro de búsqueda en el menú - para facilitar la búsqueda en su blog&lt;/fieldset&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhu7_404im8SC3Ft-tG13NXcn3MfUiwjnOPfeqbfBHRTe2FlWjmCEySbvkHSxMUFNF-cxeQUl4yaLuaPE5zt_Ut3xxeWEOsHIQTjuXHhQ_a29LkxPYdyqilUtVfA2CO8nKpTG6R13g3njLQ/s72-c/cusicstylo.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Magazine Basic plantila para blogger</title><link>http://templantillas.blogspot.com/2014/03/vista-previa.html</link><category>3 Columnas</category><category>Blanco</category><category>Revista</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Fri, 21 Mar 2014 15:00:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-1298091175728769541</guid><description>&lt;fieldset style="border: 1px solid rgb(204, 204, 204);"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkX2r8Nqe88I9Bvh6uF1oGErWpgCtTrTpmBe9CZf_2y-mPMSSD2dbxZ8uBmQqec8M7Gbr5I3yjknuV47Pc-RqlsR5KWipcYKj6fQosCwAiS4gb7k1_ZoESYOY4RvM_foE4QiOHP0P0bk8q/s1600/magazinebasic.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkX2r8Nqe88I9Bvh6uF1oGErWpgCtTrTpmBe9CZf_2y-mPMSSD2dbxZ8uBmQqec8M7Gbr5I3yjknuV47Pc-RqlsR5KWipcYKj6fQosCwAiS4gb7k1_ZoESYOY4RvM_foE4QiOHP0P0bk8q/s1600/magazinebasic.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5pYATtWkcLkOKwiMG36fOCeOUUllW_fv3q18q6ozfD3IdOhI8I69ozx04vCAKj_aTvpJBZvnTvqkiwe9XrbsJNzlAI-jMqWsrIEeFIq9Ea6Nx7yJt8FdEE9-sZUdJpTyYbFSwNT9YR6Q3/s800-Ic42/Almeriense%252520online.png" target="_blank"&gt;&lt;img alt="Vista previa" border="0" height="74" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="https://app.box.com/s/d2ykktraozb755luwvauo41ompj99bw5" target="_blank"&gt;&lt;img alt="Descargar" border="0" height="80" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid rgb(204, 204, 204);"&gt;
&lt;legend style="border: 1px solid rgb(204, 204, 204);"&gt;DATOS DE INTERÉS&lt;/legend&gt;
&lt;br /&gt;
&lt;center&gt;
Nombre de la plantilla: Magazine Basic&lt;/center&gt;
&lt;center&gt;
Original Designer: Bavotasan&lt;/center&gt;
&lt;center&gt;
Bloggerize by:&lt;a href="http://www.freebloggertemplate.info/" target="_blank"&gt; Free Blogger Template&lt;/a&gt; (actualizada)&lt;/center&gt;
&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkX2r8Nqe88I9Bvh6uF1oGErWpgCtTrTpmBe9CZf_2y-mPMSSD2dbxZ8uBmQqec8M7Gbr5I3yjknuV47Pc-RqlsR5KWipcYKj6fQosCwAiS4gb7k1_ZoESYOY4RvM_foE4QiOHP0P0bk8q/s72-c/magazinebasic.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Farhan side template</title><link>http://templantillas.blogspot.com/2014/03/farhan-side-template.html</link><category>2 Columnas</category><category>Blanco</category><category>Minimalista</category><category>Rojo</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Wed, 12 Mar 2014 11:33:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-5445364038531420311</guid><description>&lt;fieldset style="border: 1px solid rgb(204, 204, 204);"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj51Vd24jtqzL78KycLqXbOSx7-TKJ23bTIFVnJlDgyB5ITXOkIQB1gm-oykLBInwdxMhYlv3xdEDFP4DusapetmmRmMXfW_BQCYIx850HzGuIP1qVqWTfNhPsvPIG2Sn-k3aw_vvJClq2c/s1600/Screenshot_1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj51Vd24jtqzL78KycLqXbOSx7-TKJ23bTIFVnJlDgyB5ITXOkIQB1gm-oykLBInwdxMhYlv3xdEDFP4DusapetmmRmMXfW_BQCYIx850HzGuIP1qVqWTfNhPsvPIG2Sn-k3aw_vvJClq2c/s1600/Screenshot_1.png" height="202" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj51Vd24jtqzL78KycLqXbOSx7-TKJ23bTIFVnJlDgyB5ITXOkIQB1gm-oykLBInwdxMhYlv3xdEDFP4DusapetmmRmMXfW_BQCYIx850HzGuIP1qVqWTfNhPsvPIG2Sn-k3aw_vvJClq2c/s1600/Screenshot_1.png" target="_blank"&gt;&lt;img alt=" Vista previa" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://box.coolbthemes.com/?coolbthemesdownload=http://www.box.com/s/zxbybjz2w1q26ljin48i" target="_blank"&gt;&lt;img alt="Descargar" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid rgb(204, 204, 204);"&gt;
&lt;legend style="border: 1px solid rgb(204, 204, 204);"&gt;DESCRIPCIÓN&lt;/legend&gt;
Farhan side template es una plantilla de blogger pequeña en 2 columnas. Sidebar lateral a la derecha y zona de pie de página en 3 columnas. plantilla base de color simple y limpia. Este tema de diseño utiliza el naranja y blanco, pero el color negro es usado como fondo de pie de página. diseño simple, tamaño minimalista y amigable. anuncios de vínculo superior del menú 468px banner.

&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid rgb(204, 204, 204);"&gt;
&lt;legend style="border: 1px solid rgb(204, 204, 204);"&gt;DATOS DE AUTOR&lt;/legend&gt;
&lt;strong&gt;&lt;/strong&gt;
&lt;div style="text-align: center;"&gt;
&lt;strong&gt;&lt;strong&gt;Diseñado por:&lt;/strong&gt; &lt;/strong&gt;Muhammad farhan&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;strong&gt;Web de autor:&lt;/strong&gt; http://www.tuliskan.com
&lt;/div&gt;
&lt;/fieldset&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj51Vd24jtqzL78KycLqXbOSx7-TKJ23bTIFVnJlDgyB5ITXOkIQB1gm-oykLBInwdxMhYlv3xdEDFP4DusapetmmRmMXfW_BQCYIx850HzGuIP1qVqWTfNhPsvPIG2Sn-k3aw_vvJClq2c/s72-c/Screenshot_1.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Greeny Life plantilla para blogger</title><link>http://templantillas.blogspot.com/2014/02/greeny-life-plantilla-para-blogger.html</link><category>2 Columnas</category><category>Minimalista</category><category>Todas las plantillas</category><category>Verde</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Sun, 2 Feb 2014 17:07:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-2161183095864344134</guid><description>&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgj7U2AhIWqs_VfuUww463xG7bVk_4MlJlVYEHprebs4LlYsEe9irFlRv0DBVAyIHAOD_vaPOt5Ssb5krcyy-kpuyzt0dRGpYs1qxkrSi9wgDkhuDagrWZyUi6TtEChlN6cmmohlE_uUWwR/s1600/template-green_1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgj7U2AhIWqs_VfuUww463xG7bVk_4MlJlVYEHprebs4LlYsEe9irFlRv0DBVAyIHAOD_vaPOt5Ssb5krcyy-kpuyzt0dRGpYs1qxkrSi9wgDkhuDagrWZyUi6TtEChlN6cmmohlE_uUWwR/s1600/template-green_1.png" height="190" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://greenylife-fbt.blogspot.com.es/" target="_blank"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="https://app.box.com/shared/t814dhiggfp2fe4m551m" target="_blank"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Diseño por:&lt;/b&gt; Bluewebtemplates&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Plantilla Por:&lt;/b&gt; Plantilla gratuito Blogger
&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Descripción:&lt;/b&gt; Greeny Life es una plantilla libre para blogger con dos columnas, barra lateral derecha, sencilla y limpia.&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;legend style="border: 1px solid #cccccc;"&gt;INSTRUCCIONES PARA EL MENÚ DE NAVEGACIÓN&lt;/legend&gt;&lt;br /&gt;
Ir a &lt;b&gt;plantilla&lt;/b&gt;, &lt;b&gt;Edición HTML&lt;/b&gt;, y buscamos y editamos este código:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='menu_nav'&amp;gt; &amp;lt;ul&amp;gt; &amp;lt;li class='active'&amp;gt; &amp;lt;a href='/'&amp;gt; &amp;lt;span&amp;gt; Inicio &amp;lt;/ span&amp;gt; &amp;lt;/ a&amp;gt; &amp;lt;/ li&amp;gt; &amp;lt;li&amp;gt; &amp;lt;a href = " # "&amp;gt; &amp;lt;span&amp;gt; Soporte &amp;lt;/ span&amp;gt; &amp;lt;/ a&amp;gt; &amp;lt;/ li&amp;gt; &amp;lt;li&amp;gt; &amp;lt;a href = " # "&amp;gt; &amp;lt;span&amp;gt; Quiénes somos &amp;lt;/ span&amp;gt; &amp;lt;/ a&amp;gt; &amp;lt;/ li&amp;gt; &amp;lt;li&amp;gt; &amp;lt;a href = " # "&amp;gt; &amp;lt;span&amp;gt; Blog &amp;lt;/ span&amp;gt; &amp;lt;/ a&amp;gt; &amp;lt;/ li&amp;gt; &amp;lt;li&amp;gt; &amp;lt;a href = ' # '&amp;gt; &amp;lt;span&amp;gt; Contáctenos &amp;lt;/ span&amp;gt; &amp;lt;/ a&amp;gt; &amp;lt;/ li&amp;gt; &amp;lt;/ ul&amp;gt; &amp;lt;/ div&amp;gt;
&lt;/fieldset&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgj7U2AhIWqs_VfuUww463xG7bVk_4MlJlVYEHprebs4LlYsEe9irFlRv0DBVAyIHAOD_vaPOt5Ssb5krcyy-kpuyzt0dRGpYs1qxkrSi9wgDkhuDagrWZyUi6TtEChlN6cmmohlE_uUWwR/s72-c/template-green_1.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Cerveza y menta plantilla blogger</title><link>http://templantillas.blogspot.com/2014/01/cerveza-y-menta-plantilla-blogger.html</link><category>3 Columnas</category><category>Revista</category><category>Todas las plantillas</category><category>Verde</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Tue, 28 Jan 2014 02:40:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-4358693562906903406</guid><description>&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWo6hIw8rLNV6kQJNe6YCxlafkfbZb3LlBt0Q1CAnEHLoh-fCxcRwrhsgd8DMajl5xEFEK1NAG2xKYvgNG0m2xgbCm_UJ_mweKCFoUPHh4YbbQ1I2-j8js1AzjqaZ77icJo_YQ9h13hKpA/s1600/plantilla-cer-y-ment.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWo6hIw8rLNV6kQJNe6YCxlafkfbZb3LlBt0Q1CAnEHLoh-fCxcRwrhsgd8DMajl5xEFEK1NAG2xKYvgNG0m2xgbCm_UJ_mweKCFoUPHh4YbbQ1I2-j8js1AzjqaZ77icJo_YQ9h13hKpA/s1600/plantilla-cer-y-ment.png" height="205" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://cervezaymenta.blogspot.com/" target="_blank"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="https://app.box.com/s/qijl92lqnr2rgrupjn0l" target="_blank"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Plantilla de autor:&lt;/b&gt; Templantillas&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Diseñador:&lt;/b&gt; &lt;a href="http://twitter.com/duque71" target="_blank"&gt;@duque71&lt;/a&gt; (Utilizando el editor de plantillas de &lt;a href="http://blogger.com/" target="_blank"&gt;blogger&lt;/a&gt;)&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Licencia:&lt;/b&gt; GRATIS&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;legend style="border: 1px solid #cccccc;"&gt;DESCRIPCIÓN&lt;/legend&gt;&lt;br /&gt;
&lt;a href="http://cervezaymenta.blogspot.com/" target="_blank"&gt;Cerveza y menta&lt;/a&gt; es una plantilla libre para blogger con tres columnas, barra lateral derecha y central, la cual desparece al entrar al post, el espacio para los anuncios en todos los sitios, en tonos clásicos verde claro y beis que le da un aspecto entrañable, soporta todas las &lt;a href="http://feeds.feedburner.com/Templantillas" target="_blank"&gt;redes sociales&lt;/a&gt;, entradas populares efecto zum y mas...
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;legend style="border: 1px solid #cccccc;"&gt;NOTA&lt;/legend&gt;&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;i&gt;Puedes perdirnos todo el soporte y la ayuda que necesites.
&lt;/i&gt;&lt;/div&gt;
&lt;/fieldset&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWo6hIw8rLNV6kQJNe6YCxlafkfbZb3LlBt0Q1CAnEHLoh-fCxcRwrhsgd8DMajl5xEFEK1NAG2xKYvgNG0m2xgbCm_UJ_mweKCFoUPHh4YbbQ1I2-j8js1AzjqaZ77icJo_YQ9h13hKpA/s72-c/plantilla-cer-y-ment.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Sora inspiración D71 (Plantilla para blogger)</title><link>http://templantillas.blogspot.com/2014/01/sora-inspiracion-d71-plantilla-para.html</link><category>2 Columnas</category><category>Con editor blogger</category><category>Negro</category><category>Todas las plantillas</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Mon, 27 Jan 2014 05:29:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-7609728280550980390</guid><description>&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIh1PVjR-zK7Sz6mW2KA-sAY8zI_XOVa2VP8CyIhVvHdoZtlHS7BaJlZCZuMIpTzXhUXVwr4BnmgrO0Ls5VndYwpB7BZN61aw1kpQPgVO_6PjZUcuqXSyT8znJfWrejFiOoGUaikhPe5vS/s1600/d71sora-inspiration.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIh1PVjR-zK7Sz6mW2KA-sAY8zI_XOVa2VP8CyIhVvHdoZtlHS7BaJlZCZuMIpTzXhUXVwr4BnmgrO0Ls5VndYwpB7BZN61aw1kpQPgVO_6PjZUcuqXSyT8znJfWrejFiOoGUaikhPe5vS/s1600/d71sora-inspiration.png" height="237" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://a-duque71.blogspot.com.es/" target="_blank"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="https://app.box.com/s/nugllsyppow4301a43wo" target="_blank"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
Plantilla de autor: Templantillas&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
Diseñador: &lt;a href="http://twitter.com/duque71" target="_blank"&gt;@duque71&lt;/a&gt; (Utilizando el editor de plantillas de blogger)&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
Licencia: GRATIS&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;legend style="border: 1px solid #cccccc;"&gt;DESCRIPCIÓN&lt;/legend&gt;&lt;a href="http://www.soratemplates.com/" target="_blank"&gt;Sora&lt;/a&gt; inspiración D71 es una plantilla libre para blogger con dos columnas, barra lateral derecha, el espacio para los anuncios, en tonos oscuras añejos, soporta todas las redes sociales, miniaturas de los mensajes de entradas populares, muchos sitios para poner gadgets, y mas cosas....&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIh1PVjR-zK7Sz6mW2KA-sAY8zI_XOVa2VP8CyIhVvHdoZtlHS7BaJlZCZuMIpTzXhUXVwr4BnmgrO0Ls5VndYwpB7BZN61aw1kpQPgVO_6PjZUcuqXSyT8znJfWrejFiOoGUaikhPe5vS/s72-c/d71sora-inspiration.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Gmaker, plantilla libre para blogger</title><link>http://templantillas.blogspot.com/2014/01/gmaker-plantilla-libre-para-blogger.html</link><category>2 Columnas</category><category>Blanco</category><category>Con editor blogger</category><category>Todas las plantillas</category><category>Verde</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Sat, 25 Jan 2014 19:14:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-2020111466108823549</guid><description>&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkp1-ubJYj24wlQJaR6efurDYykqfYgFC2ZotNwBNLPINNBxB9wlNAIayNAWcA3TA-vLSrIqJPhR2fr8TwYEBxoukxiYZ7-xZyR3PDXQBTMpjS7Zb_tUlwMvmaTjShpIKPgdqvlbBxNi4k/s1600/template-game-free.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkp1-ubJYj24wlQJaR6efurDYykqfYgFC2ZotNwBNLPINNBxB9wlNAIayNAWcA3TA-vLSrIqJPhR2fr8TwYEBxoukxiYZ7-xZyR3PDXQBTMpjS7Zb_tUlwMvmaTjShpIKPgdqvlbBxNi4k/s1600/template-game-free.png" height="235" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://gamemakerfree.blogspot.com.es/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="https://app.box.com/s/uj8ri2fd0x2ouznr6dbb" target="_blank"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Plantilla de autor:&amp;nbsp;&lt;/b&gt;&lt;a href="https://templantillas.blogspot.com/" target="_blank"&gt;Templantillas&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Diseñador:&amp;nbsp;&lt;/b&gt;&lt;span style="font-family: inherit;"&gt;&lt;a href="http://www.twitter.com/duque71" target="_blank"&gt;@duque71&lt;/a&gt;&amp;nbsp;(Utilizando el editor de plantillas de blogger)&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Descripción:&lt;/b&gt;&amp;nbsp;Gmakerfree es una plantilla libre para blogger con dos columnas, barra lateral derecha, el espacio para los anuncios, presentación de diapositivas, soporte de Twitter, miniaturas de los mensajes....&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;legend style="border: 1px solid #cccccc;"&gt;NOTA&lt;/legend&gt;
Excelente distribución para blogs acerca de juegos. Ademas si observas, te la llevas sin créditos en el pie de página, ole tu!&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkp1-ubJYj24wlQJaR6efurDYykqfYgFC2ZotNwBNLPINNBxB9wlNAIayNAWcA3TA-vLSrIqJPhR2fr8TwYEBxoukxiYZ7-xZyR3PDXQBTMpjS7Zb_tUlwMvmaTjShpIKPgdqvlbBxNi4k/s72-c/template-game-free.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Convertir código a text plano</title><link>http://templantillas.blogspot.com/2014/03/convertir-codigo-text-plano.html</link><category>Recursos</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Mon, 20 Jan 2014 13:27:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-8862269390876253969</guid><description>&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLuIQmSwaE4Xz4Asqh2YClu_XgVCVBW1KcUnmOAopJe7kbf_RlSKtLJe4kfY910ebYFsVSvfnNDBQUOWcK-xqgFRfDNa9ickqoWau0qFFuLW5mbhAKp4MApKhIoiaf-OY9Ni8yvTDhR1ub/s281/code1.png" /&gt;
&lt;br /&gt;
&lt;div align="center"&gt;
&lt;form action="#"&gt;
&lt;table align="center" border="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td align="center"&gt;&lt;textarea cols="30" name="xx" rows="15" style="border: 3px solid rgb(204, 204, 204); margin-bottom: 10px; width: 500px;"&gt;&lt;/textarea&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td align="center"&gt;&lt;input onclick="s=form.xx.value;s=s.replace(/&amp;lt;/g,'&amp;amp;lt;');s=s.replace(/&amp;gt;/g,'&amp;amp;gt;');s=s.replace(/&amp;amp;/g,'&amp;amp;');s=s.replace(/'/g,'&amp;amp;#039;');s=s.replace(/&amp;quot;/g,'&amp;amp;quot;'); form.xx.value = s; form.xx.focus();form.xx.select();return false;" style="background: url(&amp;quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvdpsTwf0HetPMYPqpC1erZWPnvZT_WDIFTX9IgoDzukubEvk0WOH8T63KRG2UGWdVMUqq0_xYMEMAvGTWrTToM-mhkB9KsPTH2MPJ9om1gefnWOAWfNgiS9-tHwHnLwiGnlisvHyH7mPK/s215/button_convertir.png&amp;quot;) no-repeat scroll 0% 0% transparent; border: 0pt none; height: 39px; width: 220px;" type="button" /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/form&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;
Esta es la perfecta herramienta gratuita online que te permite convertir HTML en texto plano. Puedes copiar y pegar aquí los códigos y convertirlos en texto legible para mostrar dichos códigos.&lt;br /&gt;
Transforma los códigos que en el editor de Blogger presentan problemas, también sirve para insertar códigos Google AdSense en la plantilla y escribir códigos HTML en los comentarios de los Blogs.
&lt;/fieldset&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLuIQmSwaE4Xz4Asqh2YClu_XgVCVBW1KcUnmOAopJe7kbf_RlSKtLJe4kfY910ebYFsVSvfnNDBQUOWcK-xqgFRfDNa9ickqoWau0qFFuLW5mbhAKp4MApKhIoiaf-OY9Ni8yvTDhR1ub/s72-c/code1.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>iHealth (Template blogger)</title><link>http://templantillas.blogspot.com/2011/12/ihealth-template-blogger.html</link><category>2 Columnas</category><category>Blanco</category><category>Todas las plantillas</category><category>Verde</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Thu, 22 Dec 2011 05:18:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-2354834967223454104</guid><description>&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqpxPjqsbALEP0kzP64UeHxxzfpzhaEF4ODhF4uwzYDpPUadsxCd7iuHCNfzRQTLtJxd7gt-kArfah3Ikh7lSxVZaA_-_oH_pS9Q9bCEHP1zDOCiV2O3tc-K5xUt4o3sxqPGvjdiZiLhvD/s1600/ihealth.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqpxPjqsbALEP0kzP64UeHxxzfpzhaEF4ODhF4uwzYDpPUadsxCd7iuHCNfzRQTLtJxd7gt-kArfah3Ikh7lSxVZaA_-_oH_pS9Q9bCEHP1zDOCiV2O3tc-K5xUt4o3sxqPGvjdiZiLhvD/s1600/ihealth.png" height="236" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://btemplates.com/2011/blogger-template-ihealth/demo/" target="_blank"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://btemplates.com/2011/blogger-template-ihealth/demo/" target="_blank"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Plantilla de autor:&lt;/b&gt;&amp;nbsp;PBTemplates&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Diseñador:&amp;nbsp;&lt;/b&gt;Temas nuevos WP&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Descripción:&lt;/b&gt;&amp;nbsp;iHealth es una plantilla libre de blogger adaptada de WordPress con dos columnas, barra lateral derecha, el espacio para los anuncios, presentación de diapositivas, soporte de Twitter, miniaturas de los mensajes y el menú desplegable.&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;i&gt;Excelente distribución de blogs acerca de la salud.&lt;/i&gt;&lt;/div&gt;
&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqpxPjqsbALEP0kzP64UeHxxzfpzhaEF4ODhF4uwzYDpPUadsxCd7iuHCNfzRQTLtJxd7gt-kArfah3Ikh7lSxVZaA_-_oH_pS9Q9bCEHP1zDOCiV2O3tc-K5xUt4o3sxqPGvjdiZiLhvD/s72-c/ihealth.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>WP Boxed Tech</title><link>http://templantillas.blogspot.com/2011/12/wp-boxed-tech.html</link><category>3 Columnas</category><category>Blanco</category><category>Revista</category><category>Todas las plantillas</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Thu, 15 Dec 2011 15:59:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-9082114103803199036</guid><description>&lt;fieldset style="border: 1px solid  #cccccc;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSu1fWZRsGlQFSGsdZhEM9aZGWWv9sEynPXkhMmd2BTOfjtAebDlFpXgTi5h69bKLvJLI7VZTsWcn2zWxXN4aOBSF64AsFJAm4hp1irvnb383xcNAF3O1yrXIzTUW9skI9o2brni8oVE6A/s1600/plantilla_caja_tech.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSu1fWZRsGlQFSGsdZhEM9aZGWWv9sEynPXkhMmd2BTOfjtAebDlFpXgTi5h69bKLvJLI7VZTsWcn2zWxXN4aOBSF64AsFJAm4hp1irvnb383xcNAF3O1yrXIzTUW9skI9o2brni8oVE6A/s400/plantilla_caja_tech.png" height="217" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://btemplates.com/2009/blogger-template-wp-boxed-tech/demo/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://btemplates.com/2009/blogger-template-wp-boxed-tech/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid  #cccccc;"&gt;&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;b&gt;Autor:&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&amp;nbsp;GZom (Plantilla libre de blogger)&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Descripción:&lt;/b&gt;&amp;nbsp;Tecnología WP caja es una plantilla libre de blogger adaptada de WordPress con 3 columnas, barra de la derecha, la revista con estilo, colores minimalista, neutral y las miniaturas de los mensajes.&lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSu1fWZRsGlQFSGsdZhEM9aZGWWv9sEynPXkhMmd2BTOfjtAebDlFpXgTi5h69bKLvJLI7VZTsWcn2zWxXN4aOBSF64AsFJAm4hp1irvnb383xcNAF3O1yrXIzTUW9skI9o2brni8oVE6A/s72-c/plantilla_caja_tech.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Perogato (Plantilla Blogger)</title><link>http://templantillas.blogspot.com/2011/12/perogato-plantilla-blogger.html</link><category>3 Columnas</category><category>Rojo</category><category>Todas las plantillas</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Thu, 15 Dec 2011 15:58:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-6305685235821753708</guid><description>&lt;fieldset style="border: 1px solid  #cccccc;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAIL2_2Bm_OUjFRK0lx-_DKFSYaMPHdUcxkfW2YDOMebu4VOE0880BXA0ZXOUttjcYE4FewHaLigsCIstKEHmn490INBgOFKYNvAMe0F0PQ2PtABNIurQnbDXRvlq49HK3JLfAEhN3di7J/s1600/perogato_plantilla.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAIL2_2Bm_OUjFRK0lx-_DKFSYaMPHdUcxkfW2YDOMebu4VOE0880BXA0ZXOUttjcYE4FewHaLigsCIstKEHmn490INBgOFKYNvAMe0F0PQ2PtABNIurQnbDXRvlq49HK3JLfAEhN3di7J/s400/perogato_plantilla.png" height="203" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://btemplates.com/2010/blogger-template-perogato/demo/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://btemplates.com/2010/blogger-template-perogato/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid  #cccccc;"&gt;&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;b&gt;Autor:&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&amp;nbsp;&lt;span class="Apple-style-span" style="border-collapse: collapse; line-height: 19px;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;span class="" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Web2Feel&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;(Plantilla libre de blogger)&lt;/span&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;b&gt;Descripción:&amp;nbsp;&lt;/b&gt;Perogato es una plantilla de blogger adaptada de WordPress con 3 columnas, barra lateral derecha, la galería de estilo, esquinas redondeadas y las miniaturas de los mensajes.&lt;/div&gt;
&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAIL2_2Bm_OUjFRK0lx-_DKFSYaMPHdUcxkfW2YDOMebu4VOE0880BXA0ZXOUttjcYE4FewHaLigsCIstKEHmn490INBgOFKYNvAMe0F0PQ2PtABNIurQnbDXRvlq49HK3JLfAEhN3di7J/s72-c/perogato_plantilla.png" width="72"/></item><item><title>iVideoGames</title><link>http://templantillas.blogspot.com/2011/12/ivideogames.html</link><category>3 Columnas</category><category>Gris</category><category>Negro</category><category>Todas las plantillas</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Thu, 15 Dec 2011 15:56:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-3482583059058635682</guid><description>&lt;fieldset style="border: 1px solid  #cccccc;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFnEum5ttA-nlmIjFI2ODExbESv1HNsaAuww_k9n7jrjgmA7QFc80gnc6O9628UncfekRuFWnOoJXwx8IY2bg7Fpbi9s5aj9u9LQCCWl1bHy-8J_5VXxf1q7jC1ti8cfocK6iHVXXybNXq/s1600/ivideo_plamtilla.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFnEum5ttA-nlmIjFI2ODExbESv1HNsaAuww_k9n7jrjgmA7QFc80gnc6O9628UncfekRuFWnOoJXwx8IY2bg7Fpbi9s5aj9u9LQCCWl1bHy-8J_5VXxf1q7jC1ti8cfocK6iHVXXybNXq/s400/ivideo_plamtilla.png" height="207" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://btemplates.com/2011/blogger-template-ivideogames/demo/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://btemplates.com/2011/blogger-template-ivideogames/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid  #cccccc;"&gt;&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;b&gt;Autor:&lt;/b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;PBTemplates&lt;/div&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;b&gt;Diseñador:&lt;/b&gt;&amp;nbsp;Temas nuevos WP&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;Descripción:&lt;/b&gt;&amp;nbsp;iVideoGames es una plantilla de blogger adaptada de WordPress con 3 columnas, barra lateral a la derecha y la izquierda, al estilo de revista, esquinas redondeadas, un espacio para anuncios, presentación de diapositivas y miniaturas de los mensajes.
&lt;br /&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
Excelente distribución de blogs sobre juegos.&lt;/div&gt;
&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFnEum5ttA-nlmIjFI2ODExbESv1HNsaAuww_k9n7jrjgmA7QFc80gnc6O9628UncfekRuFWnOoJXwx8IY2bg7Fpbi9s5aj9u9LQCCWl1bHy-8J_5VXxf1q7jC1ti8cfocK6iHVXXybNXq/s72-c/ivideo_plamtilla.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Fútbol (Plantilla para blogger)</title><link>http://templantillas.blogspot.com/2011/12/futbol-plantilla-para-blogger.html</link><category>2 Columnas</category><category>Todas las plantillas</category><category>Verde</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Thu, 15 Dec 2011 15:52:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-855027007941458261</guid><description>&lt;fieldset style="border: 1px solid  #cccccc;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEzjprzJyQSnE46YXzfpbYUcln5ynIlW9cO-ssSAYhz9uDRqMw-mmAmcT2HCpmoy-qiHTQwoYYvJbT57KprfmyyM1vANndYtZOyOJ8uGXUJQC7hZq29rDaV8pBsVnauFC6qwvFPlRNzxCN/s1600/Pantallazo-2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEzjprzJyQSnE46YXzfpbYUcln5ynIlW9cO-ssSAYhz9uDRqMw-mmAmcT2HCpmoy-qiHTQwoYYvJbT57KprfmyyM1vANndYtZOyOJ8uGXUJQC7hZq29rDaV8pBsVnauFC6qwvFPlRNzxCN/s400/Pantallazo-2.png" height="207" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://btemplates.com/2009/blogger-template-futebol/demo/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://btemplates.com/2009/blogger-template-futebol/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid  #cccccc;"&gt;&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;b&gt;Autor:&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;Templates Novo Blogger&lt;/span&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;b&gt;Descripción:&lt;/b&gt;&amp;nbsp;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; color: #333333; line-height: 20px;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Fútbol&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; color: #333333; line-height: 20px;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&amp;nbsp;es una plantilla de blogger con 3 columnas, barra lateral izquierda, la galería de estilo, esquinas redondeadas y las miniaturas de los mensajes. Anímate a crear tu blog ahora que empieza la liga con esta impresionante plantilla.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; color: #333333; line-height: 20px;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEzjprzJyQSnE46YXzfpbYUcln5ynIlW9cO-ssSAYhz9uDRqMw-mmAmcT2HCpmoy-qiHTQwoYYvJbT57KprfmyyM1vANndYtZOyOJ8uGXUJQC7hZq29rDaV8pBsVnauFC6qwvFPlRNzxCN/s72-c/Pantallazo-2.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Smash Magazine</title><link>http://templantillas.blogspot.com/2011/12/smash-magazine.html</link><category>3 Columnas</category><category>Azul</category><category>Blanco</category><category>Revista</category><category>Todas las plantillas</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Thu, 15 Dec 2011 15:50:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-9077028820820116620</guid><description>&lt;fieldset style="border: 1px solid #cccccc;background:#ffffff;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2AS4G-7IwdkybzRxE7hNZMhTeKTnhVvaTxqBPJ3m7egZfzH98XzfplyuqKKt2XThLOmjTsbvWGgIXRPfL5HUMYnRcmzxAJ2ZKO48fnidfptzMWCY5z_zWPNWvlSbWTkffU0mcqzGwv2vA/s1600/magaz.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2AS4G-7IwdkybzRxE7hNZMhTeKTnhVvaTxqBPJ3m7egZfzH98XzfplyuqKKt2XThLOmjTsbvWGgIXRPfL5HUMYnRcmzxAJ2ZKO48fnidfptzMWCY5z_zWPNWvlSbWTkffU0mcqzGwv2vA/s400/magaz.png" height="197" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://btemplates.com/2010/blogger-template-smash-magazine/demo/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://btemplates.com/2010/blogger-template-smash-magazine/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;background:#ffffff;color:#000000"&gt;&lt;legend style="background:#ffffff;border: 1px solid #cccccc;color:#000000"&gt;DATOS DE INTERÉS&lt;/legend&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;b&gt;Autor:&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&amp;nbsp;Bloggermint&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Descripción:&lt;/b&gt;&amp;nbsp;Plantilla de blogger con 3 columnas, barra lateral derecha, la revista de estilo, espacio para los anuncios, las columnas de pie de página, presentación de diapositivas y miniaturas de los mensajes.&lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2AS4G-7IwdkybzRxE7hNZMhTeKTnhVvaTxqBPJ3m7egZfzH98XzfplyuqKKt2XThLOmjTsbvWGgIXRPfL5HUMYnRcmzxAJ2ZKO48fnidfptzMWCY5z_zWPNWvlSbWTkffU0mcqzGwv2vA/s72-c/magaz.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Plantilla para blogger - Counter Force</title><link>http://templantillas.blogspot.com/2011/12/plantilla-para-blogger-counter-force.html</link><category>2 Columnas</category><category>Todas las plantillas</category><category>Verde</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Thu, 15 Dec 2011 15:48:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-4893107783922764733</guid><description>&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiU4L7mvYVvqQwCuvUze3Z8e4LZdZoPGTWL5ZnVpQtLfsKo-kbFJWZebBFSPvUJLIL6JH7_FcRE-u4i4xerIP0JxIHTyFGKV69XR7nIYSEMz7nkQMLWKcXd2UN06Zi1iZdWq-Z2pUqVGAiF/s1600/Image+1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiU4L7mvYVvqQwCuvUze3Z8e4LZdZoPGTWL5ZnVpQtLfsKo-kbFJWZebBFSPvUJLIL6JH7_FcRE-u4i4xerIP0JxIHTyFGKV69XR7nIYSEMz7nkQMLWKcXd2UN06Zi1iZdWq-Z2pUqVGAiF/s400/Image+1.png" height="245" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiU4L7mvYVvqQwCuvUze3Z8e4LZdZoPGTWL5ZnVpQtLfsKo-kbFJWZebBFSPvUJLIL6JH7_FcRE-u4i4xerIP0JxIHTyFGKV69XR7nIYSEMz7nkQMLWKcXd2UN06Zi1iZdWq-Z2pUqVGAiF/s1600/Image+1.png"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://www.box.net/shared/tqejh6o8rf"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;
&lt;br /&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;b&gt;Autor:&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&amp;nbsp;EZ WPthemes&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Descripción:&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&amp;nbsp;Counter Force es una plantilla blogger adaptada de WordPress con dos columnas, barra lateral izquierda y esquinas redondeadas. Diseños y lineas de ciencia ficción, rasgos militares. acción, aventura , y mucho mas, es lo que muestra esta plantilla que bien podría servir para alojar juegos, hablar de ellos, etc... Predomina el color verde militar combinado con tonos oscuros.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiU4L7mvYVvqQwCuvUze3Z8e4LZdZoPGTWL5ZnVpQtLfsKo-kbFJWZebBFSPvUJLIL6JH7_FcRE-u4i4xerIP0JxIHTyFGKV69XR7nIYSEMz7nkQMLWKcXd2UN06Zi1iZdWq-Z2pUqVGAiF/s72-c/Image+1.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Blue Uzor (plantilla libre blogger)</title><link>http://templantillas.blogspot.com/2011/12/blue-uzor.html</link><category>2 Columnas</category><category>Azul</category><category>Blanco</category><category>Todas las plantillas</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Thu, 15 Dec 2011 12:14:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-3469765702693406789</guid><description>&lt;fieldset style="border: 1px solid  #cccccc;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWP4cIjO8pK0l5AJxL-Zs_sPNwafZUdB3kZBgn1N0ZNbuWUEE5nCzyoRagkUkE55yVIr5n6v3bNtkhgTZ-or98p3ecYCDQYnQX3A7hxhVHK9cpfp86RgiT8uh0iZPCm3A2QNKcAwzLL7jb/s1600/Blue-uzor.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWP4cIjO8pK0l5AJxL-Zs_sPNwafZUdB3kZBgn1N0ZNbuWUEE5nCzyoRagkUkE55yVIr5n6v3bNtkhgTZ-or98p3ecYCDQYnQX3A7hxhVHK9cpfp86RgiT8uh0iZPCm3A2QNKcAwzLL7jb/s400/Blue-uzor.png" height="241" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://tinyurl.com/6kcoezq"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://www.box.net/shared/ihkmhoq3od"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid  #cccccc;"&gt;&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;b&gt;Autor:&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&amp;nbsp;Purple Fab&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;b&gt;Descripción:&lt;/b&gt;&amp;nbsp;Plantilla blogger adaptado de WordPress con 3 columnas, barra lateral derecha, esquinas redondeadas, aspecto sencillo y tonos azulados clásicos para esta platilla de blogger de aspecto limpio y claro. Con iconos grandes y muy intuitivos convierten a este template en &amp;nbsp;adaptable para casi cualquier tema que trates.&lt;/div&gt;
&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWP4cIjO8pK0l5AJxL-Zs_sPNwafZUdB3kZBgn1N0ZNbuWUEE5nCzyoRagkUkE55yVIr5n6v3bNtkhgTZ-or98p3ecYCDQYnQX3A7hxhVHK9cpfp86RgiT8uh0iZPCm3A2QNKcAwzLL7jb/s72-c/Blue-uzor.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>It.s Christmas (Template Navideño)</title><link>http://templantillas.blogspot.com/2011/12/its-christmas-template-navideno.html</link><category>2 Columnas</category><category>Azul</category><category>Blanco</category><category>Navidad</category><category>Rojo</category><category>Todas las plantillas</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Thu, 15 Dec 2011 11:53:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-5209466143986053638</guid><description>&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkUDHpMcIrkAJLCFVgVcg7vlFdP1fcs73SwsYsSiuIPQInaNQGhdI_RqnoeRctfaLE67vFWOSJKMp3l1jtRBZR_lLZHPnOEfc0mcBpU56br76nnTnIHbF0jnrzw8WRZXiWi2Vzihm4K7EM/s1600/img-template.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkUDHpMcIrkAJLCFVgVcg7vlFdP1fcs73SwsYsSiuIPQInaNQGhdI_RqnoeRctfaLE67vFWOSJKMp3l1jtRBZR_lLZHPnOEfc0mcBpU56br76nnTnIHbF0jnrzw8WRZXiWi2Vzihm4K7EM/s400/img-template.png" height="192" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkUDHpMcIrkAJLCFVgVcg7vlFdP1fcs73SwsYsSiuIPQInaNQGhdI_RqnoeRctfaLE67vFWOSJKMp3l1jtRBZR_lLZHPnOEfc0mcBpU56br76nnTnIHbF0jnrzw8WRZXiWi2Vzihm4K7EM/s1600/img-template.png" target="_blank"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://www.box.com/s/i7k47k95bhpf4pdfobya" target="_blank"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid  #cccccc;"&gt;&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;span class="Apple-style-span"&gt;Autor:&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt; Lorem Ipsum&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;(Plantilla libre de blogger)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;b&gt;Diseñador:&amp;nbsp;&lt;/b&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;Lorem Ipsum&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;b&gt;Descripción:&amp;nbsp;&lt;/b&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; line-height: 20px;"&gt;It.s Christmas es una plantilla libre de blogger a dos columnas que hace claramente referencia a la Navidad, barra lateral a la derecha, diseño de web 2.0 y elementos vectoriales.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkUDHpMcIrkAJLCFVgVcg7vlFdP1fcs73SwsYsSiuIPQInaNQGhdI_RqnoeRctfaLE67vFWOSJKMp3l1jtRBZR_lLZHPnOEfc0mcBpU56br76nnTnIHbF0jnrzw8WRZXiWi2Vzihm4K7EM/s72-c/img-template.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Account Book</title><link>http://templantillas.blogspot.com/2011/12/account-book.html</link><category>2 Columnas</category><category>Blanco</category><category>Todas las plantillas</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Thu, 15 Dec 2011 11:52:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-3930680660035380842</guid><description>&lt;fieldset style="border: 1px solid  #cccccc;"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiU5LAy5gUEKz390bBsRll5qGxV5TjfVxNTvuXrVQNC6aa2wk7ycIfne-ZvNNVLs-wuG3lYbzYxNZvyzDIU0qzY1gaDRVxDMTwVKUrW2OJ5qE0lRlmB5XVbY_nQ7KbUCibZeaGPBgf9323b/s1600/Template+Account+book.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiU5LAy5gUEKz390bBsRll5qGxV5TjfVxNTvuXrVQNC6aa2wk7ycIfne-ZvNNVLs-wuG3lYbzYxNZvyzDIU0qzY1gaDRVxDMTwVKUrW2OJ5qE0lRlmB5XVbY_nQ7KbUCibZeaGPBgf9323b/s400/Template+Account+book.png" height="238" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiU5LAy5gUEKz390bBsRll5qGxV5TjfVxNTvuXrVQNC6aa2wk7ycIfne-ZvNNVLs-wuG3lYbzYxNZvyzDIU0qzY1gaDRVxDMTwVKUrW2OJ5qE0lRlmB5XVbY_nQ7KbUCibZeaGPBgf9323b/s1600/Template+Account+book.png"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://www.box.net/shared/jci0eexdeb"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid  #cccccc;"&gt;&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;b&gt;Autor:&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&amp;nbsp;GoBlogger Templates&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;b&gt;Descripción:&lt;/b&gt;&amp;nbsp;Libro de cuentas. Plantilla blogger adaptado de WordPress con 2 columnas y barra lateral derecha.&amp;nbsp;Sencillo y original plantilla que simula un bloc de notas.Template para blogger a dos columnas fácil de configurar y personalizar. De aspecto limpio y tonos claros.&lt;/div&gt;
&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiU5LAy5gUEKz390bBsRll5qGxV5TjfVxNTvuXrVQNC6aa2wk7ycIfne-ZvNNVLs-wuG3lYbzYxNZvyzDIU0qzY1gaDRVxDMTwVKUrW2OJ5qE0lRlmB5XVbY_nQ7KbUCibZeaGPBgf9323b/s72-c/Template+Account+book.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Comp2 (Plantilla para Blogger)</title><link>http://templantillas.blogspot.com/2011/12/comp2-plantilla-para-blogger.html</link><category>2 Columnas</category><category>Azul</category><category>Blanco</category><category>Todas las plantillas</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Thu, 15 Dec 2011 11:46:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-1283864378051949416</guid><description>&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJJwGX3Jt92NL52kTIKDN8Mvnzo6rjOhgdgcYoPFs-394Y2MqT6UIOZBHuugOlErckwtgg3esN1192NzKVptsmSJPn5IKRDSesQEYK0F80aWQG_SfJlBl9lYnu8ncHnYeSwlhcOY7JQRvF/s1600/Pantallazo.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJJwGX3Jt92NL52kTIKDN8Mvnzo6rjOhgdgcYoPFs-394Y2MqT6UIOZBHuugOlErckwtgg3esN1192NzKVptsmSJPn5IKRDSesQEYK0F80aWQG_SfJlBl9lYnu8ncHnYeSwlhcOY7JQRvF/s400/Pantallazo.png" height="260" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://btemplates.com/2008/blogger-template-comp2/demo/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://btemplates.com/2008/blogger-template-comp2/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;b&gt;Autor:&lt;/b&gt; Bloggertricks (Plantilla libre de blogger)&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Diseñador:&lt;/b&gt; TopTut&amp;nbsp;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Descripción: &lt;/b&gt;Comp2 es una plantilla libre de blogger adaptada de WordPress con dos columnas, barra lateral izquierda, diseño de web 2.0, esquinas redondeadas y elementos vectoriales.
&lt;/div&gt;
&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJJwGX3Jt92NL52kTIKDN8Mvnzo6rjOhgdgcYoPFs-394Y2MqT6UIOZBHuugOlErckwtgg3esN1192NzKVptsmSJPn5IKRDSesQEYK0F80aWQG_SfJlBl9lYnu8ncHnYeSwlhcOY7JQRvF/s72-c/Pantallazo.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Company Green (Plantilla libre de blogger)</title><link>http://templantillas.blogspot.com/2011/12/company-green-plantilla-libre-de.html</link><category>2 Columnas</category><category>Negro</category><category>Todas las plantillas</category><category>Verde</category><author>noreply@blogger.com (Antonio Moreno)</author><pubDate>Thu, 15 Dec 2011 11:39:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-5356804775870612982.post-6390954164360539687</guid><description>&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijlJ_NXohuNBvseeGvg-uxizS3sznSXm_yeUqUXREMeksI3fhyAaI1tQvs7j9FSqQRpJahfQAjPRXmf8j-u6Q-vMXJB9_9kNFB8fvvCoA5x9NLmF27UlYRxzX2dQUTb827KUHLoi1ugN-8/s1600/Pantallazo.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijlJ_NXohuNBvseeGvg-uxizS3sznSXm_yeUqUXREMeksI3fhyAaI1tQvs7j9FSqQRpJahfQAjPRXmf8j-u6Q-vMXJB9_9kNFB8fvvCoA5x9NLmF27UlYRxzX2dQUTb827KUHLoi1ugN-8/s400/Pantallazo.png" height="203" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div align="center"&gt;
&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href="http://btemplates.com/2010/blogger-template-company-green/demo/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwzd8F9pE9VvUr_BMBfjIDoWx4JXyCPvKXoVXVjfb_Ib1bfASaCJ-Iao8J62OpTUKQHkAE26YVyNvRcyBSO-eMw5I1lGPHTNHHrUgA_E2Iaap8NzBxCZJuYHa42jfbI8D63q2Y-6NJ3bk/s1600/k4yxx5.png" height="74" width="215" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;a href="http://btemplates.com/2010/blogger-template-company-green/"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN1dS-IxAP26ucfOmJ63FZfuwAhDF9HV5XoeAyiGflOg2gscAvcGeRSgd9k_BNdzKtneOQIVgMZ0qGpeNeM_tEEUjkFS8JmG3vLeb6IPlywQ0D2xE_dQR_H2DRvjfDy7f0uAMj_vqsaXnX/s1600/jb4mt0.png" height="80" width="215" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;br /&gt;
&lt;fieldset style="border: 1px solid #cccccc;"&gt;
&lt;legend style="border: 1px solid #cccccc;"&gt;DATOS DE INTERÉS&lt;/legend&gt;&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;b&gt;Autor:&lt;/b&gt; Teknomobi (Plantilla libre de blogger)&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&amp;nbsp;Descripción:&lt;/b&gt; Empresa verde es una plantilla libre de Blogger con 2 columnas, barra lateral derecha, esquinas redondeadas, proyección de diapositivas y abstracto.
&lt;/div&gt;
&lt;/fieldset&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijlJ_NXohuNBvseeGvg-uxizS3sznSXm_yeUqUXREMeksI3fhyAaI1tQvs7j9FSqQRpJahfQAjPRXmf8j-u6Q-vMXJB9_9kNFB8fvvCoA5x9NLmF27UlYRxzX2dQUTb827KUHLoi1ugN-8/s72-c/Pantallazo.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item></channel></rss>