Contacte

Christian Mestres

Dirección Email: ieb.info@ub.edu
Teléfono: +34 626 996 819

Als mitjans

Args

post_type
0clipping
post_statuspublish
posts_per_page10
post__not_in
0
tax_query
relationAND
paged1
orderDESC
orderbydate
meta_query
0Array ( )
post__in
0418579
1418580
2418581
3418582
4418583
5418584
6418585
7418586
8418587
9418588
10418589
11418590
12418591
13418592
14418593
15418594
16418595
17418596
18418597
19418598
20418599
21418600
22418601
23418602
24418603
25418604
26418605
27418606
28418607
29418608
30418609
31418610
32418611
33418612
34418613
35418614
36418615
37418616
38418617
39418618
40418619
41418620
42418621
43418622
44418623
45418624
46418625
47418626
48418627
49418628
50418629
51418630
52418631
53418632
54418633
55418634
56418635
57418636
58418637
59418638
60418639
61418640
62418641
63418642
64418643
65418644
66418645
67418646
68418647
69418648
70418649
71418650
72418651
73418652
74418653
75418654
76418655
77418656
78418657
79418658
80418659
81418660
82418661
83418662
84418663
85418664
86418665
87418666
88418667
89418668
90418669
91418670
92418671
93418672
94418673
95418674
96418675
97418676
98418677
99418678
100418679
101418680
102418681
103418682
104418683
105418684
106418685
107418686
108418687
109418688
110418689
111418690
112418691
113418692
114418693
115418694
116418695
117418696
118418697
119418698
120418699
121418700
122418701
123418702
124418703
125418704
126418705
127418706
128418707
129418708
130418709
131418710
132418711
133418712
134418713
135418714
136418715
137418716
138418717
139418718
140418719
141418720
142418721
143418722
144418723
145418724
146418725
147418726
148418727
149418728
150418729
151418730
152418731
153418732
154418733
155418734
156418735
157418736
158418737
159418738
160418739
161418740
162418741
163418742
164418743
165418744
166418745
167418746
168418747
169418748
170418749
171418750
172418751
173418752
174418753
175418754
176418755
177418756
178418757
179418758
180418759
181418760
182418761
183418762
184418763
185418764
186418765
187418766
188418767
189418768
190418769
191418770
192418771
193418772
194418773
195418774
196418775
197418776
198418777
199418778
200418779
201418780
202418781
203418782
204418783
205418784
206418785
207418786
208418787
209418788
210418789
211418790
212418791
213418792
214418793
215418794
216418795
217418796
218418797
219418798
220418799
221418800
222418801
223418802
224418803
225418804
226418805
227418806
228418807
229418808
230418809
231418810
232418811
233418812
234418813
235418814
236418815
237418816
238418817
239418818
240418819
241418820
242418821
243418822
244418823
245418824
246418825
247418826
248418827
249418828
250418829
251418830
252418831
253418832
254418833
255418834
256418835
257418836
258418837
259418838
260418839
261418840
262418841
263418842
264418843
265418844
266418845
267418846
268418847
269418848
270418849
271418850
272418851
273418852
274418853
275418854
276418855
277418856
278418857
279418858
280418859
281418860
282418861
283418862
284418863
285418864
286418865
287418866
288418867
289418868
290418869
291418870
292418871
293418872
294418873
295418874
296418875
297418876
298418877
299418878
300418879
301418880
302418881
303418882
304418883
305418884
306418885
307418886
308418887
309418888
310418889
311418890
312418891
313418892
314418893
315418894
316418895
317418896
318418897
319418898
320418899
321418900
322418901
323418902
324418903
325418904
326418905
327418906
328418907
329418908
330418909
331418910
332418911
333418912
334418913
335418914
336418915
337418916
338418917
339418918
340418919
341418920
342418921
343418922
344418923
345418924
346418925
347418926
348418927
349418928
350418929
351418930
352418931
353418932
354418933
355418934
356418935
357418936
358418937
359418938
360418939
361418940
362418941
363418942
364418943
365418944
366418945
367418946
368418947
369418948
370418949
371418950
372418951
373418952
374418953
375418954
376418955
377418956
378418957
379418958
380418959
381418960
382418961
383418962
384418963
385418964
386418965
387418966
388418967
389418968
390418969
391418970
392418971
393418972
394418973
395418974
396418975
397418976
398418977
399418978
400418979
401418980
402418981
403418982
404418983
405418984
406418985
407418986
408418987
409418988
410418989
411418990
412418991
413418992
414418993
415418994
416418995
417418996
418418997
419418998
420418999
421419000
422419001
423419002
424419003
425419004
426419005
427419006
428419007
429419008
430419009
431419010
432419011
433419012
434419013
435419014
436419015
437419016
438419017
439419018
440419019
441419020
442419021
443419022
444419023
445419024
446419025
447419026
448419027
449419028
450419029
451419030
452419031
453419032
454419033
455419034
456419035
457419036
458419037
459419038
460419039
461419040
462419041
463419042
464419043
465419044
466419045
467419046
468419047
469419048
470419049
471419050
472419051
473419052
474419053
475419054
476419055
477419056
478419057
479419058
480419059
481419060
482419061
483431720
484431722
485431724
486431726
487431728
488431730
489431732
490431734
491431736
492431738
493431740
494431742
495431744
496431746
497431748
498431750
499431752
500431754
501431756
502431758
503431760
504431762
505431773
506431775
507431777
508431779
509431781
510431784
511431822
512431825
513431828
514431831
515432092
516432129
suppress_filters1

Module Settings

post_type_chooseclipping
loop_stylecustom_loop_layout
shortcode_name[de_loop_template_shortcode]
loop_templatesdivi-blog
custom_loop_templatenone
loop_layout419545
filter_update_animationload-6
no_posts_layoutnone
no_posts_layout_textSorry, No posts.
is_main_loopoff
include_current_termsoff
groupping_post_objectoff
groupping_taxonomynone
show_empty_onloadoff
post_statuspublish
suppress_filtersignore
show_current_postoff
posts_number10
post_offset0
post_display_typedefault
saved_typewishlist
acf_linked_acfnone
related_contentcategories
related_acf_fieldnone
related_content_categoriesdefault
is_category_loopoff
disable_sticky_postsoff
specific_post_objectsoff
related_content_tagsdefault
tax_name_relatednone
acf_name_relatednone
custom_tax_choosepost
acf_namenone
include_sticky_postson
include_sticky_posts_onlyoff
onload_tax_choosepost
sort_orderdate
acf_sort_fieldnone
acf_sort_typestring
acf_date_picker_fieldnone
acf_date_picker_methoddefault
acf_date_picker_custom_day30
order_asc_descDESC
sec_acf_sort_fieldnone
sec_acf_sort_typestring
sec_acf_date_picker_fieldnone
sec_order_asc_descASC
enable_loadmoreon
pagination_positionbottom
scrolltoon
scrollto_fine_tune0px
loadmore_textVeure més
loadmore_text_loadingCargando...
enable_resultcountoff
resultcount_positionright
result_count_single_textShowing the single result
result_count_all_textShowing all %d results
result_count_pagination_textShowing %d-%d of %d results
has_mapoff
map_all_postsoff
map_all_posts_limit-1
map_infoview_layoutnone
map_infoview_layout_ajaxoff
hide_marker_labeloff
map_clusteron
map_center_first_poston
link_whole_girdoff
link_whole_gird_externaloff
external_acfnone
content_section_layoutnone
grid_layoutgrid
columns1
columns_tablet1
columns_mobile1
custom_gutter_widthoff
grid_list_defaultlist
grid_list_positionleft
grid_list_cookie_time30
grid_view_icon||divi||400
list_view_icon||fa||900
icon_padding7px|7px|7px|7px
icon_margin0px|10px|0px|0px
enable_overlayon
show_featured_imageon
show_read_moreoff
read_more_textRead More
show_authoron
show_dateon
date_formatF j, Y
show_categorieson
show_contentoff
excerpt_length270
excerpt_more...
show_commentsoff
meta_separator|
content_visibilityhover
image_hover_animationnone
loop_template_content_alignmentcenter_center
loop_template_color_themelight
loop_template_same_heighton
image_min_height150px
image_max_height500px
pagination_item_background#fff
pagination_item_background_active#ebe9eb
_builder_version4.27.6
_module_presetdefault
grouping_tax_title_font_size14px
grouping_tax_title_letter_spacing0px
grouping_tax_title_line_height1em
title_font_size14px
title_letter_spacing0px
title_line_height1em
excerpt_font_size14px
excerpt_letter_spacing0px
excerpt_line_height1em
loop_template_meta_font_size14px
loop_template_meta_letter_spacing0px
loop_template_meta_line_height1em
loop_template_meta_a_font_size14px
loop_template_meta_a_letter_spacing0px
loop_template_meta_a_line_height1em
loop_template_a_font_size14px
loop_template_a_letter_spacing0px
loop_template_a_line_height1em
pagination_font_letter_spacing0px
active_pagination_letter_spacing0px
background_enable_coloron
use_background_color_gradientoff
background_color_gradient_repeatoff
background_color_gradient_typelinear
background_color_gradient_direction180deg
background_color_gradient_direction_radialcenter
background_color_gradient_stops#2b87da 0%|#29c4a9 100%
background_color_gradient_unit%
background_color_gradient_overlays_imageoff
background_color_gradient_start#2b87da
background_color_gradient_start_position0%
background_color_gradient_end#29c4a9
background_color_gradient_end_position100%
background_enable_imageon
parallaxoff
parallax_methodon
background_sizecover
background_image_widthauto
background_image_heightauto
background_positioncenter
background_horizontal_offset0
background_vertical_offset0
background_repeatno-repeat
background_blendnormal
background_enable_video_mp4on
background_enable_video_webmon
allow_player_pauseoff
background_video_pause_outside_viewporton
background_enable_pattern_styleoff
background_pattern_stylepolka-dots
background_pattern_colorrgba(0,0,0,0.2)
background_pattern_sizeinitial
background_pattern_widthauto
background_pattern_heightauto
background_pattern_repeat_origintop_left
background_pattern_horizontal_offset0
background_pattern_vertical_offset0
background_pattern_repeatrepeat
background_pattern_blend_modenormal
background_enable_mask_styleoff
background_mask_stylelayer-blob
background_mask_color#ffffff
background_mask_aspect_ratiolandscape
background_mask_sizestretch
background_mask_widthauto
background_mask_heightauto
background_mask_positioncenter
background_mask_horizontal_offset0
background_mask_vertical_offset0
background_mask_blend_modenormal
custom_buttonoff
button_text_size16
button_bg_use_color_gradientoff
button_bg_color_gradient_repeatoff
button_bg_color_gradient_typelinear
button_bg_color_gradient_direction180deg
button_bg_color_gradient_direction_radialcenter
button_bg_color_gradient_stops#2b87da 0%|#29c4a9 100%
button_bg_color_gradient_unit%
button_bg_color_gradient_overlays_imageoff
button_bg_color_gradient_start#2b87da
button_bg_color_gradient_start_position0%
button_bg_color_gradient_end#29c4a9
button_bg_color_gradient_end_position100%
button_bg_enable_imageon
button_bg_parallaxoff
button_bg_parallax_methodon
button_bg_sizecover
button_bg_image_widthauto
button_bg_image_heightauto
button_bg_positioncenter
button_bg_horizontal_offset0
button_bg_vertical_offset0
button_bg_repeatno-repeat
button_bg_blendnormal
button_bg_enable_video_mp4on
button_bg_enable_video_webmon
button_bg_allow_player_pauseoff
button_bg_video_pause_outside_viewporton
button_use_iconon
button_icon_placementright
button_on_hoveron
custom_loop_template_buttonoff
loop_template_button_text_size16
loop_template_button_bg_use_color_gradientoff
loop_template_button_bg_color_gradient_repeatoff
loop_template_button_bg_color_gradient_typelinear
loop_template_button_bg_color_gradient_direction180deg
loop_template_button_bg_color_gradient_direction_radialcenter
loop_template_button_bg_color_gradient_stops#2b87da 0%|#29c4a9 100%
loop_template_button_bg_color_gradient_unit%
loop_template_button_bg_color_gradient_overlays_imageoff
loop_template_button_bg_color_gradient_start#2b87da
loop_template_button_bg_color_gradient_start_position0%
loop_template_button_bg_color_gradient_end#29c4a9
loop_template_button_bg_color_gradient_end_position100%
loop_template_button_bg_enable_imageon
loop_template_button_bg_parallaxoff
loop_template_button_bg_parallax_methodon
loop_template_button_bg_sizecover
loop_template_button_bg_image_widthauto
loop_template_button_bg_image_heightauto
loop_template_button_bg_positioncenter
loop_template_button_bg_horizontal_offset0
loop_template_button_bg_vertical_offset0
loop_template_button_bg_repeatno-repeat
loop_template_button_bg_blendnormal
loop_template_button_bg_enable_video_mp4on
loop_template_button_bg_enable_video_webmon
loop_template_button_bg_allow_player_pauseoff
loop_template_button_bg_video_pause_outside_viewporton
loop_template_button_use_iconon
loop_template_button_icon_placementright
loop_template_button_on_hoveron
positioningnone
position_origin_atop_left
position_origin_ftop_left
position_origin_rtop_left
widthauto
max_widthnone
min_heightauto
heightauto
max_heightnone
custom_padding|||0px|false|false
filter_hue_rotate0deg
filter_saturate100%
filter_brightness100%
filter_contrast100%
filter_invert0%
filter_sepia0%
filter_opacity100%
filter_blur0px
mix_blend_modenormal
animation_stylenone
animation_directioncenter
animation_duration1000ms
animation_delay0ms
animation_intensity_slide50%
animation_intensity_zoom50%
animation_intensity_flip50%
animation_intensity_fold50%
animation_intensity_roll50%
animation_starting_opacity0%
animation_speed_curveease-in-out
animation_repeatonce
hover_transition_duration300ms
hover_transition_delay0ms
hover_transition_speed_curveease
link_option_url_new_windowoff
sticky_positionnone
sticky_offset_top0px
sticky_offset_bottom0px
sticky_limit_topnone
sticky_limit_bottomnone
sticky_offset_surroundingon
sticky_transitionon
motion_trigger_startmiddle
hover_enabled0
grouping_tax_title_text_shadow_stylenone
grouping_tax_title_text_shadow_horizontal_length0em
grouping_tax_title_text_shadow_vertical_length0em
grouping_tax_title_text_shadow_blur_strength0em
grouping_tax_title_text_shadow_colorrgba(0,0,0,0.4)
title_text_shadow_stylenone
title_text_shadow_horizontal_length0em
title_text_shadow_vertical_length0em
title_text_shadow_blur_strength0em
title_text_shadow_colorrgba(0,0,0,0.4)
excerpt_text_shadow_stylenone
excerpt_text_shadow_horizontal_length0em
excerpt_text_shadow_vertical_length0em
excerpt_text_shadow_blur_strength0em
excerpt_text_shadow_colorrgba(0,0,0,0.4)
loop_template_meta_text_shadow_stylenone
loop_template_meta_text_shadow_horizontal_length0em
loop_template_meta_text_shadow_vertical_length0em
loop_template_meta_text_shadow_blur_strength0em
loop_template_meta_text_shadow_colorrgba(0,0,0,0.4)
loop_template_meta_a_text_shadow_stylenone
loop_template_meta_a_text_shadow_horizontal_length0em
loop_template_meta_a_text_shadow_vertical_length0em
loop_template_meta_a_text_shadow_blur_strength0em
loop_template_meta_a_text_shadow_colorrgba(0,0,0,0.4)
loop_template_a_text_shadow_stylenone
loop_template_a_text_shadow_horizontal_length0em
loop_template_a_text_shadow_vertical_length0em
loop_template_a_text_shadow_blur_strength0em
loop_template_a_text_shadow_colorrgba(0,0,0,0.4)
pagination_font_text_shadow_stylenone
pagination_font_text_shadow_horizontal_length0em
pagination_font_text_shadow_vertical_length0em
pagination_font_text_shadow_blur_strength0em
pagination_font_text_shadow_colorrgba(0,0,0,0.4)
active_pagination_text_shadow_stylenone
active_pagination_text_shadow_horizontal_length0em
active_pagination_text_shadow_vertical_length0em
active_pagination_text_shadow_blur_strength0em
active_pagination_text_shadow_colorrgba(0,0,0,0.4)
button_text_shadow_stylenone
button_text_shadow_horizontal_length0em
button_text_shadow_vertical_length0em
button_text_shadow_blur_strength0em
button_text_shadow_colorrgba(0,0,0,0.4)
loop_template_button_text_shadow_stylenone
loop_template_button_text_shadow_horizontal_length0em
loop_template_button_text_shadow_vertical_length0em
loop_template_button_text_shadow_blur_strength0em
loop_template_button_text_shadow_colorrgba(0,0,0,0.4)
box_shadow_stylenone
box_shadow_colorrgba(0,0,0,0.3)
box_shadow_positionouter
box_shadow_style_productnone
box_shadow_color_productrgba(0,0,0,0.3)
box_shadow_position_productouter
box_shadow_style_grid_list_view_buttonnone
box_shadow_color_grid_list_view_buttonrgba(0,0,0,0.3)
box_shadow_position_grid_list_view_buttonouter
box_shadow_style_loop-template-itemnone
box_shadow_color_loop-template-itemrgba(0,0,0,0.3)
box_shadow_position_loop-template-itemouter
box_shadow_style_buttonnone
box_shadow_color_buttonrgba(0,0,0,0.3)
box_shadow_position_buttonouter
box_shadow_style_loop_template_buttonnone
box_shadow_color_loop_template_buttonrgba(0,0,0,0.3)
box_shadow_position_loop_template_buttonouter
text_shadow_stylenone
text_shadow_horizontal_length0em
text_shadow_vertical_length0em
text_shadow_blur_strength0em
text_shadow_colorrgba(0,0,0,0.4)
disabledoff
global_colors_info{}

16/07/2026

EL PERIODICO

La economista Judit Vall asume la dirección del IEB tras nueve años de mandato de José María Durán-Cabré

13/07/2026

ARA

Les ciutats catalanes, quaranta anys després

08/07/2026

El Economista

Autobuses sin competencia, una vez más

20/06/2026

El Periódico

El difícil equilibrio migratorio español en la Europa del control

16/06/2026

Política & Prosa

Guía bibliográfica para tomarse en serio el fútbol

15/06/2026

Betevé

El final dels pisos turístics: com afectarà el mercat laboral i el PIB de Barcelona

14/06/2026

Diario PYME

Barcelona eliminará los pisos turísticos en 2028: impacto laboral y económico

13/06/2026

El Periódico

El difícil equilibrio migratorio español en la Europa del control

31/05/2026

El Periódico

El retorno de la política industrial

25/05/2026

ViaEmpresa

Barcelona, ciudad de congresos: ¿cuáles son las principales competidoras mundiales?

Veure més

Notes

Args

post_type
0press
post_statuspublish
posts_per_page6
post__not_in
0
tax_query
relationAND
paged1
orderDESC
orderbydate
meta_query
0Array ( )
post__in
0417975
1417976
2417977
3417978
4417979
5417980
6417981
7417982
8417983
9417984
10417985
11417986
12417987
13417988
14417989
15417990
16417991
17417992
18417993
19417994
20417995
21417996
22417997
23417998
24417999
25418000
26418001
27418002
28418003
29418004
30418005
31418006
32418007
33418008
34418009
35418010
36418011
37418012
38418013
39418014
40418015
41432099

Module Settings

post_type_choosepress
loop_stylecustom_loop_layout
shortcode_name[de_loop_template_shortcode]
loop_templatesdivi-blog
custom_loop_templatenone
loop_layout418058
filter_update_animationload-6
no_posts_layoutnone
no_posts_layout_textSorry, No posts.
is_main_loopoff
include_current_termsoff
groupping_post_objectoff
groupping_taxonomynone
show_empty_onloadoff
post_statuspublish
suppress_filtersauto
show_current_postoff
posts_number6
post_offset0
post_display_typedefault
saved_typewishlist
acf_linked_acfnone
related_contentcategories
related_acf_fieldnone
related_content_categoriesdefault
is_category_loopoff
disable_sticky_postsoff
specific_post_objectsoff
related_content_tagsdefault
tax_name_relatednone
acf_name_relatednone
custom_tax_choosepost
acf_namenone
include_sticky_postson
include_sticky_posts_onlyoff
onload_tax_choosepost
sort_orderdate
acf_sort_fieldnone
acf_sort_typestring
acf_date_picker_fieldnone
acf_date_picker_methoddefault
acf_date_picker_custom_day30
order_asc_descDESC
sec_acf_sort_fieldnone
sec_acf_sort_typestring
sec_acf_date_picker_fieldnone
sec_order_asc_descASC
enable_loadmoreon
pagination_positionbottom
scrolltoon
scrollto_fine_tune0px
loadmore_textVeure més
loadmore_text_loadingCargando
enable_resultcountoff
resultcount_positionright
result_count_single_textShowing the single result
result_count_all_textShowing all %d results
result_count_pagination_textShowing %d-%d of %d results
has_mapoff
map_all_postsoff
map_all_posts_limit-1
map_infoview_layoutnone
map_infoview_layout_ajaxoff
hide_marker_labeloff
map_clusteron
map_center_first_poston
link_whole_girdoff
link_whole_gird_externaloff
external_acfnone
content_section_layoutnone
grid_layoutgrid
columns1
columns_tablet1
columns_mobile1
custom_gutter_widthoff
grid_list_defaultlist
grid_list_positionleft
grid_list_cookie_time30
grid_view_icon||divi||400
list_view_icon||fa||900
icon_padding7px|7px|7px|7px
icon_margin0px|10px|0px|0px
enable_overlayon
show_featured_imageon
show_read_moreoff
read_more_textRead More
show_authoron
show_dateon
date_formatF j, Y
show_categorieson
show_contentoff
excerpt_length270
excerpt_more...
show_commentsoff
meta_separator|
content_visibilityhover
image_hover_animationnone
loop_template_content_alignmentcenter_center
loop_template_color_themelight
loop_template_same_heighton
image_min_height150px
image_max_height500px
pagination_item_background#fff
pagination_item_background_active#ebe9eb
_builder_version4.27.6
_module_presetdefault
grouping_tax_title_font_size14px
grouping_tax_title_letter_spacing0px
grouping_tax_title_line_height1em
title_font_size14px
title_letter_spacing0px
title_line_height1em
excerpt_font_size14px
excerpt_letter_spacing0px
excerpt_line_height1em
loop_template_meta_font_size14px
loop_template_meta_letter_spacing0px
loop_template_meta_line_height1em
loop_template_meta_a_font_size14px
loop_template_meta_a_letter_spacing0px
loop_template_meta_a_line_height1em
loop_template_a_font_size14px
loop_template_a_letter_spacing0px
loop_template_a_line_height1em
pagination_font_letter_spacing0px
active_pagination_letter_spacing0px
background_enable_coloron
use_background_color_gradientoff
background_color_gradient_repeatoff
background_color_gradient_typelinear
background_color_gradient_direction180deg
background_color_gradient_direction_radialcenter
background_color_gradient_stops#2b87da 0%|#29c4a9 100%
background_color_gradient_unit%
background_color_gradient_overlays_imageoff
background_color_gradient_start#2b87da
background_color_gradient_start_position0%
background_color_gradient_end#29c4a9
background_color_gradient_end_position100%
background_enable_imageon
parallaxoff
parallax_methodon
background_sizecover
background_image_widthauto
background_image_heightauto
background_positioncenter
background_horizontal_offset0
background_vertical_offset0
background_repeatno-repeat
background_blendnormal
background_enable_video_mp4on
background_enable_video_webmon
allow_player_pauseoff
background_video_pause_outside_viewporton
background_enable_pattern_styleoff
background_pattern_stylepolka-dots
background_pattern_colorrgba(0,0,0,0.2)
background_pattern_sizeinitial
background_pattern_widthauto
background_pattern_heightauto
background_pattern_repeat_origintop_left
background_pattern_horizontal_offset0
background_pattern_vertical_offset0
background_pattern_repeatrepeat
background_pattern_blend_modenormal
background_enable_mask_styleoff
background_mask_stylelayer-blob
background_mask_color#ffffff
background_mask_aspect_ratiolandscape
background_mask_sizestretch
background_mask_widthauto
background_mask_heightauto
background_mask_positioncenter
background_mask_horizontal_offset0
background_mask_vertical_offset0
background_mask_blend_modenormal
custom_buttonoff
button_text_size16
button_bg_use_color_gradientoff
button_bg_color_gradient_repeatoff
button_bg_color_gradient_typelinear
button_bg_color_gradient_direction180deg
button_bg_color_gradient_direction_radialcenter
button_bg_color_gradient_stops#2b87da 0%|#29c4a9 100%
button_bg_color_gradient_unit%
button_bg_color_gradient_overlays_imageoff
button_bg_color_gradient_start#2b87da
button_bg_color_gradient_start_position0%
button_bg_color_gradient_end#29c4a9
button_bg_color_gradient_end_position100%
button_bg_enable_imageon
button_bg_parallaxoff
button_bg_parallax_methodon
button_bg_sizecover
button_bg_image_widthauto
button_bg_image_heightauto
button_bg_positioncenter
button_bg_horizontal_offset0
button_bg_vertical_offset0
button_bg_repeatno-repeat
button_bg_blendnormal
button_bg_enable_video_mp4on
button_bg_enable_video_webmon
button_bg_allow_player_pauseoff
button_bg_video_pause_outside_viewporton
button_use_iconon
button_icon_placementright
button_on_hoveron
custom_loop_template_buttonoff
loop_template_button_text_size16
loop_template_button_bg_use_color_gradientoff
loop_template_button_bg_color_gradient_repeatoff
loop_template_button_bg_color_gradient_typelinear
loop_template_button_bg_color_gradient_direction180deg
loop_template_button_bg_color_gradient_direction_radialcenter
loop_template_button_bg_color_gradient_stops#2b87da 0%|#29c4a9 100%
loop_template_button_bg_color_gradient_unit%
loop_template_button_bg_color_gradient_overlays_imageoff
loop_template_button_bg_color_gradient_start#2b87da
loop_template_button_bg_color_gradient_start_position0%
loop_template_button_bg_color_gradient_end#29c4a9
loop_template_button_bg_color_gradient_end_position100%
loop_template_button_bg_enable_imageon
loop_template_button_bg_parallaxoff
loop_template_button_bg_parallax_methodon
loop_template_button_bg_sizecover
loop_template_button_bg_image_widthauto
loop_template_button_bg_image_heightauto
loop_template_button_bg_positioncenter
loop_template_button_bg_horizontal_offset0
loop_template_button_bg_vertical_offset0
loop_template_button_bg_repeatno-repeat
loop_template_button_bg_blendnormal
loop_template_button_bg_enable_video_mp4on
loop_template_button_bg_enable_video_webmon
loop_template_button_bg_allow_player_pauseoff
loop_template_button_bg_video_pause_outside_viewporton
loop_template_button_use_iconon
loop_template_button_icon_placementright
loop_template_button_on_hoveron
positioningnone
position_origin_atop_left
position_origin_ftop_left
position_origin_rtop_left
widthauto
max_widthnone
min_heightauto
heightauto
max_heightnone
custom_padding|||0px|false|false
filter_hue_rotate0deg
filter_saturate100%
filter_brightness100%
filter_contrast100%
filter_invert0%
filter_sepia0%
filter_opacity100%
filter_blur0px
mix_blend_modenormal
animation_stylenone
animation_directioncenter
animation_duration1000ms
animation_delay0ms
animation_intensity_slide50%
animation_intensity_zoom50%
animation_intensity_flip50%
animation_intensity_fold50%
animation_intensity_roll50%
animation_starting_opacity0%
animation_speed_curveease-in-out
animation_repeatonce
hover_transition_duration300ms
hover_transition_delay0ms
hover_transition_speed_curveease
link_option_url_new_windowoff
sticky_positionnone
sticky_offset_top0px
sticky_offset_bottom0px
sticky_limit_topnone
sticky_limit_bottomnone
sticky_offset_surroundingon
sticky_transitionon
motion_trigger_startmiddle
hover_enabled0
grouping_tax_title_text_shadow_stylenone
grouping_tax_title_text_shadow_horizontal_length0em
grouping_tax_title_text_shadow_vertical_length0em
grouping_tax_title_text_shadow_blur_strength0em
grouping_tax_title_text_shadow_colorrgba(0,0,0,0.4)
title_text_shadow_stylenone
title_text_shadow_horizontal_length0em
title_text_shadow_vertical_length0em
title_text_shadow_blur_strength0em
title_text_shadow_colorrgba(0,0,0,0.4)
excerpt_text_shadow_stylenone
excerpt_text_shadow_horizontal_length0em
excerpt_text_shadow_vertical_length0em
excerpt_text_shadow_blur_strength0em
excerpt_text_shadow_colorrgba(0,0,0,0.4)
loop_template_meta_text_shadow_stylenone
loop_template_meta_text_shadow_horizontal_length0em
loop_template_meta_text_shadow_vertical_length0em
loop_template_meta_text_shadow_blur_strength0em
loop_template_meta_text_shadow_colorrgba(0,0,0,0.4)
loop_template_meta_a_text_shadow_stylenone
loop_template_meta_a_text_shadow_horizontal_length0em
loop_template_meta_a_text_shadow_vertical_length0em
loop_template_meta_a_text_shadow_blur_strength0em
loop_template_meta_a_text_shadow_colorrgba(0,0,0,0.4)
loop_template_a_text_shadow_stylenone
loop_template_a_text_shadow_horizontal_length0em
loop_template_a_text_shadow_vertical_length0em
loop_template_a_text_shadow_blur_strength0em
loop_template_a_text_shadow_colorrgba(0,0,0,0.4)
pagination_font_text_shadow_stylenone
pagination_font_text_shadow_horizontal_length0em
pagination_font_text_shadow_vertical_length0em
pagination_font_text_shadow_blur_strength0em
pagination_font_text_shadow_colorrgba(0,0,0,0.4)
active_pagination_text_shadow_stylenone
active_pagination_text_shadow_horizontal_length0em
active_pagination_text_shadow_vertical_length0em
active_pagination_text_shadow_blur_strength0em
active_pagination_text_shadow_colorrgba(0,0,0,0.4)
button_text_shadow_stylenone
button_text_shadow_horizontal_length0em
button_text_shadow_vertical_length0em
button_text_shadow_blur_strength0em
button_text_shadow_colorrgba(0,0,0,0.4)
loop_template_button_text_shadow_stylenone
loop_template_button_text_shadow_horizontal_length0em
loop_template_button_text_shadow_vertical_length0em
loop_template_button_text_shadow_blur_strength0em
loop_template_button_text_shadow_colorrgba(0,0,0,0.4)
box_shadow_stylenone
box_shadow_colorrgba(0,0,0,0.3)
box_shadow_positionouter
box_shadow_style_productnone
box_shadow_color_productrgba(0,0,0,0.3)
box_shadow_position_productouter
box_shadow_style_grid_list_view_buttonnone
box_shadow_color_grid_list_view_buttonrgba(0,0,0,0.3)
box_shadow_position_grid_list_view_buttonouter
box_shadow_style_loop-template-itemnone
box_shadow_color_loop-template-itemrgba(0,0,0,0.3)
box_shadow_position_loop-template-itemouter
box_shadow_style_buttonnone
box_shadow_color_buttonrgba(0,0,0,0.3)
box_shadow_position_buttonouter
box_shadow_style_loop_template_buttonnone
box_shadow_color_loop_template_buttonrgba(0,0,0,0.3)
box_shadow_position_loop_template_buttonouter
text_shadow_stylenone
text_shadow_horizontal_length0em
text_shadow_vertical_length0em
text_shadow_blur_strength0em
text_shadow_colorrgba(0,0,0,0.4)
disabledoff
global_colors_info{}

La catedrática Judit Vall asume la dirección del IEB

El IEB y Fira de Barcelona firman un acuerdo de colaboración

El IEB y Aena firman un acuerdo de colaboración

Las ayudas al alquiler y los controles sobre los precios, soluciones válidas de acuerdo al último IEB Report

El IEB y la Fundación Miquel y Costas firman un acuerdo de colaboración

Un estudio del Instituto de Economía de Barcelona indica que la política de regulación de alquileres en Cataluña fue efectiva

Veure més