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

Cruz y Ortiz 1/200 … 1/2000

Producida por la Fundación ICO y comisariada por Jesús Ulargui, la exposición Cruz y Ortiz  1/200 ... 1/2000 nos permitió la posibilidad de conocer la obra del estudio Cruz y Ortiz Arquitectos.

En la muestra se expusieron más de cincuenta proyectos que describían la trayectoria nacional e internacional del estudio, desde las viviendas de Doña María Coronel en Sevilla, de 1974, hasta el proyecto más reciente, el nuevo estadio del Club Atlético de Madrid, Wanda Metropolitano, en construcción en el momento de celebrarse la exposición y con inauguración programada para la temporada 2017/2018.

Tras una intervención arquitectónica proyectada por los propios Cruz y Ortiz, el museo se dividió en tres espacios expositivos y en dos zonas de proyección. Cada espacio albergaba largas mesas sobre las que se sitúan más de 70 maquetas y más de 100 croquis originales que ilustran el proceso de trabajo de los arquitectos.

Las maquetas, como expresión sintética de las ideas principales que subyacen en cada proyecto, fueron las grandes protagonistas, como ya se puede intuir desde el mismo título de la exposición, que hace referencia a las diferentes escalas de éstas.

Dando el contrapunto a la miniaturización de las maquetas, cuatro grandes fotografías de José Manuel Ballester, Premio Nacional de Fotografía en 2010, ofrecieron otra visión de la obra de Cruz y Ortiz.

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