{"id":37104,"date":"2023-02-15T12:44:00","date_gmt":"2023-02-15T11:44:00","guid":{"rendered":"https:\/\/granda.com\/restauracion-en-san-isidoro-de-leon\/"},"modified":"2024-05-22T21:15:59","modified_gmt":"2024-05-22T19:15:59","slug":"restoration-in-san-isidoro-de-leon","status":"publish","type":"post","link":"https:\/\/granda.com\/en\/restauracion-en-san-isidoro-de-leon\/","title":{"rendered":"Restoration at San Isidoro de Le\u00f3n"},"content":{"rendered":"<p>On the 3rd of last year, the<a href=\"https:\/\/www.diariodeleon.es\/video\/actualidad\/presentada-restauracion-pinturas-panteon-reyes\/202301031230352290742.html\" target=\"_blank\" rel=\"noopener\"> presentation ceremony of the restoration of the paintings of the Royal Pantheon of San Isidoro de Le\u00f3n<\/a>.<\/p>\n\n\n\n<p>The intervention was presented by Ms. Mar Sancho, Vice-Minister of Culture of the Junta de Castilla y Le\u00f3n, the Bishop of Le\u00f3n, Monsignor Luis \u00c1ngel de las Heras and the Abbot of San Isidoro, Francisco Rodr\u00edguez. The intervention was directed and financed by the Junta de Castilla y Le\u00f3n, and its execution was carried out by GRANDA's Conservation-Restoration department.<\/p>\n\n\n\n<p>The paintings of San Isidoro date from the 12th century and are one of the most important artistic ensembles of the Spanish Romanesque. The intervention consisted of the restoration and consolidation of the mural paintings of the Royal Pantheon. The surface alterations were cleaned by chemical-mechanical procedures to eliminate runoff and other residues from previous interventions. Likewise, the pictorial layers were fixed and the adhesion of the layers was reinforced by injection consolidation, adaptation of all the perimeter reinforcements and reintegration of mortars.<\/p>\n\n\n\n<p>The result of the restoration shows sharper paintings with the original colors more defined and natural. Color reintegration has been avoided in order to show the original image without any additions.<\/p>\n\n\n\n<p>This restoration has also served to significantly expand the material knowledge of this mural ensemble through its analytical study and new image treatments. This research work has provided interesting data, such as the identification of the remains of coverings preserved in the Pantheon of Infantes, which show different construction and ornamental moments, thus contributing to the documentation of the evolution of these unique spaces.<\/p>\n\n\n<!-- Slider main container -->\r\n\t\t<div class=\"swiper\">\r\n\t\t  <!-- Additional required wrapper -->\r\n\t\t  <div class=\"swiper-wrapper\">\r\n\t\t\t<!-- Slides -->\r\n\t\t\t  \r\n\t\t\t  \t\t\t\t<div class=\"swiper-slide\">\r\n\t\t\t    \t<img decoding=\"async\" class=\"nolazy\" src=\"https:\/\/granda.com\/wp-content\/uploads\/2024\/05\/PHOTO-2023-01-20-20-44-33.jpg\" alt=\"\" title=\"\">\r\n\t\t\t    <\/div>\r\n\t\t\t  \t\t\t\t<div class=\"swiper-slide\">\r\n\t\t\t    \t<img decoding=\"async\" class=\"nolazy\" src=\"https:\/\/granda.com\/wp-content\/uploads\/2024\/05\/PHOTO-2023-01-20-20-44-33-1.jpg\" alt=\"\" title=\"\">\r\n\t\t\t    <\/div>\r\n\t\t\t  \t\t\t\t<div class=\"swiper-slide\">\r\n\t\t\t    \t<img decoding=\"async\" class=\"nolazy\" src=\"https:\/\/granda.com\/wp-content\/uploads\/2024\/05\/PHOTO-2023-01-20-20-44-33-2.jpg\" alt=\"\" title=\"\">\r\n\t\t\t    <\/div>\r\n\t\t\t  \t\t\t\t<div class=\"swiper-slide\">\r\n\t\t\t    \t<img decoding=\"async\" class=\"nolazy\" src=\"https:\/\/granda.com\/wp-content\/uploads\/2024\/05\/PHOTO-2023-01-20-20-44-33-3.jpg\" alt=\"\" title=\"\">\r\n\t\t\t    <\/div>\r\n\t\t\t  \t\t  <\/div>\r\n\r\n\t\t  <!-- If we need navigation buttons -->\r\n\t\t  <div class=\"swiper-button-prev\"><\/div>\r\n\t\t  <div class=\"swiper-button-next\"><\/div>\r\n\t\t<\/div>\r\n\r\n\t\t<script>\r\n\t\t\twindow.addEventListener(\"load\", function() {\r\n\t\t\t\t\tconst swiper = new Swiper('.swiper', {\r\n\t\t\t\t  speed: 400,\r\n\t\t\t\t  spaceBetween: 100,\r\n\t\t\t\t   navigation: {\r\n\t\t\t\t\tnextEl: '.swiper-button-next',\r\n\t\t\t\t\tprevEl: '.swiper-button-prev',\r\n\t\t\t\t  },\r\n\t\t\t\t});\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\tdocument.querySelectorAll(\".swiper-slide img\").forEach(image => {\r\n\t\t\t\t\timage.addEventListener(\"click\", function() {\r\n\t\t\t\t\t\tlet backdrop = document.createElement(\"section\");\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\tbackdrop.classList.add(\"slide-backdrop\");\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\tlet img = document.createElement(\"img\");\r\n\t\t\t\t\t\timg.src = this.src;\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\tbackdrop.appendChild(img);\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\tbackdrop.addEventListener(\"click\", function() {\r\n\t\t\t\t\t\t\tbackdrop.style.opacity = 0;\r\n\t\t\t\t\t\t\tsetTimeout(() => {\r\n\t\t\t\t\t\t\t\tbackdrop.remove();\r\n\t\t\t\t\t\t\t\tdocument.body.style.overflow = \"\";\r\n\t\t\t\t\t\t\t}, 500)\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\tdocument.body.appendChild(backdrop);\r\n\t\t\t\t\t\tdocument.body.style.overflow = \"hidden\";\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t});\r\n\t\t\t\t})\r\n\t\t\t})\r\n\t\t\t\r\n\t\t<\/script>\r\n\r\n\t\t<style>\r\n\t\t\t.swiper {\r\n\t\t\t\tmargin-bottom: 30px;\r\n\t\t\t}\r\n\r\n\t\t\t.swiper-slide img {\r\n\t\t\t\tmax-height: 400px;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tmargin: auto;\r\n\t\t\t\tcursor: pointer;\r\n\t\t\t\twidth: auto;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t.swiper-wrapper {\r\n\t\t\t\talign-items: stretch!important;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t.swiper-slide {\r\n\t\t\t\theight: auto;\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\tflex-direction: column;\r\n\t\t\t\tjustify-content: center;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t.swiper-button-next, .swiper-button-prev {\r\n\t\t\t\tcolor: #CAA966!important;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t.slide-backdrop {\r\n\t\t\t\tposition: fixed;\r\n\t\t\t\twidth: 100vw;\r\n\t\t\t\theight: 100vh;\r\n\t\t\t\ttop: 0;\r\n\t\t\t\tleft: 0;\r\n\t\t\t\tbackground: rgba(0,0,0,0.5);\r\n\t\t\t\tz-index: 999;\r\n\t\t\t\ttransition: .5s;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t.slide-backdrop img {\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tmargin: auto;\r\n\t\t\t\ttop: 50%;\r\n\t\t\t\tposition: relative;\r\n\t\t\t\ttransform: translateY(-50%);\r\n\t\t\t\tmax-width: 90%;\r\n\t\t\t\tmax-height: 90%;\r\n\t\t\t}\r\n\t\t<\/style>","protected":false},"excerpt":{"rendered":"<p>El pasado d\u00eda 3 se celebr\u00f3 el acto de presentaci\u00f3n de la restauraci\u00f3n de las pinturas del Pante\u00f3n Real de San Isidoro de Le\u00f3n. Presentaron la intervenci\u00f3n do\u00f1a Mar Sancho, Viceconsejera de Cultura de la Junta de Castilla y Le\u00f3n, el Obispo de Le\u00f3n, Monse\u00f1or don Luis \u00c1ngel de las Heras y el Abad de [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":37105,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1997],"tags":[1998],"lista_post":[],"class_list":["post-37104","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-actualidad-en-los-mediosconservacion-restauracion","tag-panteon-realsan-isidoro-de-leon"],"acf":[],"_links":{"self":[{"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/posts\/37104","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/comments?post=37104"}],"version-history":[{"count":2,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/posts\/37104\/revisions"}],"predecessor-version":[{"id":38136,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/posts\/37104\/revisions\/38136"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/media\/37105"}],"wp:attachment":[{"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/media?parent=37104"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/categories?post=37104"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/tags?post=37104"},{"taxonomy":"lista_post","embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/lista_post?post=37104"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}