Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> cur_imagenFondo.coletillaTop  [in template "137368#137407#PLBANNERSLIDER" at line 72, column 83]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${cur_imagenFondo.coletillaTop.getDat...  [in template "137368#137407#PLBANNERSLIDER" at line 72, column 81]
----
1<div class="banner   "> 
2<div id="slider_banner" class="owl-carousel"> 
3<#if imagenFondo.getSiblings()?has_content> 
4	<#list imagenFondo.getSiblings() as cur_imagenFondo> 
5		<#if cur_imagenFondo?? && cur_imagenFondo.getData() != ""> 
6		<#if cur_imagenFondo.imagenUrl?? && cur_imagenFondo.imagenUrl.getData() != ""> 
7 
8	 
9	 <div class="item"> 
10                    <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
11                    <a href="${cur_imagenFondo.enlace.getData()}"> 
12                    </#if> 
13                      <div class="parallax" data-speed="40" style="background-image: url(${cur_imagenFondo.getData()});" alt="${cur_imagenFondo.getAttribute("alt")}" title="${cur_imagenFondo.getAttribute("alt")}"></div>               
14                      <span class="negro"></span> 
15                      <div class="row"> 
16 
17                         
18                        <div class="bl imagen"> 
19                        <#if cur_imagenFondo.imagenUrl?? && cur_imagenFondo.imagenUrl.getData() != ""> 
20                          <div class="img"> 
21                                                                                                 
22                              <img class="" src="${cur_imagenFondo.imagenUrl.getData()}" border="0" alt="${cur_imagenFondo.imagenUrl.getAttribute("alt")}" title="${cur_imagenFondo.imagenUrl.getAttribute("alt")}"> 
23                            </div> 
24                        </#if> 
25                            <div class="txt"> 
26                          
27                          <#if cur_imagenFondo.titulo?? && cur_imagenFondo.titulo.getData() != ""> 
28						    <#if cur_imagenFondo.titulo.colorTitulo?? && cur_imagenFondo.titulo.colorTitulo.getData() != ""> 
29						    <span style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};" class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
30							    <h2 style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};">${cur_imagenFondo.titulo.getData()}</h2> 
31						    <#else> 
32						    <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
33							    <h2>${cur_imagenFondo.titulo.getData()}</h2> 
34						    </#if> 
35						<#else> 
36						 <#if cur_imagenFondo.coletillaTop?? && cur_imagenFondo.coletillaTop.getData() != ""> 
37                          <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span>         
38                          </#if> 
39                        </#if> 
40                          <#if cur_imagenFondo.descripcion?? && cur_imagenFondo.descripcion.getData() != ""> 
41                          <div class="descripcion">${cur_imagenFondo.descripcion.getData()}</div>    
42                          </#if> 
43                          <#if cur_imagenFondo.coletilla?? && cur_imagenFondo.coletilla.getData() != ""> 
44                          <span class="coletilla">${cur_imagenFondo.coletilla.getData()}</span>   
45                          </#if> 
46                          </div> 
47                        </div> 
48 
49                         
50                      </div> 
51                    <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
52                    </a> 
53                    </#if> 
54 
55                </div> 
56	 
57	 
58	    <#else> 
59		<div class="item"> 
60                <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
61                    <a href="${cur_imagenFondo.enlace.getData()}"> 
62                </#if> 
63                      <div class="parallax" data-speed="40" style="background-image: url(${cur_imagenFondo.getData()});" alt="${cur_imagenFondo.getAttribute("alt")}" title="${cur_imagenFondo.getAttribute("alt")}"></div>               
64                      <span class="negro"></span> 
65                      <div class="row"> 
66                        <div class="bl"> 
67                          <#if cur_imagenFondo.titulo?? && cur_imagenFondo.titulo.getData() != ""> 
68						    <#if cur_imagenFondo.titulo.colorTitulo?? && cur_imagenFondo.titulo.colorTitulo.getData() != ""> 
69						    <span style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};" class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
70							    <h2 style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};">${cur_imagenFondo.titulo.getData()}</h2> 
71						    <#else> 
72						    <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
73							    <h2>${cur_imagenFondo.titulo.getData()}</h2> 
74						    </#if> 
75						<#else> 
76						 <#if cur_imagenFondo.coletillaTop?? && cur_imagenFondo.coletillaTop.getData() != ""> 
77                          <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span>         
78                          </#if> 
79                        </#if> 
80                          <#if cur_imagenFondo.descripcion?? && cur_imagenFondo.descripcion.getData() != ""> 
81                          <div class="descripcion">${cur_imagenFondo.descripcion.getData()}</div>    
82                          </#if> 
83                          <#if cur_imagenFondo.coletilla?? && cur_imagenFondo.coletilla.getData() != ""> 
84                            <span class="coletilla">${cur_imagenFondo.coletilla.getData()}</span>      
85                          </#if> 
86                        </div> 
87                         
88                      </div> 
89                <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
90                    </a> 
91                </#if> 
92 
93                </div> 
94        </#if> 
95		</#if> 
96	</#list> 
97</#if> 
98</div> 
99</div> 
  • Instagram

Sabores y Lenguas: 15 Platos Capitales

La exposición, exhibida del 15 de mayo al 30 de septiembre de 2002, profundiza el trabajo de Mirilda para su Food Culture Museum, una especie de memoria poética de la cocina contemporánea, prolongación de la serie City Plates, iniciada en Estambul (1997) y continuada en Hannover (2000) y Miami (2002).

La muestra consta de una colección de platos-guía, cada uno de los cuales sintetiza una investigación rigurosa, a la vez que festiva, en torno al binomio cultura-alimentación (lugares, tradiciones, expresiones, proverbios, recetas…). Además de publicaciones, vídeos del artista, dibujos, fotografías, collages, una videoproyección y una instalación con objetos pertenecientes al Food Culture Museum.

LOCALIZACIÓN Y HORARIO MUSEO ICO

HORARIO

De martes a sábado 11:00 - 20:00h. Domingo y festivos 10:00 - 14:00 h. Lunes cerrado.
Horarios especiales 24 y 31 de diciembre 10:00 - 14:00 h. 1 de enero , 1 de mayo y 25 de diciembre cerrado.

Entrada gratuita 

¿DÓNDE ESTAMOS? 

C/ Zorrilla, 3 - 28014 Madrid

CONTACTO

Tel.: 91 420 12 42

Email: museoico@ico.es

Recibe información de actividades

X Cómo llegar

Metro:Sevilla y Banco España (L.2) www.metromadrid.es

Autobuses:1, 2, 3, 5, 9, 10, 14, 15, 20, 27, 37, 41, 51, 52, 53, 74, 146, 150 www.emtmadrid.es

Tren:Estaciones de Atocha, Sol y Recoletos. www.renfe.es

Aparcamiento público:Plaza de Las Cortes y Calle Sevilla.

BiciMAD:Estación (Calle de Alcalá, 27) www.bicimad.com