The Sacyr Foundation supports Fundación Juan XXIII in new cooking school endeavor

  • This project will develop a new training and professional integration center for youths at risk of psychological and social vulnerability.

Manuel Manrique, Chairman of Sacyr and the Sacyr Foundation, and Javier Arroyo, Director of Fundación Juan XXIII, have signed an agreement by which the first agrees to aid the latter in the construction of its new cooking school and a catering and ready-to-eat food center.

The Fundación Juan XXIII is currently developing a large-scale training and employment center. The Sacyr Foundation will collaborate with a donation of part of the funds to build the kitchens. 

The Sacyr Foundation and Fundación Juan XXIII have a long-standing partnership, and back in 2019 it already participated with the expansion and adaptation of the kitchens in its professional training center, responsible for elaborating catering products.

Fundación Juan XXIII will integrate a new official training center, student lodgings and an inclusive job creation program for young people with disabilities, at risk of social exclusion or psychological or social vulnerability into a 14,000 sq m campus.

To Javier Arroyo, “we have a long-standing history of collaboration with Sacyr, and this alliance with the Sacyr Foundation gives us the opportunity to undertake large-scale projects like this and kick-start the construction of our new professional training center”. 

Manuel Manrique said, “this agreement builds into the continued support the Sacyr Foundation has given to multiple Juan XXIII initiatives over the past years”. “We share the view that opportunities and spaces for social and employment integration must be created for people in situations of psychological and social vulnerability”, Manrique added. 

About the Sacyr Foundation

The Sacyr Foundation is committed to the Sustainable Development Goals (SDGs) and collaborates with social organizations and participates in initiatives generating social impact on communities and contributes to their sustainable development. In 2022, over 500,000 people benefited directly and indirectly from Sacyr Foundation initiatives.

About Fundación Juan XXIII

The Fundación Juan XXIII has a 55-year history of working for the social and work inclusion of people at risk of psychological and social vulnerability, especially people with intellectual disabilities, by promoting a better quality of life for them and their relatives, through enhancing their autonomy, initiative, and training. Over 1000 people receive assistance at its headquarters daily, and has multiple support services for people with disabilities: Early attention, JUAN XXIII-Buenafuente school, Day center, Occupational center, Work with support, guardianship service, leisure and sports, support services to people with disabilities, professional training center and special work center which, with over 700 employees is a benchmark institution in Social Facility Services for its wide variety of high-quality services: marketing solutions, textile and industry, integrated logistics, Digital Data, Work and inclusion services, CSR and inclusive events, catering, promotional marketing, green solutions and Juan Energy. More information at http://www.fundacionjuanxxiii.org/

An error occurred while processing the template.
The following has evaluated to null or missing:
==> AssetCategoryLocalService.getAssetEntryAssetCategories  [in template "42020#42061#113625" at line 10, column 24]

----
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: #assign categories = AssetCategoryLoc...  [in template "42020#42061#113625" at line 10, column 1]
----
1<#assign AssetCategoryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
2<#assign JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")> 
3<#assign AssetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService")> 
4<#assign AssetVocabularyLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
5<#assign AssetLinkLocalService = serviceLocator.findService("com.liferay.asset.link.service.AssetLinkLocalService")> 
6 
7<#assign statusApproved = 0> 
8<#assign journalArticle = JournalArticleLocalService.fetchLatestArticle(groupId, reserved\-article\-id.data, statusApproved)> 
9<#assign assetEntry = AssetEntryLocalService.getEntry("com.liferay.journal.model.JournalArticle", journalArticle.getResourcePrimKey())> 
10<#assign categories =  AssetCategoryLocalService.getAssetEntryAssetCategories(assetEntry.getEntryId())> 
11 
12 
13<#assign VOC_SECCION_NOTICIA = "SACYR_GLOBAL_VOC_SECCIÓN_NOTICIA"> 
14<#assign VOC_TAG = "SACYR_VOC_TAGS"> 
15<#assign VOC_PAIS = "SACYR_VOC_PAIS"> 
16 
17<#assign currentUrl = themeDisplay.getPortalURL() + themeDisplay.getURLCurrent() /> 
18 
19<#-- Seccion noticia -->    
20<div class="detail-info"> 
21    <#-- Imagen --> 
22    <div class="main-img-bg"> 
23        <#if multimedia.imagenMobile.getData()?? && multimedia.imagenMobile.getData() != ""> 
24            <img class="img-mobile" alt="${multimedia.imagenMobile.getAttribute("alt")}" data-fileentryid="${multimedia.imagenMobile.getAttribute("fileEntryId")}" src="${multimedia.imagenMobile.getData()}" /> 
25        </#if> 
26        <#if multimedia.imagenDesktop.getData()?? && multimedia.imagenDesktop.getData() != ""> 
27            <img class="img-desktop" alt="${multimedia.imagenDesktop.getAttribute("alt")}" data-fileentryid="${multimedia.imagenDesktop.getAttribute("fileEntryId")}" src="${multimedia.imagenDesktop.getData()}" /> 
28        </#if>	 
29        <div class="container"> 
30            <div class="categories-list"> 
31                <ul> 
32                    <#list categories as cat> 
33                        <#assign voc = AssetVocabularyLocalService.getAssetVocabulary(cat.getVocabularyId())> 
34                        <#if voc.getName() == VOC_SECCION_NOTICIA> 
35                            <li class="bg-blue">${cat.getTitle(locale)}</li> 
36                            <#break> 
37                        </#if> 
38                    </#list> 
39                </ul>	 
40            </div> 
41 
42            <#-- Titular --> 
43            <div class="title"> 
44                ${titular.getData()} 
45            </div> 
46 
47            <div class="more-info-icon"><span class="icon icon-flecha-abajo"></span></div> 
48        </div>     
49    </div>   
50     
51    <#-- Contenido --> 
52    <div class="main-content"> 
53        <div class="row"> 
54            <#-- Tags + Pais --> 
55            <div class="col-xs-12 visible-xs">										 
56                <#-- Ver la definicion de la macro (más abajo) --> 
57                <ul class="badges-list"> 
58                    <@tagsPais/>	 
59                </ul>    				 
60            </div> 
61             <#--<#if icono.getData()?? && icono.getData() != ""> 
62                <div class="col-xs-12 visible-xs"> 
63                    <div class="label-box"> 
64                        <img alt="${icono.getAttribute("alt")}" data-fileentryid="${icono.getAttribute("fileEntryId")}" src="${icono.getData()}" /> 
65                        <p class="text">Sacyr Concesiones</p> 
66                        <p class="date">16/05/2020</p> 
67                    </div> 
68                </div> 
69                <div class="col-sm-2-5 hidden-xs"> 
70                    <div class="label-box"> 
71                        <img alt="${icono.getAttribute("alt")}" data-fileentryid="${icono.getAttribute("fileEntryId")}" src="${icono.getData()}" /> 
72                        <p class="text">Sacyr Concesiones</p> 
73                        <p class="date">16/05/2020</p> 
74                    </div>	 
75                </div> 
76                <div class="col-sm-7">	 
77            <#else>		 
78                <div class="col-sm-7 col-sm-2-5-offset"> 
79            </#if>	--> 
80                <div class="main-text"> 
81                    <#-- Subtitulo --> 
82                    <div class="subtitle"> 
83                        ${subtitulo.getData()} 
84                    </div> 
85                    <div class="text"> 
86                        <p>${contenido.getData()}</p> 
87                    </div>	 
88                </div> 
89            </div>	 
90            <#-- Tags + Pais --> 
91            <div class="col-sm-2-5 hidden-xs">	 
92                <#-- Ver la definicion de la macro (más abajo) --> 
93                <ul class="badges-list"> 
94                    <@tagsPais/> 
95                </ul>     
96            </div>	 
97        </div>	 
98    </div>	 
99</div>	 
100	 
101<#-- Contenidos relacionados del detalle, cada contenido relacionado se pinta con su template --> 
102<div> 
103	<#if elementosDetalle.getSiblings()?has_content> 
104		<#list elementosDetalle.getSiblings() as cur_elementosDetalle> 
105			<#if cur_elementosDetalle?? && cur_elementosDetalle.getData() != ""> 
106				<#assign data = cur_elementosDetalle.getData()?eval> 
107                <#if data?? && data?has_content > 
108                    <#assign ja = JournalArticleLocalService.fetchLatestArticle(data["classPK"]?number)> 
109                    <div class="my-info-detail-components">				 
110                        ${JournalArticleLocalService.getArticleContent(ja, ja.getDDMTemplateKey(), "VIEW", locale, null, themeDisplay)} 
111                    </div> 
112                </#if>	 
113			</#if>			 
114		</#list> 
115	</#if> 
116</div>                                                   
117                                         
118<div class="container">     
119	<div class="row"> 
120        <div class="col-sm-7 col-sm-2-5-offset"> 
121			<div class="download-item-share-links-group">                   
122				<#-- Boton de descargar imagenes, entiendo que se refiere a la imagen de la Noticia--> 
123				<div class="download-item text-left"> 
124					<a href="${multimedia.imagenDesktop.getData()}" class="btn download-btn"> 
125                        <span class="icon"></span>  
126                        <span class="text">${languageUtil.get(locale, "download")} ${languageUtil.get(locale, "images")?lower_case}</span> 
127                    </a> 
128				</div> 
129				<#-- Compartir en Redes sociales parte inferior --> 
130				<div class="text-share-rrss"> 
131					<span class="text text-blue">${languageUtil.get(locale, "share")}:</span> 
132					<ul>						 
133                        <li><a class="facebook" href="" onclick="window.open('http://www.facebook.com/sharer.php?u=${currentUrl}', '${titular.getData()}', 'width=600,height=400'); return false;" aria-label="Compartir en Facebook"><span class="icon-sm-facebook"></span></a></li> 
134						<li><a class="twitter" href="" onclick="window.open('https://twitter.com/intent/tweet?text=${titular.getData()}&amp;tw_p=tweetbutton&amp;url=${currentUrl}', '${titular.getData()}', 'width=600,height=400'); return false;" aria-label="Compartir en Twitter"><span class="icon-sm-twitter"></span></a></li> 
135						<li><a class="linkedin" href="" onclick="window.open('http://www.linkedin.com/shareArticle?&amp;title=${titular.getData()}&amp;mini=true&amp;url=${currentUrl}&amp;summary=', '${titular.getData()}', 'width=600,height=400'); return false;" aria-label="Compartir en Linkedin"><span class="icon-sm-linkedin"></span></a></li> 
136					</ul> 
137				</div> 
138			</div>	 
139		</div> 
140	</div>		 
141</div>	 
142<#-- Tags + Pais parte inferior --> 
143<div class="container"> 
144	<div class="row"> 
145		<div class="col-sm-7 col-sm-2-5-offset"> 
146			<ul class="badges-list inline"> 
147				<@tagsPais/> 
148			</ul>	 
149		</div> 
150	</div>		 
151</div> 
152 
153<#function getFieldValue fieldName rootElement> 
154  <#if fieldName?contains(".")> 
155    <#assign rootElementName = fieldName?split(".")?first > 
156    <#assign xPathSelector = saxReaderUtil.createXPath("dynamic-element[@name='${rootElementName}']") > 
157    <#return getFieldValue(fieldName?remove_beginning("${rootElementName}."), xPathSelector.selectSingleNode(rootElement)) > 
158  </#if> 
159  <#assign xPathSelector = saxReaderUtil.createXPath("dynamic-element[@name='${fieldName}']") > 
160  <#return xPathSelector.selectSingleNode(rootElement).getStringValue() > 
161</#function> 
162 
163<#macro tagsPais>    
164    <#assign vocNoticias = [] > 
165	<#assign vocTags = [] > 
166	<#assign vocCountry = [] > 
167 
168	<#list categories as cat> 
169		 
170		<#assign voc = AssetVocabularyLocalService.getAssetVocabulary(cat.getVocabularyId())> 
171		 
172		<#if voc.getName() == VOC_SECCION_NOTICIA>			 
173			<#assign vocNoticias = vocNoticias + [cat.getTitle(locale)]>						 
174		<#elseif voc.getName() == VOC_TAG> 
175			<#assign vocTags = vocTags + [cat.getTitle(locale)]> 
176		<#elseif voc.getName() == VOC_PAIS> 
177			<#assign vocCountry = vocCountry + [cat.getTitle(locale)]> 
178		</#if>					 
179	</#list> 
180 
181	<#list vocNoticias as voc> 
182		<#if !voc?is_first> 
183			<li><span class="badge bg-darkblue"><span class="icon-tag"></span>${voc}</span></li> 
184		</#if>		 
185	</#list> 
186 
187	<#list vocTags as voc>		 
188		<li><span class="badge bg-blue"><span class="icon-tag"></span>${voc}</span></li>						 
189	</#list> 
190 
191	<#list vocCountry as voc>					 
192		<li><span class="badge bg-yellow"><span class="icon-location"></span>${voc}</span></li>	 
193	</#list>   
194</#macro> 
195 
196 
197<#assign contextUrl = themeDisplay.getPortalURL() /> 
198<#assign currentArticle = JournalArticleLocalService.getArticle(groupId, .vars['reserved-article-id'].data) /> 
199<#assign site_name_public = "Sacyr Blog" /> 
200<#assign twitter_account = "@SomosSacyr" /> 
201 
202 
203 
204<@liferay_util["html-top"] outputKey="htmltop" > 
205	<meta property="og:title" content="${titular.getData()}"> 
206	<meta property="og:type" content="article"> 
207	<meta property="og:url" content="${portalUtil.getCanonicalURL(currentUrl, themeDisplay, null)}"> 
208	<#if multimedia.imagenDesktop.getData()?? && multimedia.imagenDesktop.getData() != "">	 
209		<meta property="og:image" content="${themeDisplay.getPortalURL() + multimedia.imagenDesktop.getData()}">	 
210	</#if> 
211	<meta property="og:site_name" content="${site_name_public}"> 
212	<meta property="og:description" content="${subtitulo.getData()}"> 
213 
214	<meta property="article:published_time" content="${currentArticle.getDisplayDate()?datetime?iso_utc}"> 
215	<meta property="article:modified_time" content="${currentArticle.getModifiedDate()?datetime?iso_utc}"> 
216 
217	<meta name="twitter:card" content="summary_large_image"> 
218	<meta name="twitter:site" content="${twitter_account}"> 
219	<meta name="twitter:domain" content="${portalUtil.getCanonicalURL(themeDisplay.getPortalURL(), themeDisplay, null)}"> 
220	<meta name="twitter:title" content="{titular.getData()}"> 
221	<meta name="twitter:description" content="${subtitulo.getData()}"> 
222 
223	<#if multimedia.imagenDesktop.getData()?? && multimedia.imagenDesktop.getData() != ""> 
224		<meta name="twitter:image" content="${themeDisplay.getPortalURL()}${multimedia.imagenDesktop.getData()}"> 
225	</#if> 
226</@> 

AA Nota prensa sin fecha

Nota prensa sin fecha

Manuel Manrique Cecilia

Manuel Manrique Cecilia

CHAIRMAN AND CHIEF EXECUTIVE OFFICER

Kind:

Executive

Professional and biographical profile:

Manuel Manrique is Chairman and CEO of the Board of Directors since 2011. His extensive knowledge in the infrastructure, services and concessions sector has allowed him to lead and transform the Sacyr Group through the execution and fulfillment of the different strategic plans.

Manuel Manrique is one of the founding partners of Sacyr, and since then, in addition to being a partner, he has developed and held various positions. He joined as a delegate in Andalusia, and later became the company's regional director in that region. In 1998, Manuel Manrique was appointed Director of External Construction at Sacyr. In 2000 he was appointed General Manager of Construction of the Sacyr Group. In 2003, coinciding with the merger with Vallehermoso and the creation of the Sacyr Vallehermoso Group, he was appointed Chairman and CEO of the construction division of the holding company. In November 2004 he was elected CEO of the Sacyr Vallehermoso Group and in October 2011 he was appointed Chairman of the Sacyr Vallehermoso Group (currently Sacyr).

Manuel Manrique studied Civil Engineering at the Escuela Técnica de Ingenieros de Madrid. After graduating, he joined Ferrovial.

Manuel Manrique is Chairman of the Sacyr Foundation, Chairman and director of Sacyr Construcción, S.A.U., Chairman and director of Sacyr Concesiones, S.L. and director of Sacyr Servicios, S.A.

Date of appointment:

First appointment as Chief Executive Officer: November 10, 2004

Appointment as President: October 20, 2011

Last re-election as director: June 13, 2019

Other boards of directors:

  • Member of the Board of Directors of Repsol, S.A.

Pedro Sigüenza Hernández

CONSEJERO DELEGADO

Kind:

Ejecutivo

Professional and biographical profile:

Formación: Ingeniero de Minas por la Universidad Politécnica de Madrid. Programa de Dirección General (PDG) por el IESE.

Experiencia: Pedro Sigüenza Hernández, trabajó inicialmente en Bouygues, si bien fue en Dragados donde comenzó a desarrollar su carrera profesional ocupando diversos puestos de responsabilidad y dirección. En 2004, el Sr. Sigüenza Hernández se unió al Grupo Sacyr donde ha ocupado cargos de máxima responsabilidad a lo largo de estos veinte años, siendo Consejero Delegado de Valoriza Servicios Medioambientales, de Sacyr Industrial, de Sacyr Ingeniería e Infraestructuras y finalmente, Director General de Sacyr Concesiones.

Durante su mandato como Consejero Delegado de Sacyr Ingeniería e Infraestructuras, el Sr. Sigüenza ha guiado esta división hasta convertirla en una fuerza en los mercados de habla inglesa junto con el fomento de su presencia en Italia. Bajo el liderazgo del Sr. Sigüenza, Sacyr se ha convertido en la primera empresa de infraestructuras en términos de proyectos terminados y encargados. El Sr. Sigüenza ha sido primordial en la puesta en marcha de un importante número de proyectos durante su mandato.

Como Director General de Sacyr Concesiones, desde 2018 y hasta la actualidad, el Sr. Sigüenza ha sido clave en la construcción de las infraestructuras de esta división, ha tenido un papel crucial en la entrada de la sociedad en nuevos mercados y en el crecimiento de mercados relevantes para el negocio.

Fecha de nombramiento:

Última reelección como consejero: 12 de junio de 2025

Nombramiento como Consejero Delegado: 12 de junio de 2025

0 Folders
6 Documents
Tomás Fuertes Fernández

Grupo Corporativo Fuertes, S.L.

DIRECTOR

Kind:

Proprietary (as proposed by Grupo Empresarial Fuertes, S.L.)

Professional and biographical profile:

Represented by Tomás Fuertes Fernández.

Education: Diploma in Business Management from the University of Murcia and the Chamber of Commerce of Murcia. Diploma in Commercial Management from the Ministry of Economy.

Experience: Tomás Fuertes has been working for more than 65 years in the holding company he presides, Grupo Fuertes, among which the companies El Pozo Alimentación and Procavi stand out.

Throughout those years he has received numerous awards for his business career. He has been recognized as best businessman of the year on different occasions, as well as best entrepreneur of the year. He has received several awards in recognition of his work throughout his professional career, where he has been recognized for his important role in the development and modernization of the Spanish food sector and promotion for the internationalization of the sector.

In 2018 he was awarded an honorary doctorate by the University of Murcia, at the proposal of the Faculty of Economics and Business and the Faculty of Veterinary Medicine.

He is a member of the executive bodies of the following institutions: Member of the Executive Committee of the Spanish Chamber of Commerce; Member of the Executive Committee of ANICE; Member of the Executive Committee of the Confederación de Empresarios de la Región de Murcia, CROEM; President of the Asociación para el Progreso de la Dirección en la Región de Murcia, APD and Honorary President of the Asociación Murciana de la Empresa Familiar (Amefmur).

 

Date of appointment:

First appointment: May 19, 2011

Last reelection: June 11, 2020

Other boards of directors:

  • Chief Executive Officer of Grupo Corporativo Fuertes, S.L.
José Manuel Loureda Mantiñán

Jose Manuel Loureda Mantiñan

DIRECTOR

Kind:

Proprietary (at the proposal of Prilou, S.L.)

Professional and biographical profile:

Education: Dr. Ingeniero de Caminos Canales y Puertos (Civil Engineer) by the Higher Technical School of Civil Engineers of Madrid. 1964 class.

Experience: José Manuel Loureda Mantiñán began his professional career at Ferrovial in 1965, where he worked until 1986, holding positions from Site Manager to Deputy Director of Construction, actively participating in all the civil works built by Ferrovial during that period.

Founder of Sacyr, where he was CEO until 2000, and Chairman until 2003. From 2003 to 2004, and after the merger of Sacyr with Vallehermoso, he was Chairman of the Sacyr Vallehermoso Group until November 10, 2004. From 1998 to 2004, he was Chairman of the concessionaires of El Elqui and Los Lagos, in the Republic of Chile, as well as the Vice-Chairman of the Autopista Vasco Aragonesa, Avasa, Bilbao, Zaragoza whose 50% stake had been acquired in the year 2000.

He was a proprietary director of Repsol from 2007 to 2021. He was director of Avasa, Itinere and Testa. And Vice-Chairman of the Association of Civil Engineers in the period 2012-2016. In 2003 this Association awarded him the profession's medal of honor.

In 2008, the Victoriano Reinoso prize was awarded by the Galician business association (Aegama). In 2009 he was named brother of Santo Domingo de la Calzada.

He is Chairman of Sacyr Servicios, S.A. and Director of Sacyr Construcción, S.A.

Until his most recent appointment, he was the acting representative of Prilou S.L., where he was an adminsitrator, since the year 2004. 

Date of appointment:

First appointment: June 15, 2023

This website uses its own and third-party cookies to improve the user experience and analyze their behavior in order to improve the service offered.
You can consult additional information about the cookies installed on our Cookies policy.

Cookie Settings

Cookie declaration

TECHNIQUES

These cookies are exempt from compliance with article 22.2 of the LSSI in accordance with the recommendations indicated by the European authority on privacy and cookies. In accordance with the above and although configuration, acceptance or denial is not possible, the editor of this website offers information about them in an exercise of transparency with the user.

  • Name: LFR_Session_STATE_*, Provider: Liferay, Purpose: Manages the session as a registered user , Expiration: Session, Type: HTTP

  • Name: GUEST_LANGUAGE_ID, Provider: Liferay, Purpose: Determines the language with which you access , to show the same in the next session, Expiration: 1 year, Type: HTTP

  • Name: ANONYMOUS_USER_ID, Provider: Liferay, Purpose: Manages the session as an unregistered user , Expiration: 1 year, Type: HTTP

  • Name: COOKIE_SUPPORT, Provider: Liferay, Purpose: Identifies that the use of cookies for the operation of the portal, Expiration: 1 year, Type: HTTP

  • Name: JSessionID, Provider: Liferay, Purpose: Manages login and indicates who is using the site, Expiry: Session, Type: HTTP

  • Name: SACYRGDPR, Supplier: Sacyr, Purpose: Used to manage the cookie policy , Expiration: Session, Type: HTTP