Calle 60A No. 3A - 38, Bogotá - Colombia t.2554128 Lu-Sa: 10am - 8pm 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&id=d8b80e63c4&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' && fields[1].value=='DD' && fields[2].value=='YYYY' ){ this.value = ''; } else if ( fields[0].value=='' && fields[1].value=='' && 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(); } Taller de Té Tumblr (3.0; @tallerdete)http://www.tallerdete.com/Cambio“Nada hay absoluto.Todo cambiatodo se mueve,todo revoluciona,todo vuela y se va.”- Frida...http://www.tallerdete.com/post/128296273582http://www.tallerdete.com/post/128296273582Thu, 03 Sep 2015 19:13:21 -0500teachangequoteMindfulnessconsciencialifelivelovevidaTaller de TéSeptiembreBogotáalan wattsÁrboles“Los árboles son santuarios. Quien sabe hablar con ellos y sabe escucharlos, descubre la...http://www.tallerdete.com/post/126348082802http://www.tallerdete.com/post/126348082802Mon, 10 Aug 2015 11:33:54 -0500arbolestreesnatureGaiataller de téBogotánaturalezavidapoesíasabiduríawisdomwords to live byConexiónCuando estamos en conexión con la naturaleza nuestro corazón se abre y nuestra mente se relaja. El...http://www.tallerdete.com/post/122783901592http://www.tallerdete.com/post/122783901592Mon, 29 Jun 2015 14:20:02 -0500teataller de télifeconnectionconexiónnaturenaturalezagaiavidamindfulnessconsciencia“La sensibilidad es poder sentir que algo está sucediendo,...<img src="http://41.media.tumblr.com/417a83999ba974698542ccc7edef987c/tumblr_nnwvk4E0KX1qgm5o1o1_500.jpg"/><br/><br/><p><b><i>“La sensibilidad es poder sentir que algo está sucediendo, es sentir la forma en que respondes, es sentir la forma en la que otros responden, es sentir las sutiles diferencias y similitudes. Sentir todo esto es la base de la percepción. Los sentidos te proporcionan información, pero debes ser sensible a esto o no lo podrás ver”.<br/>- David Bhom</i></b><br/><br/>Para vivir y promover la vida tranquila uno de los aspectos que nos parece clave es el de constantemente desarrollar la sensibilidad. Recordamos en mayo la conciencia en los sentidos, en sentir, en percibir.<br/></p><p>De pronto, cuando pasen por el Taller pidan infusiones, mezclas y tés de origen que aún no han probado. O qué tal probar el mismo té a la misma hora cada día y darnos cuenta de que cada vez la experiencia es distinta?<br/><br/>Estimulemos los sentidos, conectémonos con la sensualidad del paladar.<br/><br/>Cuando nos visiten pregunten por nuestras infusiones locales para sentir el poder de la Guayusa, la Coca, el Yacón, el Conopio o el Té de Bogotá. Prueben nuestra refrescante y sanadora mezcla Silente Armonía que combina té verde Sencha, Yacón, Lulo, Piña y Cúrcuma. O, ahonden en los distintos tipos de Chai que preparamos con amor. <br/><br/></p>http://www.tallerdete.com/post/118259963722http://www.tallerdete.com/post/118259963722Tue, 05 May 2015 23:38:28 -0500lifesensitivitysensibilitysensessensuoustealovetaller de tébogotánewsletter“Every time we take a breath we become the Universe. The...<img src="http://40.media.tumblr.com/2b6f1befb3ab2477082bffe69e9c8c94/tumblr_njxa1lP6yJ1u9ew7eo1_500.jpg"/><br/><br/><p>“Every time we take a breath we become the Universe. The very moment of creation is contained in us and passes on to rocks and trees, animals and fish. The old ones say the essence of life is in water and wind, earth and breath, fire and bone, but most of all in breath, our first connection to the elk, the hawk, the bear, and the buffalo.</p><p>Without breath, no connection. Without connection, no creation. Without creation, no breath. </p><p>This is the sacred circle of Life, unbroken.”</p><p>Taken from Dancing Moon by Nancy Wood</p><p><br/></p><p><a href="http://saviasysabias.tumblr.com/post/111282598618/http-diegomaxxx-wix-com-portifolio-art-2-ck0q" class="tumblr_blog" style="" target="_blank">saviasysabias</a>:</p><blockquote><p><a href="http://diegomaxxx.wix.com/portifolio#!art-2/ck0q" target="_blank">http://diegomaxxx.wix.com/portifolio#!art-2/ck0q</a><br/></p></blockquote>http://www.tallerdete.com/post/112661675747http://www.tallerdete.com/post/112661675747Tue, 03 Mar 2015 22:17:56 -0500daningmoonnancywoodquotelifecycleweboflifebreathdeepecologyspiritualecologyherbalismconnectionHoy!!! Taller de Ginecología Natural por Juliana Muñoz a las...<img src="http://40.media.tumblr.com/272400065a59784617fd2f96f1e367f1/tumblr_nkn5k6vz3u1qgm5o1o1_500.jpg"/><br/><br/><p>Hoy!!! Taller de Ginecología Natural por Juliana Muñoz a las 6pm.<br/>Para chicas y y chicos.<br/>Entrada libre<br/><br/>Tenemos la dicha de que Juli nos cuente sobre los Arquetipos y Ciclos Lunares. Las mujeres pasamos por varios ciclos “mes a mes” y en toda nuestra vida. Estos ciclos están, profundamente conectados con los astros y más claramente con la luna. Cuando hablamos de los ciclos menstruales, somos lunares, nuestros ciclos son de<br/>aproximadamente 28 días (igual la Luna!), entendiendo esta conexión<br/>mágica y con los demás ciclos de la naturaleza nos entendemos a<br/>nosotras mismas, desde el cuerpo emocional, mental y físico. En esta<br/>conexión aprendemos a entender y amar nuestro útero, nuestra vulva,<br/>nuestra menstruación.<br/><br/>También hablaremos sobre las plantas medicinales para el Utero. Las plantas medicinales son una herramienta amorosa que nos brinda la naturaleza para sanarnos desde<br/>el cuerpo físico, pero ellas son una ayuda dentro de todas las posibilidades de Sanación con que contamos. Entendiendo que las mujeres somos sanadoras, chamanas y brujitas, que desde nuestro instinto protector y cuidador dentro de la familia tenemos una<br/>conexión mágica con las artes de sanar, y las plantas han sido nuestras aliadas ancestrales. Hablaremos de algunas plantas que se usan en Ginecología Natural, como usarlas, como conectar con ellas, y realizaremos una practica de fabricación de óvulos vaginales naturales y como hacer una vaporización vaginal (si la vaporización no es buena idea por el espacio puede ser una infusión de plantas para los dolores menstruales).<br/></p>http://www.tallerdete.com/post/112605975127http://www.tallerdete.com/post/112605975127Tue, 03 Mar 2015 09:57:42 -0500ginecologianatural plantasmedicinales feminidad tallerdete diosas livelovenourishOda a la AbejaMULTITUD de la abeja!Entra y saledel carmín, del azul,del amarillo,de la más suavesuavidad del...http://www.tallerdete.com/post/111400179607http://www.tallerdete.com/post/111400179607Wed, 18 Feb 2015 15:35:41 -0500COMING INTO BEING – THE ART OF TEAWhen I think about the experience of wholeness I think about preparing a cup of Tea. Four years ago...http://www.tallerdete.com/post/105282761597http://www.tallerdete.com/post/105282761597Mon, 15 Dec 2014 13:46:43 -0500teataocha qiQicontemplatemindfulnesslove teatea momentprepare teatea cupWords of wisdom<img src="http://36.media.tumblr.com/614b707d0ec77ce8a3d1e3fc7ab7b3da/tumblr_nd3expQuXT1qgm5o1o1_500.jpg"/><br/><br/><p>Words of wisdom</p>http://www.tallerdete.com/post/99429892742http://www.tallerdete.com/post/99429892742Tue, 07 Oct 2014 16:13:01 -0500Buddhatealove teaTruthuniverselifeAdopt the pace of Nature - teachings from a Bo Tree...<img src="http://41.media.tumblr.com/cba4c364bb00842129eb719fccabeaa8/tumblr_nba7czvZkD1qgm5o1o1_500.jpg"/><br/><br/><p>Adopt the pace of Nature - teachings from a Bo Tree #recuerdosencontrados #sinfiltro (en Kandy, Sri Lanka)</p>http://www.tallerdete.com/post/96459635722http://www.tallerdete.com/post/96459635722Tue, 02 Sep 2014 11:05:23 -0500sinfiltrorecuerdosencontradosEspacio para el Té El momento para un Té es ese espacio único para ser nosotros, para compartir ideas, sabiduría y...http://www.tallerdete.com/post/96400475402http://www.tallerdete.com/post/96400475402Mon, 01 Sep 2014 18:04:23 -0500teatao of teael camino del tétaller de tébogotáEl Camino del Té El camino del Té se expandió en oriente gracias al budismo Zen. Aunque hoy el té es un ritual...http://www.tallerdete.com/post/95476601392http://www.tallerdete.com/post/95476601392Fri, 22 Aug 2014 13:30:00 -0500chakaichajijapanese tea ceremonyceremonia del tétaller de tété en japóntaoTé Intemporal El Té tiene su propio tiempo: el tiempo fuera del tiempo. El tiempo fuera de la percepción...http://www.tallerdete.com/post/95220724077http://www.tallerdete.com/post/95220724077Tue, 19 Aug 2014 16:26:24 -0500teatea timetimelessnesstaller de tétiempoEl Té en Japón Hay quienes consideran que el mejor té verde del mundo viene de Japón. Se reconoce por sus notas...http://www.tallerdete.com/post/93787105602http://www.tallerdete.com/post/93787105602Mon, 04 Aug 2014 11:33:12 -0500japanese teateaté japonéschanoyulive love nourishtaller de téWords to live by<img src="http://41.media.tumblr.com/17985515c4a4e4c24603f947840d999d/tumblr_n98965m0JQ1qgm5o1o1_500.jpg"/><br/><br/><p>Words to live by</p>http://www.tallerdete.com/post/92745191072http://www.tallerdete.com/post/92745191072Thu, 24 Jul 2014 12:42:05 -0500words to live bylive love nourishtealove teaquoteleo tolstoysoulmindfulnesstaller de téTé decaf? Muchos se preocupan por la cafeína en el té. Lo primero que es clave tener en cuenta es que la...http://www.tallerdete.com/post/92254375547http://www.tallerdete.com/post/92254375547Sat, 19 Jul 2014 13:03:54 -0500caffeineteineteínacafeínataller de tétallerdetétealovelove tealivelovenourish"Let de waters settle you will see stars and moon mirrored in your Being."“Let de waters settle you will see stars and moon mirrored in your Being.” - Rumihttp://www.tallerdete.com/post/91396123472http://www.tallerdete.com/post/91396123472Thu, 10 Jul 2014 18:03:52 -0500RumiQuoteLifeLiveLovemindfulnesssufitaller de téteameditationtea meditationVirtues of Tea - manifesto<img src="http://40.media.tumblr.com/ee09660cf6526ea01ca0f05682c6f2ee/tumblr_n8hxudVqnt1qgm5o1o1_500.jpg"/><br/><br/><p>Virtues of Tea - manifesto</p>http://www.tallerdete.com/post/91349307207http://www.tallerdete.com/post/91349307207Thu, 10 Jul 2014 07:39:49 -0500teatallerdetémanifestolifelove tealive teaUntitled I will not die an unlived life,I will not live in fearOf falling or catching fire.I choose to...http://www.tallerdete.com/post/90888259562http://www.tallerdete.com/post/90888259562Sat, 05 Jul 2014 17:58:42 -0500poempoetryDawna Markovalifeteataller de téEnseñanzas de la montaña<img src="http://41.media.tumblr.com/44e71f4bc2d296dfe07a6c6e99dd99b7/tumblr_n6sq2xbaNA1qgm5o1o1_500.png"/><br/><br/><p>Enseñanzas de la montaña</p>http://www.tallerdete.com/post/88069884742http://www.tallerdete.com/post/88069884742Sat, 07 Jun 2014 06:18:33 -0500tao te chingbig suresalenquoteslifeteanaturesimply wildwilderness