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

Dorothea Lange. Los años decisivos

La exposición Dorothea Lange: los años decisivos, que se exhibe del 3 de junio al 26 de julio de 2009, es la primera de sus características dedicada a la fotógrafa en España.

En ella se tratan los diversos temas que abordó a lo largo de las décadas de los años 30 y 40, cuando Dorothea Lange desarrolla su gran estilo documental de una fuerza y profundidad arrolladoras. Un estilo en el que sobresale su empatía con los personajes fotografiados y que ha hecho de Lange una referencia fundamental en el ámbito de la fotografía documental.

La exposición se centra en los trabajos realizados en estas dos décadas, teniendo un mayor relieve los trabajos llevados a cabo para la War Recolocation Authority, donde documentó la evacuación de 120.000 japoneses-americanos a campos de concentración tras el ataque a Pear Harbour durante la II Guerra Mundial. Unas fotografías censuradas hasta 2008 y que se exponen por primera vez en el Museo Colecciones ICO.

Dorothea Lange se convirtió en una de las fotoperiodistas más destacadas e influyentes durante los años treinta y cuarenta gracias a sus fotografías sobre la Gran Depresión en EE.UU y a ella le debemos algunas de las imágenes más icónicas del siglo XX.

 

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