<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title></title>
	<atom:link href="http://www.nutrideli.com.ar/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nutrideli.com.ar</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 23:32:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>table</title>
		<link>http://www.nutrideli.com.ar/contenido/1360</link>
		<comments>http://www.nutrideli.com.ar/contenido/1360#comments</comments>
		<pubDate>Sat, 14 Jan 2012 15:06:32 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nutrideli.com.ar/?p=1360</guid>
		<description><![CDATA[PASO 1: ¿CUÁNTAS CALORÍAS QUEMO DIARIAMENTE? Hombre Mujer Agregue su peso en kilos Agregue su altura en centímetros Ingrese su Edad SU CONSUMO DE CALORÍAS(IMB) DIARIAS ES DE: El consumo de CALORÍAS o Índice Metabólico Básico ( IMB ), engloba aquel gasto energético destinado al mantenimiento de las funciones vitales. PASO 2: AL CALCULO ANTERIOR [...]]]></description>
			<content:encoded><![CDATA[<table width="523" height="17" align="left" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top"><span class="normal"><br />
                  <script>
function checkDecimals(fieldName, fieldValue) {
decallowed = 5;  // NUMERO DECIMALES
if (isNaN(fieldValue) || fieldValue == "") { return false; fieldName.select(); fieldName.focus(); }
else { if (fieldValue.indexOf('.') == -1) fieldValue += "."; dectext = fieldValue.substring(fieldValue.indexOf('.')+1, fieldValue.length);
if (dectext.length > decallowed) { return false; fieldName.select(); fieldName.focus(); }
else { return true; } } }</p>
<p>function calcular(form) {
if (checkDecimals(form.kilos, form.kilos.value) &#038;&#038; checkDecimals(form.altura, form.altura.value) &#038;&#038; checkDecimals(form.edad, form.edad.value)) {
var form = form; var i; for (i=0;i
<form.tipo.length;i++){ if (form.tipo[i].checked) break; } tipo=parseFloat(form.tipo[i].value);
if (tipo == "66.5") {
// HOMBRES
kilos=parseFloat(form.kilos.value)*16; valor =tipo+kilos; var altura = parseFloat(form.altura.value)*5;
var pretotal = valor + altura; var edad = parseFloat(form.edad.value)*6.8; var total = pretotal-edad;
} else {
// MUJERES
kilos=parseFloat(form.kilos.value)*20;
valor =tipo+kilos;
var altura = parseFloat(form.altura.value)*0.7;
var pretotal = valor + altura;
var edad = parseFloat(form.edad.value)*4.7;
var total = pretotal-edad;
}
form.resultado.value = total;
} else { alert("Complete los campos por favor"); activar();}}</p>
<p>function calculo_final(form,valor) {
var form = form; var valor  = valor; fin = parseFloat(form.resultado.value) / 100 * parseFloat(valor); form.resultado2.value = parseFloat(form.resultado.value) + fin;}</p>
<p>function calculo_final2(form,valor) {
var form = form; var valor  = valor; fin = parseFloat(form.resultado2.value) / 100 * parseFloat(valor);
if (valor == "12" || valor == "18" || valor == "22") { form.resultado3.value = parseFloat(form.resultado2.value) - fin;
} else { form.resultado3.value = parseFloat(form.resultado2.value) + fin;} }</p>
<p>function activar(form) {
var form = form; form.porcen[0].disabled=false; form.porcen[1].disabled=false; form.porcen[2].disabled=false; form.resultado2.disabled=false; }</p>
<p>function activar2(form) { var form = form; form.porcenx[0].disabled=false;  form.porcenx[1].disabled=false; form.porcenx[2].disabled=false;
form.porcenx[3].disabled=false; form.porcenx[4].disabled=false; form.resultado3.disabled=false; }</p>
<p>function red() { document.form1.resultado.value = Math.round(document.form1.resultado.value)
if (document.form1.resultado2.value != "") { document.form1.resultado2.value = Math.round(document.form1.resultado2.value) }
if (document.form1.resultado3.value != "") { document.form1.resultado3.value = Math.round(document.form1.resultado3.value) } }</p>
<p></script></p>
<form name="form1" method="post" action="">
<table class="normal" width="542" align="center" border="0" cellpadding="6" cellspacing="0">
<tbody>
<tr align="left">
<td colspan="2" height="35" bgcolor="#F5F5F5">
<div align="center"><strong>PASO 1: ¿CUÁNTAS CALORÍAS<br />
          QUEMO DIARIAMENTE? </strong>
        </div>
</td>
</tr>
<tr>
<td colspan="2" align="left">
<table class="normal" width="400" align="center" border="0" cellpadding="4" cellspacing="0">
<tbody>
<tr>
<td width="197">
<input name="tipo" value="66.5" type="radio">
                  Hombre</td>
<td width="187">
<input name="tipo" value="655.1" type="radio">
                  Mujer</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td width="322" align="left">Agregue su peso en kilos</td>
<td width="254" align="left">
<input name="kilos" id="kilos" type="text"></td>
</tr>
<tr>
<td align="left">Agregue su altura en centímetros</td>
<td align="left">
<input name="altura" id="altura" type="text"></td>
</tr>
<tr>
<td align="left">Ingrese su Edad </td>
<td align="left">
<input name="edad" id="edad" type="text"></td>
</tr>
<tr align="center">
<td colspan="2">
<input name="Calcular" id="Calcular" value="CALCULAR" onclick="calcular(this.form); activar(this.form); red();" type="button"></td>
</tr>
<tr>
<td colspan="2" align="left">
<div align="center"><strong>SU CONSUMO DE CALORÍAS(IMB) DIARIAS ES DE: </strong></p>
<input name="resultado" id="resultado" style="border: 1px solid rgb(255, 204, 0); font-family: Verdana; font-size: 16px; color: green; font-weight: bold;" type="text">
        </div>
</td>
</tr>
<tr>
<td colspan="2" align="left">
<p align="justify"> El<br />
          consumo de CALORÍAS o Índice Metabólico Básico<br />
          ( <strong>IMB </strong>), engloba aquel gasto energético<br />
          destinado al mantenimiento de las funciones vitales. 
        </p>
</td>
</tr>
<tr>
<td colspan="2" height="33" align="left" bgcolor="#F5F5F5">
<div align="center"><strong>PASO 2: AL CALCULO ANTERIOR<br />
        DEBE AGREGAR LO SIGUIENTE: </strong></div>
</td>
</tr>
<tr>
<td colspan="2" align="left">
<div align="justify">
<input name="porcen" value="5" onclick="calculo_final(this.form,this.value); red(); activar2(this.form);" type="radio">
              Me considero una persona no muy activa, no realizó deporte frecuentemente.
        </div>
</td>
</tr>
<tr>
<td colspan="2" align="left">
<div align="justify">
<input name="porcen" value="10" onclick="calculo_final(this.form,this.value); red(); activar2(this.form);" type="radio">
              Me consideró una persona moderadamente activa, practico irregularmente algún tipo de deporte.
        </div>
</td>
</tr>
<tr>
<td colspan="2" align="left">
<div align="justify">
<input name="porcen" value="20" onclick="calculo_final(this.form,this.value); red(); activar2(this.form);" type="radio">
              Me considero una persona muy activa, practico deporte<br />
              en forma regular y periódica.
        </div>
</td>
</tr>
<tr>
<td colspan="2" align="left">
<div align="center"><strong>SU CANTIDAD DE CALORÍASQUEMADAS DIARIAMENTE ES </strong>:</p>
<input name="resultado2" id="resultado2" style="border: 1px solid rgb(255, 204, 0); font-family: Verdana; font-size: 16px; color: green; font-weight: bold;" type="text">
        </div>
</td>
</tr>
<tr>
<td colspan="2" height="33" align="left" bgcolor="#F5F5F5">
<div align="center"><strong>PASO 3 : ¿QUÉ DEBO HACER SÍ QUIERO<br />
          CAMBIAR PESO ACTUAL? </strong>
        </div>
</td>
</tr>
<tr>
<td colspan="2" align="left">
<div align="left"><strong>¿Cuantas CALORÍAS debo consumir diariamente? </strong> </div>
</td>
</tr>
<tr>
<td colspan="2" align="left">
<input name="porcenx" value="12" onclick="calculo_final2(this.form,this.value); red()" type="radio">
        Bajar entre 2 y 5 Kilos</td>
</tr>
<tr>
<td colspan="2" align="left">
<input name="porcenx" value="18" onclick="calculo_final2(this.form,this.value); red()" type="radio">
        Bajar entre 6 y 11 Kilos </td>
</tr>
<tr>
<td colspan="2" align="left">
<input name="porcenx" value="22" onclick="calculo_final2(this.form,this.value); red()" type="radio">
        Bajar mas de 12 Kilos </td>
</tr>
<tr>
<td colspan="2" align="left">
<input name="porcenx" value="0" onclick="calculo_final2(this.form,this.value); red()" type="radio">
        Estoy bien con mi peso actual</td>
</tr>
<tr>
<td colspan="2" align="left">
<input name="porcenx" value="30" onclick="calculo_final2(this.form,this.value); red()" type="radio">
        Estoy tratando de ganar peso</td>
</tr>
<tr>
<td colspan="2" align="left">
<p align="center"><strong>ENTONCES SU CONSUMO DE CALORÍASDIARIAS DEBE SER DE </strong>:</p>
<input name="resultado3" id="resultado3" style="border: 1px solid rgb(255, 204, 0); font-family: Verdana; font-size: 16px; color: green; font-weight: bold;" size="10" type="text">
</td>
</tr>
<tr>
<td colspan="2" align="left">
<div align="justify">
<p><strong><br />
              Tome en consideración los<br />
              siguientes puntos:                                <br />
              </strong>• El Índice Metabólico Básico, engloba<br />
              aquel gasto energético destinado al mantenimiento de las<br />
              funciones vitales tales como:<br />
              • Actividad cardiorrespiratoria<br />
              • Mantenimiento de la temperatura corporal<br />
              • El mantenimiento del tono muscular,<br />
              • Todo lo que implica vivir, es decir mantener nuestras<br />
              funciones vitales en funcionamiento.<br />
              • Al realizar cualquier actividad física estás<br />
              demandan una mayor actividad cardiaca y respiratoria y a través<br />
              del consumo de oxígeno, para diferentes niveles de actividad<br />
              se estima el consumo calórico de la siguiente manera: <br />
              • Actividad ligera: 2,5-5 Calorías por Minuto. <br />
              • Actividad moderada: 5-7,5 Calorías por Minuto.<br />
              • Actividad pesada: 7,5-10 Calorías por Minuto. </p>
<p></p>
<p align="justify">Toda la información que se brinda en esta<br />
            nota está destinada al conocimiento general. En ningún<br />
            caso sustituye el asesoramiento de un médico. No pueden<br />
            usarse estos datos para diagnosticar y/o auto diagnosticarse y/o<br />
            realizar el análisis de enfermedades. No olvide consultar<br />
            a su médico ante cualquier duda que pudiera tener con relación<br />
            a su estado de salud.</p>
</td>
</tr>
</tbody>
</table>
</form>
<p>                </span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.nutrideli.com.ar/contenido/1360/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ring O</title>
		<link>http://www.nutrideli.com.ar/contenido/1123</link>
		<comments>http://www.nutrideli.com.ar/contenido/1123#comments</comments>
		<pubDate>Sat, 26 Nov 2011 15:32:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Acompañamientos]]></category>
		<category><![CDATA[Pizza]]></category>

		<guid isPermaLink="false">http://www.nutrideli.com.ar/?p=1123</guid>
		<description><![CDATA[Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam. Nam blandit lacus. Quisque ornare risus quis ligula.Phasellus tristique purus a augue condimentum adipiscing. Aenean sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio. Donec et ipsum et sapien vehicula nonummy.]]></description>
			<content:encoded><![CDATA[<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam. Nam blandit lacus. Quisque ornare risus quis ligula.Phasellus tristique purus a augue condimentum adipiscing. Aenean sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio. Donec et ipsum et sapien vehicula nonummy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutrideli.com.ar/contenido/1123/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chicken Fried Steak</title>
		<link>http://www.nutrideli.com.ar/contenido/1115</link>
		<comments>http://www.nutrideli.com.ar/contenido/1115#comments</comments>
		<pubDate>Sat, 26 Nov 2011 15:29:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Pan-Fry]]></category>

		<guid isPermaLink="false">http://www.nutrideli.com.ar/?p=1115</guid>
		<description><![CDATA[Also known as Mexican pizza or cheese crisp, the tostada grande is a staple of the Sonoran cooking so prevalent in Tucson. This recipe, from the venerable El Charro, is very basic and easy to eat without spillage; but it is common to add cebolitas (grilled green onions) on top. You might also consider salsa, [...]]]></description>
			<content:encoded><![CDATA[<p>Also known as Mexican pizza or cheese crisp, the tostada grande is a staple of the Sonoran cooking so prevalent in Tucson. This recipe, from the venerable El Charro, is very basic and easy to eat without spillage; but it is common to add cebolitas (grilled green onions) on top. You might also consider salsa, grilled vegetables or shredded beef </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutrideli.com.ar/contenido/1115/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chivito</title>
		<link>http://www.nutrideli.com.ar/contenido/1114</link>
		<comments>http://www.nutrideli.com.ar/contenido/1114#comments</comments>
		<pubDate>Sat, 26 Nov 2011 15:29:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Pan-Fry]]></category>

		<guid isPermaLink="false">http://www.nutrideli.com.ar/?p=1114</guid>
		<description><![CDATA[Also known as Mexican pizza or cheese crisp, the tostada grande is a staple of the Sonoran cooking so prevalent in Tucson. This recipe, from the venerable El Charro, is very basic and easy to eat without spillage; but it is common to add cebolitas (grilled green onions) on top. You might also consider salsa, [...]]]></description>
			<content:encoded><![CDATA[<p>Also known as Mexican pizza or cheese crisp, the tostada grande is a staple of the Sonoran cooking so prevalent in Tucson. This recipe, from the venerable El Charro, is very basic and easy to eat without spillage; but it is common to add cebolitas (grilled green onions) on top. You might also consider salsa, grilled vegetables or shredded beef </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutrideli.com.ar/contenido/1114/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Croque Monsieur</title>
		<link>http://www.nutrideli.com.ar/contenido/1113</link>
		<comments>http://www.nutrideli.com.ar/contenido/1113#comments</comments>
		<pubDate>Sat, 26 Nov 2011 15:29:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Pan-Fry]]></category>

		<guid isPermaLink="false">http://www.nutrideli.com.ar/?p=1113</guid>
		<description><![CDATA[Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam. Nam blandit lacus. Quisque ornare risus quis ligula.Phasellus tristique purus a augue condimentum adipiscing. Aenean sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio. Donec et ipsum et sapien vehicula nonummy.]]></description>
			<content:encoded><![CDATA[<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam. Nam blandit lacus. Quisque ornare risus quis ligula.Phasellus tristique purus a augue condimentum adipiscing. Aenean sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio. Donec et ipsum et sapien vehicula nonummy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutrideli.com.ar/contenido/1113/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Butter Burgers</title>
		<link>http://www.nutrideli.com.ar/contenido/1112</link>
		<comments>http://www.nutrideli.com.ar/contenido/1112#comments</comments>
		<pubDate>Sat, 26 Nov 2011 15:29:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Pan-Fry]]></category>

		<guid isPermaLink="false">http://www.nutrideli.com.ar/?p=1112</guid>
		<description><![CDATA[Also known as Mexican pizza or cheese crisp, the tostada grande is a staple of the Sonoran cooking so prevalent in Tucson. This recipe, from the venerable El Charro, is very basic and easy to eat without spillage; but it is common to add cebolitas (grilled green onions) on top. You might also consider salsa, [...]]]></description>
			<content:encoded><![CDATA[<p>Also known as Mexican pizza or cheese crisp, the tostada grande is a staple of the Sonoran cooking so prevalent in Tucson. This recipe, from the venerable El Charro, is very basic and easy to eat without spillage; but it is common to add cebolitas (grilled green onions) on top. You might also consider salsa, grilled vegetables or shredded beef </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutrideli.com.ar/contenido/1112/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bacon &amp; Egg</title>
		<link>http://www.nutrideli.com.ar/contenido/1111</link>
		<comments>http://www.nutrideli.com.ar/contenido/1111#comments</comments>
		<pubDate>Sat, 26 Nov 2011 15:29:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Pan-Fry]]></category>

		<guid isPermaLink="false">http://www.nutrideli.com.ar/?p=1111</guid>
		<description><![CDATA[Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam. Nam blandit lacus. Quisque ornare risus quis ligula.Phasellus tristique purus a augue condimentum adipiscing. Aenean sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio. Donec et ipsum et sapien vehicula nonummy.]]></description>
			<content:encoded><![CDATA[<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam. Nam blandit lacus. Quisque ornare risus quis ligula.Phasellus tristique purus a augue condimentum adipiscing. Aenean sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio. Donec et ipsum et sapien vehicula nonummy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutrideli.com.ar/contenido/1111/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pizza</title>
		<link>http://www.nutrideli.com.ar/contenido/1110</link>
		<comments>http://www.nutrideli.com.ar/contenido/1110#comments</comments>
		<pubDate>Sat, 26 Nov 2011 15:29:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Pizza]]></category>

		<guid isPermaLink="false">http://www.nutrideli.com.ar/?p=1110</guid>
		<description><![CDATA[Also known as Mexican pizza or cheese crisp, the tostada grande is a staple of the Sonoran cooking so prevalent in Tucson. This recipe, from the venerable El Charro, is very basic and easy to eat without spillage; but it is common to add cebolitas (grilled green onions) on top. You might also consider salsa, [...]]]></description>
			<content:encoded><![CDATA[<p>Also known as Mexican pizza or cheese crisp, the tostada grande is a staple of the Sonoran cooking so prevalent in Tucson. This recipe, from the venerable El Charro, is very basic and easy to eat without spillage; but it is common to add cebolitas (grilled green onions) on top. You might also consider salsa, grilled vegetables or shredded beef </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutrideli.com.ar/contenido/1110/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheesy Bites</title>
		<link>http://www.nutrideli.com.ar/contenido/1109</link>
		<comments>http://www.nutrideli.com.ar/contenido/1109#comments</comments>
		<pubDate>Sat, 26 Nov 2011 15:29:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Pizza]]></category>

		<guid isPermaLink="false">http://www.nutrideli.com.ar/?p=1109</guid>
		<description><![CDATA[Also known as Mexican pizza or cheese crisp, the tostada grande is a staple of the Sonoran cooking so prevalent in Tucson. This recipe, from the venerable El Charro, is very basic and easy to eat without spillage; but it is common to add cebolitas (grilled green onions) on top. You might also consider salsa, [...]]]></description>
			<content:encoded><![CDATA[<p>Also known as Mexican pizza or cheese crisp, the tostada grande is a staple of the Sonoran cooking so prevalent in Tucson. This recipe, from the venerable El Charro, is very basic and easy to eat without spillage; but it is common to add cebolitas (grilled green onions) on top. You might also consider salsa, grilled vegetables or shredded beef </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutrideli.com.ar/contenido/1109/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheese stuffed Crust</title>
		<link>http://www.nutrideli.com.ar/contenido/1108</link>
		<comments>http://www.nutrideli.com.ar/contenido/1108#comments</comments>
		<pubDate>Sat, 26 Nov 2011 15:29:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Pizza]]></category>

		<guid isPermaLink="false">http://www.nutrideli.com.ar/?p=1108</guid>
		<description><![CDATA[Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam. Nam blandit lacus. Quisque ornare risus quis ligula.Phasellus tristique purus a augue condimentum adipiscing. Aenean sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio. Donec et ipsum et sapien vehicula nonummy.]]></description>
			<content:encoded><![CDATA[<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam. Nam blandit lacus. Quisque ornare risus quis ligula.Phasellus tristique purus a augue condimentum adipiscing. Aenean sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio. Donec et ipsum et sapien vehicula nonummy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutrideli.com.ar/contenido/1108/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

