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

Imágenes de Historia

La muestra no pretende utilizar el arte como documento de análisis de la historia, sino provocar una serie de encuentros entre pinturas y fotografías para revelar cómo la historia misma se ha convertido en una sucesión de imágenes.

Fotografías como las de la Comuna de París, las trincheras de la Primera Guerra Mundial, el hombre en la luna, la niña rociada por el napalm en Vietnam, los campos de concentración o los magnicidios del siglo XX, son lugares privilegiados de la conciencia histórica en mucha mayor medida que la experiencia que proponen otros géneros artísticos.

Esta exposición se enmarca en el contexto de PHotoEspaña 04, que lleva el título general de Historias, y se presenta dividida en los conceptos generales monumento/espectáculo, utopia/terror  y memoria/poder, capítulos que servirán para ordenar las piezas de la muestra.

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