<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>Calle 60A No. 3A - 38, Bogotá - Colombia t.2554128


  
 
           
      input[type=’submit’].minimal, button.minimal {
          background: #e3e3e3 !important;
          border: 1px solid #bbb !important;
          -moz-border-radius: 3px !important;
          -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
          -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          color: #333 !important;
          font-family: “helvetica neue”, helvetica, arial, sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          line-height: 1 !important;
          padding: 8px 0 9px !important;
          text-align: center !important;
          text-shadow: 0 1px 0 #fff !important;
          width: 150px !important;
      }
      input[type=’submit’].minimal:hover, button.minimal:hover {
          background: #d9d9d9 !important;
          -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          box-shadow: inset 0 0 1px 1px #eaeaea !important;
          color: #222 !important;
          cursor: pointer !important;
      }
      input[type=’submit’].minimal:active, button.minimal:active {
          background: #d0d0d0 !important;
          -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          color: #000 !important;
      }
  
   
   
     Recibe nuestros correos
   
   Tu Correo
   
       
         
         
       
       
       
     Close
   
   
 
 
 var fancyboxLoaded;
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
        //Check if a fancybox plugin is already loaded
        try{
        fancyboxLoaded = $.fancybox
        }
        catch(err) {
          fancyboxLoaded=false;
        }
    } catch(err) {
        jqueryLoaded=false;
    }
               var head= document.getElementsByTagName('head')[0];
               var script= document.createElement('script');
    if (!jqueryLoaded) {
        script.type= 'text/javascript';
        script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
        head.appendChild(script);    
    }
    if (!fancyboxLoaded) {
      //Only load the CSS because the asynchronous JS might not load the script in time...
      //We'll load the script later with jQuery :)
      var fancystyle= document.createElement('link');
      fancystyle.setAttribute("rel", "stylesheet");
      fancystyle.setAttribute("type", "text/css");
      //TODO: Hey MC guys, you've gotta host this somewhere!
      fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css");
      head.appendChild(fancystyle);    
    }
 
 var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';
 try{
     err_style = mc_custom_error_style;
 } catch(e){
     err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
 }
 var head= document.getElementsByTagName('head')[0];
 var style= document.createElement('style');
 style.type= 'text/css';
 if (style.styleSheet) {
   style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
 } else {
   style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
 }
 head.appendChild(style);
 $(document).ready( function($) {
    //Button below the Tumblr Controls
    //TODO: Hey MC guys, you've gotta host the image linked below somewhere!
     var newsletter_link = document.createElement('a');
     newsletter_link.setAttribute('href', '#mc_embed_signup');
     newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup');
     newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;');
     var newsletter_image = document.createElement('img');
     newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png');
     newsletter_image.setAttribute('style', 'border:none;');
     newsletter_link.appendChild(newsletter_image);
     //Append Link to body
     $('body:first').append(newsletter_link);
     var options = {
       errorClass: 'mce_inline_error',
       errorElement: 'div',
       onkeyup: function(){},
       onfocusout:function(){},
       onblur:function(){},
       invalidHandler: function(form, validator) {
         setTimeout("$.fancybox.resize();", 50);
       }
     };
   var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
   options = { url: 'http://tallerdete.us6.list-manage.com/subscribe/post-json?u=0008e015d518f95806bd7e294&amp;id=d8b80e63c4&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                 beforeSubmit: function(){
                     $('#mce_tmp_error_msg').remove();
                     $('.datefield','#mc_embed_signup').each(
                         function(){
                             var txt = 'filled';
                             var fields = new Array();
                             var i = 0;
                             $(':text', this).each(
                                 function(){
                                     fields[i] = this;
                                     i++;
                                 });
                             $(':hidden', this).each(
                                 function(){
                                   if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                     this.value = '';
                   } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                     this.value = '';
                   } else {
                                       this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
                                   }
                                 });
                         });
                     return mce_validator.form();
                 }, 
                 success: mce_success_cb
             };
   $('#mc-embedded-subscribe-form').ajaxForm(options);
 });
 function mce_success_cb(resp){
     $('#mce-success-response').hide();
     $('#mce-error-response').hide();
     if (resp.result=="success"){
         $('#mce-'+resp.result+'-response').show();
         $('#mce-'+resp.result+'-response').html(resp.msg);
         $('#mc-embedded-subscribe-form').each(function(){
             this.reset();
             });
         $('#mc-embedded-subscribe').hide();
         $('.mc-field-group').hide();
         $('#mc-embedded-lightbox-close').show().focus();
     } else {
         var index = -1;
         var msg;
         try {
             var parts = resp.msg.split(' - ',2);
             if (parts[1]==undefined){
                 msg = resp.msg;
             } else {
                 i = parseInt(parts[0]);
                 if (i.toString() == parts[0]){
                     index = parts[0];
                     msg = parts[1];
                 } else {
                     index = -1;
                     msg = resp.msg;
                 }
             }
         } catch(e){
             index = -1;
             msg = resp.msg;
         }
         try{
             if (index== -1){
                 $('#mce-'+resp.result+'-response').show();
                 $('#mce-'+resp.result+'-response').html(msg);            
             } else {
                 err_id = 'mce_tmp_error_msg';
                 html = ' '+msg+'';
                 var input_id = '#mc_embed_signup';
                 var f = $(input_id);
                 if (ftypes[index]=='address'){
                     input_id = '#mce-'+fnames[index]+'-addr1';
                     f = $(input_id).parent().parent().get(0);
                 } else if (ftypes[index]=='date'){
                     input_id = '#mce-'+fnames[index]+'-month';
                     f = $(input_id).parent().parent().get(0);
                 } else {
                     input_id = '#mce-'+fnames[index];
                     f = $().parent(input_id).get(0);
                 }
                 if (f){
                     $(f).append(html);
                     $(input_id).focus();
                 } else {
                     $('#mce-'+resp.result+'-response').show();
                     $('#mce-'+resp.result+'-response').html(msg);
                 }
             }
         } catch(e){
             $('#mce-'+resp.result+'-response').show();
             $('#mce-'+resp.result+'-response').html(msg);
         }
     }
     $.fancybox.resize();
 }
 function initFancybox(){
   $("#mc-embedded-tumblr-signup").live('click', function(){
       $.fancybox({
         'autoDimensions'  : true,
         'width'           : 'auto',
         'height'          : 'auto',
         'href'            : $(this).attr('href'),
         'scrolling'       : 'no',
         'onComplete': function(){
         $('#mce-error-response').hide();
         $('div.mce_inline_error').hide();
         $('#mce-success-response').hide();
         $('#mce_tmp_error_msg').remove();
         $(':input','#mc-embedded-subscribe-form')
         .not(':button, :submit, :reset, :hidden')
         .val('')
         .removeAttr('checked')
         .removeAttr('selected');
         //focus first input field
         $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus();
         $('#mc-embedded-subscribe').show();
         $('.mc-field-group').show();
         $('#mc-embedded-lightbox-close').hide();
         }
       });
       return false;
   });
 }
 //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it
 if (!fancyboxLoaded){
   //TODO: Hey MC guys, you've gotta host this somewhere!
   $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){
       initFancybox();
   });
 }
 if (fancyboxLoaded) {
   initFancybox();
 }
 </description><title>Taller de Té</title><generator>Tumblr (3.0; @tallerdete)</generator><link>http://tallerdete.com/</link><item><title>DeTener el Tiempo – Afrodisiaca mezcla de té negro, blanco,...</title><description>&lt;img src="http://25.media.tumblr.com/9cface8ed952a8e15d630a01e2207a5d/tumblr_mn9pg7CnJI1qgm5o1o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;DeTener el Tiempo&lt;/strong&gt;&lt;span&gt; – Afrodisiaca mezcla de té negro, blanco, vainilla y rosas. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Foto: Diana Navas&lt;/span&gt;&lt;/p&gt;</description><link>http://tallerdete.com/post/51168433288</link><guid>http://tallerdete.com/post/51168433288</guid><pubDate>Thu, 23 May 2013 15:12:07 -0500</pubDate><category>Taller de Té</category><category>tea</category><category>té</category><category>Detener el Tiempo</category><category>Tea Blend</category><category>Mezclas de Té</category><category>Bogotá</category><category>Love Tea</category></item><item><title>"Tomar té es una forma de conectarse con la vida y la naturaleza. Lo más importante es que a través..."</title><description>“Tomar té es una forma de conectarse con la vida y la naturaleza. Lo más importante es que a...</description><link>http://tallerdete.com/post/51094231476</link><guid>http://tallerdete.com/post/51094231476</guid><pubDate>Wed, 22 May 2013 16:04:04 -0500</pubDate><category>té</category><category>taller de té</category><category>cultura de té</category><category>tea</category><category>life</category><category>cultura</category><category>taza de té</category><category>bogotá</category></item><item><title>"El té es el ejemplo perfecto de la complejidad de la vida, el cuidado desde temprana edad representa..."</title><description>“El té es el ejemplo perfecto de la complejidad de la vida, el cuidado desde temprana edad...</description><link>http://tallerdete.com/post/49456709662</link><guid>http://tallerdete.com/post/49456709662</guid><pubDate>Thu, 02 May 2013 15:22:00 -0500</pubDate><category>té</category><category>taller de té</category><category>significado del té</category><category>universidad de la sabana</category><category>bogotá</category><category>gastronomía</category><category>academia</category><category>tea</category></item><item><title>I want daisies in my hair, green tea in my hand, and love in my...</title><description>&lt;img src="http://25.media.tumblr.com/5640b399726a8881f7dcdd7b2dbaa192/tumblr_mkjds2IJHy1rjum26o1_400.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I want daisies in my hair, green tea in my hand, and love in my heart &lt;3&lt;/p&gt;</description><link>http://tallerdete.com/post/49375569071</link><guid>http://tallerdete.com/post/49375569071</guid><pubDate>Wed, 01 May 2013 14:11:42 -0500</pubDate><category>green tea</category><category>tea</category><category>taller de té</category><category>love</category><category>love tea</category><category>bogotá</category><category>bogotea</category></item><item><title>El té es la infusión de la hoja de la Camelia Sinensis, un árbol...</title><description>&lt;img src="http://25.media.tumblr.com/3e395e1c99edcc35a0d37137406a14df/tumblr_mm1gu8Mx9Q1qgm5o1o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;El &lt;strong&gt;té &lt;/strong&gt;es la infusión de la hoja de la Camelia Sinensis, un árbol perene (siempreviva), sólo uno de los 83 tipos de Camelias que existen. Los árboles pueden llegar a medir hasta 10 metros! Pero han sido “domesticados” en casi todas partes para que la recolección de la hoja sea más sencilla y eficiente.&lt;/p&gt;
&lt;p&gt;Hoy en día se pueden encontrar Camelias Sinensis de cientos de años y varios metros de alto en la provincia de Yunnan al sur occidente Chino.&lt;/p&gt;
&lt;p&gt;Lo que diferencia los diferentes tipos de té (blanco, verde, oolong, negro, dark…) es el proceso por el que pasa la hoja. Existen miles de tipos de té en el mundo!!!! &lt;/p&gt;</description><link>http://tallerdete.com/post/49211147538</link><guid>http://tallerdete.com/post/49211147538</guid><pubDate>Mon, 29 Apr 2013 17:51:44 -0500</pubDate><category>tea</category><category>té</category><category>cultura de té</category><category>tea culture</category><category>taller de té</category><category>yunnan</category><category>camelia sinensis</category></item><item><title>Lectura de hojas de Té por Jade Walsh</title><description>&lt;img src="http://25.media.tumblr.com/3f743d6823af43a18760dacb9ae7b899/tumblr_mlf8l1ggDj1qgm5o1o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Lectura de hojas de Té por Jade Walsh&lt;/p&gt;</description><link>http://tallerdete.com/post/48230798966</link><guid>http://tallerdete.com/post/48230798966</guid><pubDate>Wed, 17 Apr 2013 17:46:13 -0500</pubDate><category>tassology</category><category>tea</category><category>jade walsh</category><category>illustration</category><category>taller de té</category><category>tea leaf readings</category><category>té en Bogotá</category></item><item><title>Happiness is the soul</title><description>&lt;img src="http://24.media.tumblr.com/7fd055223843f5c203ccf8284fde33e7/tumblr_mlbntfTE7c1qgm5o1o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Happiness is the soul&lt;/p&gt;</description><link>http://tallerdete.com/post/48080887547</link><guid>http://tallerdete.com/post/48080887547</guid><pubDate>Mon, 15 Apr 2013 19:24:51 -0500</pubDate><category>happiness</category><category>felicidad</category><category>TÉ</category><category>taller de té</category><category>Bogotá</category><category>sea</category><category>Aristotle</category><category>quote</category></item><item><title>Hora de tomar un té con los amigos…</title><description>&lt;img src="http://24.media.tumblr.com/a271c34034728ccd856d6a6ac91fbf89/tumblr_mkl9vkzdjD1rss4uio1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Hora de tomar un té con los amigos…&lt;/p&gt;</description><link>http://tallerdete.com/post/46876139316</link><guid>http://tallerdete.com/post/46876139316</guid><pubDate>Mon, 01 Apr 2013 15:58:40 -0500</pubDate><category>tea</category><category>tea time</category><category>taller de té</category><category>tea party</category><category>cat</category><category>dog</category><category>teapot</category><category>I love tea</category></item><item><title>Chai, scones, higos, mermelada… con este día mejor me...</title><description>&lt;img src="http://25.media.tumblr.com/b37a3610058ee6fce96a74ff0b6538d9/tumblr_mhxkc4iRtV1rd41plo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Chai, scones, higos, mermelada… con este día mejor me salto el almuerzo y paso de una a la hora del té…&lt;/p&gt;</description><link>http://tallerdete.com/post/45769073475</link><guid>http://tallerdete.com/post/45769073475</guid><pubDate>Tue, 19 Mar 2013 13:41:52 -0500</pubDate><category>té</category><category>tea</category><category>taller de té</category><category>scones</category><category>chai</category><category>Englsih Tea</category></item><item><title>La vida de origami. Por Diana Gamboa. En el taller sábado 16 de...</title><description>&lt;img src="http://25.media.tumblr.com/d0cdeef4429e3ce66223c737228c1515/tumblr_mizzoeSSHo1qgm5o1o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;La vida de origami. Por Diana Gamboa. En el taller sábado 16 de marzo de 3 a 6pm. Taller de Origami!!!!&lt;/p&gt;</description><link>http://tallerdete.com/post/44310342117</link><guid>http://tallerdete.com/post/44310342117</guid><pubDate>Fri, 01 Mar 2013 15:02:38 -0500</pubDate><category>origami</category><category>taller de té</category><category>diana gamboa</category><category>tea in bogotá</category><category>art</category><category>love</category><category>tea</category></item><item><title>“White Tea is made from the young bud of the tea plant,...</title><description>&lt;img src="http://25.media.tumblr.com/2a5f8d3c2161df83b64479010cb163d4/tumblr_mifz9hQ0K11qgm5o1o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;“&lt;span&gt;&lt;strong&gt;White Tea&lt;/strong&gt; is made from the young bud of the tea plant, which is when the leaves are at their most potent. The leaves are then dried naturally, helping to preserve their natural properties. As such, white tea is incredibly high in polyphenols, antioxidants used to fight off free radicals in the body and catechins, another group of antioxidants which&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;have been found to reduce cholesterol in the body.”&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;</description><link>http://tallerdete.com/post/43444721596</link><guid>http://tallerdete.com/post/43444721596</guid><pubDate>Mon, 18 Feb 2013 19:41:41 -0500</pubDate><category>Tea</category><category>white tea</category><category>white peony</category><category>Taller de Té</category><category>Glamour Magazine</category><category>Quote</category><category>Love</category><category>Purity</category><category>Puritea</category></item><item><title>Tea peps you up! </title><description>&lt;img src="http://24.media.tumblr.com/0a512963b31a99c605f3706ef8f029c2/tumblr_mhieiowjEr1qgm5o1o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Tea peps you up! &lt;/p&gt;</description><link>http://tallerdete.com/post/41968407669</link><guid>http://tallerdete.com/post/41968407669</guid><pubDate>Thu, 31 Jan 2013 16:32:48 -0500</pubDate><category>tea</category><category>taller de té</category><category>té</category><category>vintage</category><category>design</category></item><item><title>Un experimento para examinar los efectos de revolver las hebras...</title><description>&lt;img src="http://25.media.tumblr.com/a312864dde60da8e2918f5803f7c4a06/tumblr_mgzk0lGHme1qgm5o1o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;em&gt;Un experimento para examinar los efectos de revolver las hebras de té.  3 vasos idénticos, con cantidades idénticas de té y la misma cantidad de agua. El vaso de la izquierda se revolvió despacio, el del medio no se revolvió, y el de la derecha se revolvió rápidamente. &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Conclusión: cualquier intento de revolver acelera la preparación y extracción, pero revolver más rápido no acelera el proceso. &lt;/em&gt;&lt;/p&gt;</description><link>http://tallerdete.com/post/41113376735</link><guid>http://tallerdete.com/post/41113376735</guid><pubDate>Mon, 21 Jan 2013 12:17:08 -0500</pubDate><category>Cooking Issues</category><category>Tea</category><category>Tea stirring</category><category>Taller de Té</category><category>Tea in Bogotá</category><category>Tea House</category><category>Loose leaf tea</category></item><item><title>Cumplimos 1 año! Gracias a todos los que nos han...</title><description>&lt;img src="http://25.media.tumblr.com/980485cca6e1b00c208ca458d78271e2/tumblr_mgdddqw94h1qgm5o1o1_400.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Cumplimos 1 año! Gracias a todos los que nos han acompañado!!! &lt;br/&gt;&lt;br/&gt;Pronto una fiesta de cumpleaños :)&lt;/p&gt;</description><link>http://tallerdete.com/post/40103309789</link><guid>http://tallerdete.com/post/40103309789</guid><pubDate>Wed, 09 Jan 2013 12:46:38 -0500</pubDate><category>tea</category><category>té</category><category>taller de té</category><category>birthday</category><category>cumpleaños</category><category>bogotá</category><category>tea in bogotá</category></item><item><title>"¡FELIZ 2013!

¡Nos vamos de vacaciones!
¡¡¡Volvemos el 8 de enero para celebrar el cumpleaños del..."</title><description>“¡FELIZ 2013!

¡Nos vamos de vacaciones!
¡¡¡Volvemos el 8 de enero para celebrar el cumpleaños...</description><link>http://tallerdete.com/post/38911938023</link><guid>http://tallerdete.com/post/38911938023</guid><pubDate>Wed, 26 Dec 2012 20:18:18 -0500</pubDate><category>taller de té</category><category>año nuevo</category><category>2013</category><category>cumpleaños</category></item><item><title>Powerful water kettle… tetera en espera</title><description>&lt;img src="http://25.media.tumblr.com/3c36ec191bed7d09f1e2e113cc7a32c8/tumblr_mfk5v7MzCX1rqcs4do1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Powerful water kettle… tetera en espera&lt;/p&gt;</description><link>http://tallerdete.com/post/38911777071</link><guid>http://tallerdete.com/post/38911777071</guid><pubDate>Wed, 26 Dec 2012 20:16:13 -0500</pubDate><category>tetera</category><category>kettle</category><category>agua</category><category>boiling water</category><category>taller de té</category></item><item><title>"Here’s what I know about the realm of possibility-
it is always expanding, it is never what you..."</title><description>“Here’s what I know about the realm of possibility-
it is always expanding, it is never what...</description><link>http://tallerdete.com/post/38569425040</link><guid>http://tallerdete.com/post/38569425040</guid><pubDate>Sat, 22 Dec 2012 16:08:38 -0500</pubDate><category>The Realm of Possibility</category><category>David Levithan</category><category>quote</category><category>life</category><category>possibilities</category><category>dreams</category><category>taller de té</category></item><item><title>Words for being alive…</title><description>&lt;img src="http://25.media.tumblr.com/67fc54d0cc62d34d61bb74b27854af3f/tumblr_mev8tdU0RW1qz4d4bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Words for being alive…&lt;/p&gt;</description><link>http://tallerdete.com/post/37998077993</link><guid>http://tallerdete.com/post/37998077993</guid><pubDate>Sat, 15 Dec 2012 13:55:36 -0500</pubDate><category>life</category><category>live</category><category>Ernest Hemingway</category><category>Tea</category><category>taller de té</category><category>Bogotá</category><category>death</category><category>breathe</category><category>sleep</category><category>laugh</category><category>quote</category></item><item><title>Tiempo de ir a hacer galletas y panes con las amigas</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_ljxlae0zry1qi8z68o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Tiempo de ir a hacer galletas y panes con las amigas&lt;/p&gt;</description><link>http://tallerdete.com/post/37650682300</link><guid>http://tallerdete.com/post/37650682300</guid><pubDate>Mon, 10 Dec 2012 14:06:08 -0500</pubDate><category>baking</category><category>cookies</category><category>taller de té</category><category>navidad</category><category>bogotá</category><category>tea in bogota</category></item><item><title>Este sábado 8 tarde de cuentos tarde de delicias tarde de Bufeo...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_meiv0nUC9Y1qgm5o1o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Este sábado 8 tarde de cuentos tarde de delicias tarde de Bufeo y Pelusa.&lt;/p&gt;</description><link>http://tallerdete.com/post/37202229392</link><guid>http://tallerdete.com/post/37202229392</guid><pubDate>Tue, 04 Dec 2012 14:48:23 -0500</pubDate><category>book</category><category>taller de té</category><category>ivo</category></item></channel></rss>
