<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2564990235886053791</id><updated>2026-09-02T20:54:22.990+02:00</updated><title type='text'>     Índice de recetas de cocina</title><subtitle type='html'>     Aquí quedan reunidas las recetas y consejos de la web &quot;Mi recetario de cocina&quot;, ordenadas en un índice alfabético para facilitarte la labor de su busqueda</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://indicerecetario.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2564990235886053791/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://indicerecetario.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Lola Andrés</name><uri>http://www.blogger.com/profile/15921760804443807681</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEithC9TBNxjZlUWIT0Uj2PzjgMEOlREui0LPcvAmaVCEFY8YbQlf-z5hapPf8nkeCgv1jq0p1bQRz_XZeBVOTaRYNiupGfyta4wrrw7we5aHGQMol28OHIffdz7BDyWejxQUhXtg6ZtNW6fTx5Y5M501DQSq31wMQ-1hu4BEHv6qgKkRw/s1600/LOLA%20ANDR%C3%89S.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2564990235886053791.post-7204012639723784539</id><published>2022-11-09T23:43:00.000+01:00</published><updated>2026-08-14T12:57:23.755+02:00</updated><title type='text'>ÍNDICE</title><content type='html'>&lt;script type=&quot;text/javascript&quot;&gt;
function recentpostslist(json) {
  var entries = (json &amp;&amp; json.feed &amp;&amp; json.feed.entry) ? json.feed.entry : [];
  var html = &#39;&lt;ul class=&quot;recipe-list&quot;&gt;&#39;;

  function escapeHtml(text) {
    return String(text)
      .replace(/&amp;/g, &#39;&amp;amp;&#39;)
      .replace(/&lt;/g, &#39;&amp;lt;&#39;)
      .replace(/&gt;/g, &#39;&amp;gt;&#39;)
      .replace(/&quot;/g, &#39;&amp;quot;&#39;)
      .replace(/&#39;/g, &#39;&amp;#39;&#39;);
  }

  for (var i = 0; i &lt; entries.length; i++) {
    var entry = entries[i];
    var entryUrl = &#39;&#39;;

    for (var j = 0; j &lt; entry.link.length; j++) {
      if (entry.link[j].rel === &#39;alternate&#39;) {
        entryUrl = entry.link[j].href;
        break;
      }
    }

    if (entryUrl) {
      html += &#39;&lt;li&gt;&lt;a href=&quot;&#39; + escapeHtml(entryUrl) + &#39;&quot;&gt;&#39; +
        escapeHtml(entry.title.$t) + &#39;&lt;/a&gt;&lt;/li&gt;&#39;;
    }
  }

  html += &#39;&lt;/ul&gt;&#39;;
  document.write(html);
}
&lt;/script&gt;

&lt;p&gt;Consulta todas las recetas de &lt;em&gt;Mi recetario de cocina&lt;/em&gt;, ordenadas por categorías.&lt;/p&gt;

&lt;ul class=&quot;category-nav&quot; aria-label=&quot;Categorías de recetas&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;#acompanamientos&quot;&gt;Acompañamientos&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#aderezos&quot;&gt;Aderezos&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#aperitivos&quot;&gt;Aperitivos&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#arroz&quot;&gt;Arroz&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#aves&quot;&gt;Aves&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#carne&quot;&gt;Carne&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#chucherias&quot;&gt;Chucherías&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#cocina-almeriense&quot;&gt;Cocina almeriense&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#cocina-dietetica&quot;&gt;Cocina dietética&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#consejos&quot;&gt;Consejos&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#cremas-y-sopas&quot;&gt;Cremas y sopas&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#ensaladas&quot;&gt;Ensaladas&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#entrantes&quot;&gt;Entrantes&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#hojaldre&quot;&gt;Hojaldre&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#huevos&quot;&gt;Huevos&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#legumbres&quot;&gt;Legumbres&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#licores&quot;&gt;Licores&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#microondas&quot;&gt;Microondas&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#noticias&quot;&gt;Noticias&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#pasta&quot;&gt;Pasta&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#patatas&quot;&gt;Patatas&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#pescado&quot;&gt;Pescado&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#platos-unicos&quot;&gt;Platos únicos&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#postres&quot;&gt;Postres&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#recetas-de-alicia&quot;&gt;Recetas de Alicia&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#recetas-de-ana&quot;&gt;Recetas de Ana&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#salsas&quot;&gt;Salsas&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#sorbetes&quot;&gt;Sorbetes&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#tajine&quot;&gt;Tajine&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#thermomix&quot;&gt;Thermomix&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#varios&quot;&gt;Varios&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#verduras&quot;&gt;Verduras&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;acompanamientos&quot;&gt;Acompañamientos&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Acompa%C3%B1amiento?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;aderezos&quot;&gt;Aderezos&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Aderezos?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;aperitivos&quot;&gt;Aperitivos&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Aperitivos?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;arroz&quot;&gt;Arroz&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Arroz?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;aves&quot;&gt;Aves&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Aves?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;carne&quot;&gt;Carne&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Carne?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;chucherias&quot;&gt;Chucherías&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Chucher%C3%ADas?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;cocina-almeriense&quot;&gt;Cocina almeriense&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Cocina%20almeriense?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;cocina-dietetica&quot;&gt;Cocina dietética&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Cocina%20diet%C3%A9tica?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;consejos&quot;&gt;Consejos&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Consejos?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;cremas-y-sopas&quot;&gt;Cremas y sopas&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Cremas%20y%20sopas?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;ensaladas&quot;&gt;Ensaladas&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Ensaladas?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;entrantes&quot;&gt;Entrantes&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Entrantes?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;hojaldre&quot;&gt;Hojaldre&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Hojaldre?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;huevos&quot;&gt;Huevos&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Huevos?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;legumbres&quot;&gt;Legumbres&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Legumbres?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;licores&quot;&gt;Licores&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Licores?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;microondas&quot;&gt;Microondas&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Microondas?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;noticias&quot;&gt;Noticias&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Noticias?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;pasta&quot;&gt;Pasta&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Pasta?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;patatas&quot;&gt;Patatas&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Patatas?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;pescado&quot;&gt;Pescado&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Pescado?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;platos-unicos&quot;&gt;Platos únicos&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Platos%20%C3%BAnicos?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;postres&quot;&gt;Postres&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Postres?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;recetas-de-alicia&quot;&gt;Recetas de Alicia&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Recetas%20de%20Alicia?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;recetas-de-ana&quot;&gt;Recetas de Ana&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Recetas%20de%20Ana?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;salsas&quot;&gt;Salsas&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Salsas?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;sorbetes&quot;&gt;Sorbetes&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Sorbetes?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;tajine&quot;&gt;Tajine&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Taj%C3%AFne?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;thermomix&quot;&gt;Thermomix&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Thermomix?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;varios&quot;&gt;Varios&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Varios?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;verduras&quot;&gt;Verduras&lt;/h2&gt;
&lt;script src=&quot;https://www.mirecetariodecocina.com/feeds/posts/summary/-/Verduras?max-results=500&amp;amp;alt=json-in-script&amp;amp;callback=recentpostslist&quot;&gt;&lt;/script&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2564990235886053791/posts/default/7204012639723784539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2564990235886053791/posts/default/7204012639723784539'/><link rel='alternate' type='text/html' href='http://indicerecetario.blogspot.com/2022/11/indice_9.html' title='ÍNDICE'/><author><name>Lola Andrés</name><uri>http://www.blogger.com/profile/15921760804443807681</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEithC9TBNxjZlUWIT0Uj2PzjgMEOlREui0LPcvAmaVCEFY8YbQlf-z5hapPf8nkeCgv1jq0p1bQRz_XZeBVOTaRYNiupGfyta4wrrw7we5aHGQMol28OHIffdz7BDyWejxQUhXtg6ZtNW6fTx5Y5M501DQSq31wMQ-1hu4BEHv6qgKkRw/s1600/LOLA%20ANDR%C3%89S.png'/></author></entry></feed>