<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Il Cammino di San Francesco</title>
	<atom:link href="http://www.umbriafrancescosways.eu/en/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.umbriafrancescosways.eu/en</link>
	<description>Tutto sul Cammino di San Francesco - Francesco&#039; s Ways</description>
	<lastBuildDate>Wed, 18 Feb 2026 12:19:16 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Hotel della Fonte</title>
		<link>http://www.umbriafrancescosways.eu/en/where-to-stay/hotel-della-fonte/</link>
		<comments>http://www.umbriafrancescosways.eu/en/where-to-stay/hotel-della-fonte/#comments</comments>
		<pubDate>Wed, 11 Dec 2019 10:06:13 +0000</pubDate>
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
				<category><![CDATA[3 stars]]></category>
		<category><![CDATA[Hotel]]></category>
		<category><![CDATA[Where to stay]]></category>

		<guid isPermaLink="false">http://www.umbriafrancescosways.eu/en/senza-categoria-en/hotel-della-fonte/</guid>
		<description><![CDATA[<p>Hotel della Fonte set in a historic building in 1600 and well integrated in the medieval village of Greccio 700msl, maintains the charm and highly mystical atmosphere of a place that was the scene of some of the salient episodes of the life of St. Francis. The hotel overlooks the medieval town square and is ...</p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/where-to-stay/hotel-della-fonte/">Hotel della Fonte</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Hotel della Fonte set in a historic building in 1600 and well integrated in the medieval village of Greccio 700msl, maintains the charm and highly mystical atmosphere of a place that was the scene of some of the salient episodes of the life of St. Francis.</p>
<p>The hotel overlooks the medieval town square and is surrounded by a park rich in woody vegetation where the healthy source of water &#8220;source lupetta&#8221; is ideal for living rooms and a variety of activities from traditional holiday (relax, walking, hiking) to sports (horse riding, jogging, nordwalking, rafting) to religious tourism (the &#8220;Saint Francis walk&#8221; with the four shrines of the Rieti valley with the possibility to visit them by car, by bike, on horseback or on foot).</p>
<!-- START REVOLUTION SLIDER 4.5.6 fullwidth mode -->

<div id="rev_slider_171_1_wrapper" class="rev_slider_wrapper fullwidthbanner-container" style="margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:350px;">
	<div id="rev_slider_171_1" class="rev_slider fullwidthabanner" style="display:none;max-height:350px;height:350px;">
<ul>	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/DSC04219.jpg"  alt="DSC04219"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/IMG-4058.jpg"  alt="IMG-4058"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
</ul>
<div class="tp-bannertimer"></div>	</div>
</div>			
			<script type="text/javascript">

					
				/******************************************
					-	PREPARE PLACEHOLDER FOR SLIDER	-
				******************************************/
								
				 
				var setREVStartSize = function() {
					var	tpopt = new Object(); 
						tpopt.startwidth = 960;
						tpopt.startheight = 350;
						tpopt.container = jQuery('#rev_slider_171_1');
						tpopt.fullScreen = "off";
						tpopt.forceFullWidth="off";

					tpopt.container.closest(".rev_slider_wrapper").css({height:tpopt.container.height()});tpopt.width=parseInt(tpopt.container.width(),0);tpopt.height=parseInt(tpopt.container.height(),0);tpopt.bw=tpopt.width/tpopt.startwidth;tpopt.bh=tpopt.height/tpopt.startheight;if(tpopt.bh>tpopt.bw)tpopt.bh=tpopt.bw;if(tpopt.bh<tpopt.bw)tpopt.bw=tpopt.bh;if(tpopt.bw<tpopt.bh)tpopt.bh=tpopt.bw;if(tpopt.bh>1){tpopt.bw=1;tpopt.bh=1}if(tpopt.bw>1){tpopt.bw=1;tpopt.bh=1}tpopt.height=Math.round(tpopt.startheight*(tpopt.width/tpopt.startwidth));if(tpopt.height>tpopt.startheight&&tpopt.autoHeight!="on")tpopt.height=tpopt.startheight;if(tpopt.fullScreen=="on"){tpopt.height=tpopt.bw*tpopt.startheight;var cow=tpopt.container.parent().width();var coh=jQuery(window).height();if(tpopt.fullScreenOffsetContainer!=undefined){try{var offcontainers=tpopt.fullScreenOffsetContainer.split(",");jQuery.each(offcontainers,function(e,t){coh=coh-jQuery(t).outerHeight(true);if(coh<tpopt.minFullScreenHeight)coh=tpopt.minFullScreenHeight})}catch(e){}}tpopt.container.parent().height(coh);tpopt.container.height(coh);tpopt.container.closest(".rev_slider_wrapper").height(coh);tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(coh);tpopt.container.css({height:"100%"});tpopt.height=coh;}else{tpopt.container.height(tpopt.height);tpopt.container.closest(".rev_slider_wrapper").height(tpopt.height);tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(tpopt.height);}
				};
				
				/* CALL PLACEHOLDER */
				setREVStartSize();
				
				
				var tpj=jQuery;				
				tpj.noConflict();				
				var revapi171;
				
				tpj(document).ready(function() {
				
				if(tpj('#rev_slider_171_1').revolution == undefined)
					revslider_showDoubleJqueryError('#rev_slider_171_1');
				else
				   revapi171 = tpj('#rev_slider_171_1').show().revolution(
					{
						dottedOverlay:"none",
						delay:9000,
						startwidth:960,
						startheight:350,
						hideThumbs:200,
						
						thumbWidth:100,
						thumbHeight:50,
						thumbAmount:2,
						
						navigationType:"bullet",
						navigationArrows:"solo",
						navigationStyle:"round",
						
						touchenabled:"on",
						onHoverStop:"on",
						
						swipe_velocity: 0.7,
						swipe_min_touches: 1,
						swipe_max_touches: 1,
						drag_block_vertical: false,
												
												
						keyboardNavigation:"off",
						
						navigationHAlign:"center",
						navigationVAlign:"bottom",
						navigationHOffset:0,
						navigationVOffset:20,

						soloArrowLeftHalign:"left",
						soloArrowLeftValign:"center",
						soloArrowLeftHOffset:20,
						soloArrowLeftVOffset:0,

						soloArrowRightHalign:"right",
						soloArrowRightValign:"center",
						soloArrowRightHOffset:20,
						soloArrowRightVOffset:0,
								
						shadow:2,
						fullWidth:"on",
						fullScreen:"off",

						spinner:"spinner0",
						
						stopLoop:"off",
						stopAfterLoops:-1,
						stopAtSlide:-1,

						shuffle:"off",
						
						autoHeight:"off",						
						forceFullWidth:"off",						
												
												
												
						hideThumbsOnMobile:"off",
						hideNavDelayOnMobile:1500,
						hideBulletsOnMobile:"off",
						hideArrowsOnMobile:"off",
						hideThumbsUnderResolution:0,
						
												hideSliderAtLimit:0,
						hideCaptionAtLimit:0,
						hideAllCaptionAtLilmit:0,
						startWithSlide:0					});
					
					
					
									
				});	/*ready*/
				
			</script>
			
			
			<!-- END REVOLUTION SLIDER -->
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/where-to-stay/hotel-della-fonte/">Hotel della Fonte</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.umbriafrancescosways.eu/en/where-to-stay/hotel-della-fonte/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Casa per ferie San Bernardino</title>
		<link>http://www.umbriafrancescosways.eu/en/where-to-stay/casa-per-ferie-san-bernardino/</link>
		<comments>http://www.umbriafrancescosways.eu/en/where-to-stay/casa-per-ferie-san-bernardino/#comments</comments>
		<pubDate>Tue, 10 Dec 2019 10:32:29 +0000</pubDate>
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
				<category><![CDATA[Holiday House]]></category>
		<category><![CDATA[Where to stay]]></category>

		<guid isPermaLink="false">http://www.umbriafrancescosways.eu/en/senza-categoria-en/casa-per-ferie-san-bernardino/</guid>
		<description><![CDATA[<p>Immersa nel verde del parco fluviale del Nera, a due passi dalle principali attrazioni della Valnerina, nasce la casa per ferie dell&#8217;Antico Convento di San Bernardino. L&#8217;ampia struttura dispone di camere singole, doppie, triple ed una quadrupla, dotate di ogni confort e tutte con bagno interno. E&#8217; inoltre in grado di accogliere convegni e ritiri ...</p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/where-to-stay/casa-per-ferie-san-bernardino/">Casa per ferie San Bernardino</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Immersa nel verde del parco fluviale del Nera, a due passi dalle principali attrazioni della Valnerina, nasce la casa per ferie dell&#8217;Antico Convento di San Bernardino.</p>
<p>L&#8217;ampia struttura dispone di camere singole, doppie, triple ed una quadrupla, dotate di ogni confort e tutte con bagno interno. E&#8217; inoltre in grado di accogliere convegni e ritiri spirituali.</p>
<p>A due passi dalla Cascata delle Marmore e dal Lago di Piediluco; dai suggestivi borghi medievali della Valle, quali Arrone, Casteldilago e Ferentillo, è inoltre possibile praticare diversi sport a contatto con la natura quali rafting, canottaggio, arrampicata, trekking, escursioni a cavallo o in mountain bike.</p>
<p>Soggiornare al convento, sarà un&#8217;esperienza unica e rilassante, dove corpo, mente e spirito ritroveranno l&#8217;armonia,  nel contesto della natura silenziosa che fa da cornice.</p>
<!-- START REVOLUTION SLIDER 4.5.6 fullwidth mode -->

<div id="rev_slider_170_2_wrapper" class="rev_slider_wrapper fullwidthbanner-container" style="margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:350px;">
	<div id="rev_slider_170_2" class="rev_slider fullwidthabanner" style="display:none;max-height:350px;height:350px;">
<ul>	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/BROCH2.jpg"  alt="BROCH2"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/BROCH3.jpg"  alt="BROCH3"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/convento-san-bernardino-facciata.jpg"  alt="convento-san-bernardino-facciata"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
</ul>
<div class="tp-bannertimer"></div>	</div>
</div>			
			<script type="text/javascript">

					
				/******************************************
					-	PREPARE PLACEHOLDER FOR SLIDER	-
				******************************************/
								
				 
				var setREVStartSize = function() {
					var	tpopt = new Object(); 
						tpopt.startwidth = 960;
						tpopt.startheight = 350;
						tpopt.container = jQuery('#rev_slider_170_2');
						tpopt.fullScreen = "off";
						tpopt.forceFullWidth="off";

					tpopt.container.closest(".rev_slider_wrapper").css({height:tpopt.container.height()});tpopt.width=parseInt(tpopt.container.width(),0);tpopt.height=parseInt(tpopt.container.height(),0);tpopt.bw=tpopt.width/tpopt.startwidth;tpopt.bh=tpopt.height/tpopt.startheight;if(tpopt.bh>tpopt.bw)tpopt.bh=tpopt.bw;if(tpopt.bh<tpopt.bw)tpopt.bw=tpopt.bh;if(tpopt.bw<tpopt.bh)tpopt.bh=tpopt.bw;if(tpopt.bh>1){tpopt.bw=1;tpopt.bh=1}if(tpopt.bw>1){tpopt.bw=1;tpopt.bh=1}tpopt.height=Math.round(tpopt.startheight*(tpopt.width/tpopt.startwidth));if(tpopt.height>tpopt.startheight&&tpopt.autoHeight!="on")tpopt.height=tpopt.startheight;if(tpopt.fullScreen=="on"){tpopt.height=tpopt.bw*tpopt.startheight;var cow=tpopt.container.parent().width();var coh=jQuery(window).height();if(tpopt.fullScreenOffsetContainer!=undefined){try{var offcontainers=tpopt.fullScreenOffsetContainer.split(",");jQuery.each(offcontainers,function(e,t){coh=coh-jQuery(t).outerHeight(true);if(coh<tpopt.minFullScreenHeight)coh=tpopt.minFullScreenHeight})}catch(e){}}tpopt.container.parent().height(coh);tpopt.container.height(coh);tpopt.container.closest(".rev_slider_wrapper").height(coh);tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(coh);tpopt.container.css({height:"100%"});tpopt.height=coh;}else{tpopt.container.height(tpopt.height);tpopt.container.closest(".rev_slider_wrapper").height(tpopt.height);tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(tpopt.height);}
				};
				
				/* CALL PLACEHOLDER */
				setREVStartSize();
				
				
				var tpj=jQuery;				
				tpj.noConflict();				
				var revapi170;
				
				tpj(document).ready(function() {
				
				if(tpj('#rev_slider_170_2').revolution == undefined)
					revslider_showDoubleJqueryError('#rev_slider_170_2');
				else
				   revapi170 = tpj('#rev_slider_170_2').show().revolution(
					{
						dottedOverlay:"none",
						delay:9000,
						startwidth:960,
						startheight:350,
						hideThumbs:200,
						
						thumbWidth:100,
						thumbHeight:50,
						thumbAmount:3,
						
						navigationType:"bullet",
						navigationArrows:"solo",
						navigationStyle:"round",
						
						touchenabled:"on",
						onHoverStop:"on",
						
						swipe_velocity: 0.7,
						swipe_min_touches: 1,
						swipe_max_touches: 1,
						drag_block_vertical: false,
												
												
						keyboardNavigation:"off",
						
						navigationHAlign:"center",
						navigationVAlign:"bottom",
						navigationHOffset:0,
						navigationVOffset:20,

						soloArrowLeftHalign:"left",
						soloArrowLeftValign:"center",
						soloArrowLeftHOffset:20,
						soloArrowLeftVOffset:0,

						soloArrowRightHalign:"right",
						soloArrowRightValign:"center",
						soloArrowRightHOffset:20,
						soloArrowRightVOffset:0,
								
						shadow:2,
						fullWidth:"on",
						fullScreen:"off",

						spinner:"spinner0",
						
						stopLoop:"off",
						stopAfterLoops:-1,
						stopAtSlide:-1,

						shuffle:"off",
						
						autoHeight:"off",						
						forceFullWidth:"off",						
												
												
												
						hideThumbsOnMobile:"off",
						hideNavDelayOnMobile:1500,
						hideBulletsOnMobile:"off",
						hideArrowsOnMobile:"off",
						hideThumbsUnderResolution:0,
						
												hideSliderAtLimit:0,
						hideCaptionAtLimit:0,
						hideAllCaptionAtLilmit:0,
						startWithSlide:0					});
					
					
					
									
				});	/*ready*/
				
			</script>
			
			
			<!-- END REVOLUTION SLIDER -->
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/where-to-stay/casa-per-ferie-san-bernardino/">Casa per ferie San Bernardino</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.umbriafrancescosways.eu/en/where-to-stay/casa-per-ferie-san-bernardino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOTEL CENACOLO</title>
		<link>http://www.umbriafrancescosways.eu/en/where-to-stay/hotel-cenacolo/</link>
		<comments>http://www.umbriafrancescosways.eu/en/where-to-stay/hotel-cenacolo/#comments</comments>
		<pubDate>Mon, 28 Jan 2019 09:08:51 +0000</pubDate>
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
				<category><![CDATA[4 stars]]></category>
		<category><![CDATA[Hotel]]></category>
		<category><![CDATA[Where to stay]]></category>

		<guid isPermaLink="false">http://www.umbriafrancescosways.eu/en/senza-categoria-en/hotel-cenacolo/</guid>
		<description><![CDATA[<p>From me first moment the atmosphere is a world a part, made of simple and precious things where hospitaly meet the Franciscan tradition in this wonderful city of peace. Hotel Cenacolo is the Franciscan hotel where a skillful restoration has allowed us to maintain the original strutcture respecting its suggestions and connotations as Convent. The ...</p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/where-to-stay/hotel-cenacolo/">HOTEL CENACOLO</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></description>
				<content:encoded><![CDATA[<!-- START REVOLUTION SLIDER 4.5.6 fullwidth mode -->

<div id="rev_slider_169_3_wrapper" class="rev_slider_wrapper fullwidthbanner-container" style="margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:350px;">
	<div id="rev_slider_169_3" class="rev_slider fullwidthabanner" style="display:none;max-height:350px;height:350px;">
<ul>	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/hall1.jpg"  alt="hall1"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/panoramica-giorno.jpg"  alt="panoramica-giorno"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/PIER0272-2.jpg"  alt="PIER0272-2"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/PIER0315.jpg"  alt="PIER0315"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/PIER5432.jpg"  alt="PIER5432"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/PIER8605.jpg"  alt="PIER8605"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/PIER8626.jpg"  alt="PIER8626"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/PIER8679-3.jpg"  alt="PIER8679-3"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/PIER8743.jpg"  alt="PIER8743"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/PIER8760.jpg"  alt="PIER8760"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/PIER8767.jpg"  alt="PIER8767"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/PIER8775.jpg"  alt="PIER8775"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/PIER8783.jpg"  alt="PIER8783"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/PIER8789.jpg"  alt="PIER8789"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/PIER8800.jpg"  alt="PIER8800"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
</ul>
<div class="tp-bannertimer"></div>	</div>
</div>			
			<script type="text/javascript">

					
				/******************************************
					-	PREPARE PLACEHOLDER FOR SLIDER	-
				******************************************/
								
				 
				var setREVStartSize = function() {
					var	tpopt = new Object(); 
						tpopt.startwidth = 960;
						tpopt.startheight = 350;
						tpopt.container = jQuery('#rev_slider_169_3');
						tpopt.fullScreen = "off";
						tpopt.forceFullWidth="off";

					tpopt.container.closest(".rev_slider_wrapper").css({height:tpopt.container.height()});tpopt.width=parseInt(tpopt.container.width(),0);tpopt.height=parseInt(tpopt.container.height(),0);tpopt.bw=tpopt.width/tpopt.startwidth;tpopt.bh=tpopt.height/tpopt.startheight;if(tpopt.bh>tpopt.bw)tpopt.bh=tpopt.bw;if(tpopt.bh<tpopt.bw)tpopt.bw=tpopt.bh;if(tpopt.bw<tpopt.bh)tpopt.bh=tpopt.bw;if(tpopt.bh>1){tpopt.bw=1;tpopt.bh=1}if(tpopt.bw>1){tpopt.bw=1;tpopt.bh=1}tpopt.height=Math.round(tpopt.startheight*(tpopt.width/tpopt.startwidth));if(tpopt.height>tpopt.startheight&&tpopt.autoHeight!="on")tpopt.height=tpopt.startheight;if(tpopt.fullScreen=="on"){tpopt.height=tpopt.bw*tpopt.startheight;var cow=tpopt.container.parent().width();var coh=jQuery(window).height();if(tpopt.fullScreenOffsetContainer!=undefined){try{var offcontainers=tpopt.fullScreenOffsetContainer.split(",");jQuery.each(offcontainers,function(e,t){coh=coh-jQuery(t).outerHeight(true);if(coh<tpopt.minFullScreenHeight)coh=tpopt.minFullScreenHeight})}catch(e){}}tpopt.container.parent().height(coh);tpopt.container.height(coh);tpopt.container.closest(".rev_slider_wrapper").height(coh);tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(coh);tpopt.container.css({height:"100%"});tpopt.height=coh;}else{tpopt.container.height(tpopt.height);tpopt.container.closest(".rev_slider_wrapper").height(tpopt.height);tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(tpopt.height);}
				};
				
				/* CALL PLACEHOLDER */
				setREVStartSize();
				
				
				var tpj=jQuery;				
				tpj.noConflict();				
				var revapi169;
				
				tpj(document).ready(function() {
				
				if(tpj('#rev_slider_169_3').revolution == undefined)
					revslider_showDoubleJqueryError('#rev_slider_169_3');
				else
				   revapi169 = tpj('#rev_slider_169_3').show().revolution(
					{
						dottedOverlay:"none",
						delay:9000,
						startwidth:960,
						startheight:350,
						hideThumbs:200,
						
						thumbWidth:100,
						thumbHeight:50,
						thumbAmount:5,
						
						navigationType:"bullet",
						navigationArrows:"solo",
						navigationStyle:"round",
						
						touchenabled:"on",
						onHoverStop:"on",
						
						swipe_velocity: 0.7,
						swipe_min_touches: 1,
						swipe_max_touches: 1,
						drag_block_vertical: false,
												
												
						keyboardNavigation:"off",
						
						navigationHAlign:"center",
						navigationVAlign:"bottom",
						navigationHOffset:0,
						navigationVOffset:20,

						soloArrowLeftHalign:"left",
						soloArrowLeftValign:"center",
						soloArrowLeftHOffset:20,
						soloArrowLeftVOffset:0,

						soloArrowRightHalign:"right",
						soloArrowRightValign:"center",
						soloArrowRightHOffset:20,
						soloArrowRightVOffset:0,
								
						shadow:2,
						fullWidth:"on",
						fullScreen:"off",

						spinner:"spinner0",
						
						stopLoop:"off",
						stopAfterLoops:-1,
						stopAtSlide:-1,

						shuffle:"off",
						
						autoHeight:"off",						
						forceFullWidth:"off",						
												
												
												
						hideThumbsOnMobile:"off",
						hideNavDelayOnMobile:1500,
						hideBulletsOnMobile:"off",
						hideArrowsOnMobile:"off",
						hideThumbsUnderResolution:0,
						
												hideSliderAtLimit:0,
						hideCaptionAtLimit:0,
						hideAllCaptionAtLilmit:0,
						startWithSlide:0					});
					
					
					
									
				});	/*ready*/
				
			</script>
			
			
			<!-- END REVOLUTION SLIDER -->
<p>From me first moment the atmosphere is a world a part, made of simple and precious things where hospitaly meet the Franciscan tradition in this wonderful city of peace.</p>
<p>Hotel Cenacolo is the Franciscan hotel where a skillful restoration has allowed us to maintain the original strutcture respecting its suggestions and connotations as Convent.</p>
<p>The 111 rooms have been obtained from the rooms where once the Franciscan Friars hosted the pilgrims a touch of modernity with sober colors whici respect the austerity of the environment and composure.</p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/where-to-stay/hotel-cenacolo/">HOTEL CENACOLO</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.umbriafrancescosways.eu/en/where-to-stay/hotel-cenacolo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vivi la Via &#8211; Programma Edizione 2018</title>
		<link>http://www.umbriafrancescosways.eu/en/events/vivi-la-via-edizione-2018/</link>
		<comments>http://www.umbriafrancescosways.eu/en/events/vivi-la-via-edizione-2018/#comments</comments>
		<pubDate>Thu, 17 May 2018 07:36:13 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.umbriafrancescosways.eu/en/senza-categoria-en/vivi-la-via-edizione-2018/</guid>
		<description><![CDATA[<p>L’iniziativa che avrà luogo lungo la Via di Francesco intende ridare valore alla cultura dei cammini e dei pellegrinaggi, nel rispetto di chi li percorre, in armonia con l’ambiente e il territorio, grazie al coinvolgimento attivo delle associazioni, religiose e laiche, e delle comunità locali che vivono lungo il cammino. Un ampio programma di eventi ...</p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/events/vivi-la-via-edizione-2018/">Vivi la Via &#8211; Programma Edizione 2018</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone wp-image-12579" src="http://www.umbriafrancescosways.eu/wp-content/uploads/vivi-la-via2.png" alt="vivi-la-via2" width="215" height="270" /></p>
<p>L’iniziativa che avrà luogo lungo la Via di Francesco intende ridare valore alla cultura dei cammini e dei pellegrinaggi, nel rispetto di chi li percorre, in armonia con l’ambiente e il territorio, grazie al coinvolgimento attivo delle associazioni, religiose e laiche, e delle comunità locali che vivono lungo il cammino.</p>
<p>Un ampio programma di eventi ed iniziative vi aspetta nei giorni 25, 26 e 27 Maggio: passeggiate a piedi, in bicicletta e a cavallo, visite guidate ai luoghi della spiritualità francescana, attività all’aria aperta per scuole e bambini, conferenze e seminari di approfondimento. Il comune denominatore che unisce tutte le differenti iniziative che si svolgeranno è la coerenza con i valori del pellegrinaggio, ma anche del benessere psico-fisico e della salvaguardia dell’ambiente in armonia con il messaggio universale di San Francesco d’Assisi.<br />
Scoprite le iniziate organizzate da ciascun comune.</p>
<div class="accordion accordionlight">
<h4 class="orange-borderleft">VENERDÌ 25 MAGGIO</h4>
<div>
<p><strong>STRONCONE (Terni)  &#8211; dalle ore 10,00</strong><br />
Visita guidata al centro storico di Stroncone e visita ai Corali<br />
Riferimenti: Francesca Leonardi 347.3517661<br />
leonardif@inwind.itù<br />
info@comune.stroncone.tr.it</p>
<p><strong>MONTELUCO (SPOLETO) &#8211; ore 10.00</strong></p>
<p>Comune di Spoleto – Sezione CAI di Spoleto<br />
Giornata con le scuole sui luoghi di S. Francesco e introduzione all&#8217;orienteering<br />
Riferimenti: 0743.218622/631/633 &#8211; gilberto.giasprini@comunespoleto.gov.it<br />
francesca.demarchis@comunespoleto.gov.it &#8211; nicola.santarelli@comunespoelto.gov.it;</p>
<p><strong>BASTIA UMBRA – ore 10.00</strong></p>
<p>Comune di Bastia – Monastero di Sant‘Anna<br />
Sui primi passi di S. Chiara<br />
Visita guidata della Chiesa di San Paolo delle Abbadesse e del Monastero di Sant‘Anna<br />
Riferimenti: 320.5681093 &#8211; sr.noemi@yahoo.it<br />
Contributo: offerta libera</p>
<p><strong>LA VERNA – ore 14.30-20.00</strong></p>
<p>Comune di Chiusi della Verna – Cooperativa In Quiete<br />
Escursione lungo la Via di Francesco e degustazione di prodotti a km 0<br />
Partenza e arrivo al Santuario della Verna<br />
Riferimenti: 348.2444490 &#8211; info@cooperativainquiete.it<br />
Contributo: € 15 (solo per la degustazione)</p>
<p><strong>ASSISI – ore 15,00</strong></p>
<p>Associazione Guide Turistiche dell‘Umbria<br />
Visita guidata ai luoghi francescani di Assisi<br />
Appuntamento con la guida alle ore 15.00 all’ingresso della Chiesa di Santa Chiara<br />
Durata della visita circa due ore &#8211; Contributo € 10<br />
Prenotazione obbligatoria entro il giorno 25.05.18 &#8211; Riferimenti: 075.815227 – 075.815228 – 339.3390103 &#8211; info@assoguide.it</p>
<p><strong>BASTIA UMBRA – ore 16.00</strong></p>
<p>Comune di Bastia – Monastero di Sant‘Anna<br />
Sui primi passi di S. Chiara<br />
Visita guidata della Chiesa di San Paolo delle Abbadesse e del Monastero di Sant‘Anna<br />
Riferimenti: 320.5681093 &#8211; sr.noemi@yahoo.it<br />
Contributo: offerta libera</p>
<p><strong>PERUGIA &#8211; ore 17.00</strong></p>
<p>Confraternita di San Jacopo di Compostella<br />
Inaugurazione della mostra “Santiago in Umbria“<br />
Perugia, Rocca Paolina – Sala Cannoniera<br />
Riferimenti: 340.7597549 – info@confraternitadisanjacopo.it<br />
Ingresso libero</p>
<p><strong>BASTIA UMBRA &#8211; ore 18.00</strong></p>
<p>Comune di Bastia Umbria<br />
Presentazione del libro di Salvatore Pezzella “Assisi e i luoghi di San Francesco in una Guida dimenticata del ‘600“.<br />
Bastia Umbria &#8211; Auditorium Sant‘Angelo<br />
Riferimenti: 075.8018216 – giuliano.berardi@comune.bastia.it<br />
Contributo: ingresso libero</p>
<p><strong>VALDICHIASCIO (GUBBIO) &#8211; ore 20.00</strong></p>
<p>Agriturismo Montesalce<br />
Cena conviviale tra pellegrini con menù della tradizione contadina.<br />
Riferimenti: 349.6369280 &#8211; info@montesalce.it<br />
Contributo € 25 (prenotazione obbligatoria)</p>
<p><strong>CITTÀ DI CASTELLO</strong></p>
<p>Dalla sera di venerdì 25 al pomeriggio di domenica 27<br />
Agriturismo Le Burgne<br />
Francesco cammina con noi: un fine settimana sulla Via di Francesco<br />
Itinerario: Le Burgne – Citerna – Sansepolcro<br />
Riferimenti: 329.0192923 – info@agriturismoleburgne.it<br />
Contributo: € 600 (per 4 persone tutto compreso); € 270 (per 2 persone, senza guida);</p>
<p><strong>VALDICHIASCIO (GUBBIO) </strong></p>
<p>Agriturismo Montesalce<br />
Un’ora con gli asini lungo la Via<br />
Riferimenti: 349.6369280 &#8211; info@montesalce.it<br />
(prenotazione obbligatoria: gruppo 4/10 persone)</p>
</div>
<h4 class="orange-borderleft">SABATO 26 MAGGIO</h4>
<div>
<p><strong>GUBBIO -  ore 8.00</strong></p>
<p>Diocesi di Gubbio, Agesci e Masci<br />
Pulizia della Via di Francesco attorno a San Piero in Vigneto<br />
Ritrovo: Gubbio, arco della Vittorina</p>
<p><strong>SCHEGGINO –  ore 8.00</strong></p>
<p>Pedalata ecologica aperta a tutti lungo i sentieri della Valnerina da<br />
Scheggino alla Cascata delle Marmore sul tratto della Greenway del Nera,<br />
nonchè la Via di Francesco.<br />
Lunghezza percorso 50 km (chiunque potrà in ogni momento ritornare<br />
indietro in base alla propria preparazione atletica)<br />
Servizi: colazione a Scheggino,merenda e meccanico ad Arrone, ristoro a<br />
Ferentillo durante il ritorno.<br />
Ritrovo : Ore 8:00 in Piazza Carlo Urbani Scheggino (PG)<br />
Partenza: Ore 9:30</p>
<p><strong>VALFABBRICA &#8211; ore 8.00</strong></p>
<p>Comune di Valfabbrica<br />
Giornata dedicata al cammino su un tratto della Via e alla pulizia del sentiero dai rifiuti.<br />
Riferimenti: Comune di Valfabbrica -Werter Grasselli 3393239563</p>
<p><strong>ASSISI – ore 8.00</strong></p>
<p>Comune di Assisi – Proloco di Assisi<br />
Camminata lungo la Mattonata<br />
075816772 &#8211; 335 7295505</p>
<p><strong>CITTA’ DI CASTELLO  &#8211; ore 9,30</strong></p>
<p>Francesco Pellegrino: insieme lungo il cammino francescano<br />
9.30 ritrovo in piazza Raffaello Sanzio<br />
9.45 in cammino verso la chiesta degli Zoccolanti<br />
10.45 accoglienza e colazione<br />
11.00 incontro con Padre Massimo Siciliano sulla figura di Francesco Pellegrino<br />
11.45 rientro in centro storico<br />
Riferimenti: Le Rose di Gerico 075-7974733 371-1886742</p>
<p><strong>SANSEPOLCRO –  ore 9.30</strong></p>
<p>Camminata sul percorso francescano. Partenza dalla Frazione “La Montagna”, il ritrovo è alla Chiesa di San Michele. Da li seguiremo il sentiero e arriveremo (dopo circa due ore) all’Eremo di Montecasale dove ci sarà una visita del luogo caro a San Francesco. Mangeremo li e poi si scenderà verso Sansepolcro.<br />
Portare pranzo al sacco.</p>
<p><strong>BASTIA UMBRA – ore 10.00</strong></p>
<p>Comune di Bastia – Monastero di Sant‘Anna<br />
Sui primi passi di S. Chiara<br />
Visita guidata della Chiesa di San Paolo delle Abbadesse e del Monastero di Sant‘Anna<br />
Riferimenti: 320.5681093 &#8211; sr.noemi@yahoo.it<br />
Contributo: offerta libera</p>
<p><strong>SPOLETO – ore 10.00</strong></p>
<p>Comune di Spoleto<br />
Trekking urbano con guida turistica sui luoghi di san Francesco<br />
Partenza da piazza Duomo<br />
Al termine piccola degustazione di prodotti tipici del territorio<br />
Riferimenti: 0743.218622/631/633 &#8211; gilberto.giasprini@comunespoleto.gov.it<br />
francesca.demarchis@comunespoleto.gov.it &#8211; nicola.santarelli@comunespoelto.gov.it;</p>
<p><strong>PERUGIA – ore 10.00</strong></p>
<p>Associazione Guide Turistiche dell‘Umbria<br />
Visita guidata ai principali monumenti e luoghi francescani di Perugia<br />
Punto di Incontro Piazza Italia<br />
Durata della visita circa due ore &#8211; Contributo € 10<br />
Prenotazione obbligatoria entro il giorno 25.05.18 &#8211; Riferimenti: 075.815227 – 075.815228 – 339.3390103 &#8211; info@assoguide.it</p>
<p><strong>SANT’EGIDIO (PERUGIA) – ore 12.00</strong></p>
<p>Agriturismo Manzoni<br />
Degustazioni di vini e assaggi torte rustiche locali, Umbre<br />
Riferimenti: 338.9443327 – info@agrimanzoni.it<br />
Contributo € 10</p>
<p><strong>VALDICHIASCIO (GUBBIO) &#8211; ore 15.00</strong></p>
<p>Agriturismo Montesalce<br />
La Via si fa arte: atelier di arteterapia (Valeria Bettega)<br />
Riferimenti: 349.6369280 &#8211; info@montesalce.it<br />
Contributo € 15 (prenotazione obbligatoria)</p>
<p><strong>FOLIGNO – ore 15.30</strong></p>
<p>Associazione Guide Turistiche dell‘Umbria<br />
Visita guidata ai luoghi francescani di Foligno<br />
Luogo di incontro in Piazza San Francesco<br />
Durata della visita circa due ore &#8211; Contributo € 10<br />
Prenotazione obbligatoria entro il giorno 25.05.18 &#8211; Riferimenti: 075.815227 – 075.815228 – 339.3390103 &#8211; info@assoguide.it</p>
<p><strong>BASTIA UMBRA – ore 16.00</strong></p>
<p>Comune di Bastia – Monastero di Sant‘Anna<br />
Sui primi passi di S. Chiara<br />
Visita guidata della Chiesa di San Paolo delle Abbadesse e del Monastero di Sant‘Anna<br />
Riferimenti: 320.5681093 &#8211; sr.noemi@yahoo.it<br />
Contributo: offerta libera</p>
<p><strong>ARRONE – dalle ore 17</strong></p>
<p>Presso Agriturismo Casa Mattei,<br />
voc. Isola 13, Arrone.<br />
Presentazione del libro di Simonetta Neri “La solitudine dei romitori francescani – itinerari nel verde della conca ternana”.<br />
Riferimenti: Casa Mattei tel. 3389140559</p>
<p><strong>STRONCONE (Terni) ore 18.00</strong></p>
<p>Concerto dei solisti della Verdi di Milano presso Chiesa di San Nicola<br />
Riferimenti: Francesca Leonardi 347.3517661<br />
leonardif@inwind.itù<br />
info@comune.stroncone.tr.it</p>
<p><strong>VALDICHIASCIO (GUBBIO) &#8211; ore 20.00</strong></p>
<p>Agriturismo Montesalce<br />
Cena conviviale tra pellegrini con menù della tradizione contadina.<br />
Riferimenti: 349.6369280 &#8211; info@montesalce.it<br />
Contributo € 25 (prenotazione obbligatoria)</p>
<p><strong>VALDICHIASCIO (GUBBIO) – </strong></p>
<p>Agriturismo Montesalce<br />
Un’ora con gli asini lungo la Via<br />
Riferimenti: 349.6369280 &#8211; info@montesalce.it<br />
(prenotazione obbligatoria: gruppo 4/10 persone)</p>
</div>
<h4 class="orange-borderleft">DOMENICA 27 MAGGIO</h4>
<div>
<p><strong>SANSEPOLCRO/CITERNA &#8211; ore 8.00</strong></p>
<p>Comune di Citerna + Progetto Valtiberina<br />
Camminata Sansepolcro-Citerna e visita guidata a Citerna<br />
Partenza da Sansepolcro, Piazza Torre di Berta<br />
Arrivo a Citerna, Monastero SS. Crocifisso<br />
Referenti: 338.8817814 &#8211; gilbertopresenti@alice.it<br />
075.8592237 – debora.meucci@citerna.net</p>
<p><strong>STRONCONE – ore 8.00</strong></p>
<p>Escursione sul sentiero francescano da Stroncone ai Prati.<br />
E’richiesto un abbigliamento adatto.<br />
Riferimenti: Francesca Leonardi 347.3517661<br />
leonardif@inwind.it<br />
info@comune.stroncone.tr.it</p>
<p><strong>SAN LEO &#8211; ore 8.00-16.00</strong></p>
<p>Associazione L’Umana Dimora<br />
Escursione in MTB da San Leo a Case San Gianni<br />
Riferimenti: 339.4369856 segreteria@umanadimorarimini.it<br />
Partenza da San Leo<br />
Arrivo a Case San Gianni – celebrazione della S. Messa<br />
Ristoro con menù del pellegrino € 12</p>
<p><strong>PENNABILLI &#8211; ore 8.00-16.00</strong></p>
<p>Associazione L’Umana Dimora<br />
Cammino da Pennabilli a Case San Gianni<br />
Partenza dalla piazza centrale di Pennabilli<br />
Arrivo a Case San Gianni – celebrazione della S. Messa<br />
Riferimenti: 335.1200344 segreteria@umanadimorarimini.it<br />
Ristoro con menù del pellegrino € 12</p>
<p><strong>SPOLETO – ore 9.00</strong></p>
<p>Comune di Spoleto – Sezione CAI di Spoleto – MTB Club di Spoleto- Centri ippici di Spoleto<br />
Escursione a Monteluco a piedi, in bicicletta e a cavallo (diversi percorsi)<br />
All’arrivo visita del Convento e del Bosco sacro &#8211; Santa Messa ore 12.00<br />
Pranzo del Pellegrino con illustrazione dell&#8217;alimentazione medioevale (in collaborazione con l‘AGESCI, l‘Istituto Alberghiero &#8220;G. De Carolis&#8221; di Spoleto e i Ristoratori di Monteluco)<br />
Riferimenti: 0743.218622/631/633 &#8211; gilberto.giasprini@comunespoleto.gov.it<br />
francesca.demarchis@comunespoleto.gov.it &#8211; nicola.santarelli@comunespoleto.gov.it</p>
<p><strong>TREVI &#8211; ore 9.00</strong></p>
<p>Comune di Trevi – Ufficio turistico<br />
Trekking sulla Via di Francesco – Visita a frantoio e degustazione olio<br />
Partenza da Trevi, Piazza Garibaldi (Mercato delle pulci)<br />
Referenti: 0742.332269 – infoturismo@comune.trevi.pg.it<br />
Costo di partecipazione € 7 (minimo 8 partecipanti)<br />
Prenotazione obbligatoria presso Pangea: 338.1421980/348.7711170</p>
<p><strong>VALLE SANTA REATINA – ore 9.00</strong></p>
<p>Vari organizzatori<br />
Camminata lungo la Via di Francesco<br />
Partenza dal Santuario di Santa Maria della Foresta<br />
Arrivo al Santuario di Fonticolombo<br />
Referenti: 0746.488537 – turismo@comune.rieti.it<br />
335.6294606</p>
<p><strong>BASTIA UMBRA – ore 10.00</strong></p>
<p>Comune di Bastia – Monastero di Sant‘Anna<br />
Sui primi passi di S. Chiara<br />
Visita guidata della Chiesa di San Paolo delle Abbadesse e del Monastero di Sant‘Anna<br />
Riferimenti: 320.5681093 &#8211; sr.noemi@yahoo.it<br />
Contributo: offerta libera</p>
<p><strong>ASSISI &#8211; ore 10.00-18.30</strong></p>
<p>FAI &#8211; Bosco di San Francesco<br />
“Olimpiadi dei giochi dimenticati“ (attività per bambini)<br />
Assisi, Complesso di Santa Croce<br />
Referenti: 075.813157 – faiboscoassisi@fondoambiente.it<br />
Bambini € 7; adulti e iscritti FAI € 5</p>
<p><strong>ASSISI &#8211; ore 11.00</strong></p>
<p>FAI &#8211; Bosco di San Francesco<br />
“Ti racconto il bosco“<br />
Assisi, Bosco di San Francesco (ingresso superiore)<br />
Referenti: 075.813157 – faiboscoassisi@fondoambiente.it<br />
Bambini € 5; adulti e iscritti FAI € 7</p>
<p><strong>PERUGIA &#8211; ore 11.30</strong></p>
<p>Confraternita di San Jacopo di Compostella<br />
S.Messa con vestizione dei confratelli e consegna delle credenziali<br />
Perugia, Cattedrale di San Lorenzo<br />
Riferimenti: 340.7597549 – info@confraternitadisanjacopo.it<br />
Ingresso libero</p>
<p><strong>CITTA’ DI CASTELLO – ore 15.30</strong></p>
<p>Il Francescanesimo femminile a Ciità di Catsello. Pellegrinaggio nei monasteri di clausura.<br />
15.30 ritrovo in piazza Raffaello Sanzio<br />
15.45 Santa Chiara delle murale (suore francescane dell’Immacolata)<br />
16.15 San Giuseppe – monastero di Santa Cecilia con i suoi affreschi – chiostro (suore di clausura urbaniste)<br />
17 Santa Veronica Giuliani – museo – Chiesa con il corpo della Santa (suore cappuccine di Santa Veronica Giuliani)<br />
17.45 vespri.<br />
Riferimenti: Le Rose di Gerico 075-7974733 371-1886742</p>
<p><strong>PIETRALUNGA – dalle 15.00 alle 19.00</strong></p>
<p>Comune di Pietralunga.<br />
Pulitura sentiero e manutenzione segnaletica<br />
Conclusione con Messa San Benedetto Vecchio<br />
Riferimento: Anna Domenici ufficio.assessori@pietralunga.it</p>
<p><strong>BASTIA UMBRA – ore 16.00</strong></p>
<p>Comune di Bastia – Monastero di Sant‘Anna<br />
Sui primi passi di S. Chiara<br />
Visita guidata della Chiesa di San Paolo delle Abbadesse e del Monastero di Sant‘Anna<br />
Riferimenti: 320.5681093 &#8211; sr.noemi@yahoo.it<br />
Contributo: offerta libera</p>
<p><strong>VALFABBRICA &#8211; ore 8.00 – 14.30</strong></p>
<p>Passeggiata a cavallo su un tratto della Via e sosta pranzo presso un agriturismo lungo la stessa<br />
Riferimenti: Associazione Ippica Camilla Antonelli 347926449 Giovanni Dionigi 3475276945</p>
<p><strong>VALDICHIASCIO (GUBBIO) &#8211; ore 15.00</strong></p>
<p>Agriturismo Montesalce<br />
La Via si fa arte: atelier di arteterapia (Valeria Bettiga)<br />
Riferimenti: 349.6369280 &#8211; info@montesalce.it<br />
Contributo € 15 (prenotazione obbligatoria)</p>
<p><strong>VALDICHIASCIO (GUBBIO) &#8211; ore 20.00</strong></p>
<p>Agriturismo Montesalce<br />
Cena conviviale tra pellegrini con menù della tradizione contadina.<br />
Riferimenti: 349.6369280 &#8211; info@montesalce.it<br />
Contributo € 25 (prenotazione obbligatoria)</p>
<p><strong>VALDICHIASCIO (GUBBIO) –</strong></p>
<p>Agriturismo Montesalce<br />
Un’ora con gli asini lungo la Via<br />
Riferimenti: 349.6369280 &#8211; info@montesalce.it<br />
(prenotazione obbligatoria: gruppo 4/10 persone)</p>
<p>&nbsp;</p>
</div>
</div>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/events/vivi-la-via-edizione-2018/">Vivi la Via &#8211; Programma Edizione 2018</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.umbriafrancescosways.eu/en/events/vivi-la-via-edizione-2018/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rifugio nel Bosco</title>
		<link>http://www.umbriafrancescosways.eu/en/senza-categoria-en/rifugio-nel-bosco/</link>
		<comments>http://www.umbriafrancescosways.eu/en/senza-categoria-en/rifugio-nel-bosco/#comments</comments>
		<pubDate>Tue, 13 Mar 2018 11:31:38 +0000</pubDate>
		<dc:creator><![CDATA[Elisa]]></dc:creator>
				<category><![CDATA[B&B]]></category>
		<category><![CDATA[Senza categoria @en]]></category>

		<guid isPermaLink="false">http://www.umbriafrancescosways.eu/en/senza-categoria-en/rifugio-nel-bosco/</guid>
		<description><![CDATA[<p>Locatwdc in Rieti in Lazio Region, 11 km from Terminillo Mountain, Rifugio nel Bosco features a terrace and a hot tube, free private parking is available on site. In every room there is a flat screen TV and private toilette. &#160;</p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/senza-categoria-en/rifugio-nel-bosco/">Rifugio nel Bosco</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Locatwdc in Rieti in Lazio Region, 11 km from Terminillo Mountain, Rifugio nel Bosco features a terrace and a hot tube, free private parking is available on site. In every room there is a flat screen TV and private toilette.</p>
<p>&nbsp;</p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/senza-categoria-en/rifugio-nel-bosco/">Rifugio nel Bosco</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.umbriafrancescosways.eu/en/senza-categoria-en/rifugio-nel-bosco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>B&amp;B &#8220;Le due Rocche&#8221;</title>
		<link>http://www.umbriafrancescosways.eu/en/where-to-stay/bb-en/bb-le-due-rocche/</link>
		<comments>http://www.umbriafrancescosways.eu/en/where-to-stay/bb-en/bb-le-due-rocche/#comments</comments>
		<pubDate>Mon, 12 Mar 2018 10:57:28 +0000</pubDate>
		<dc:creator><![CDATA[Elisa]]></dc:creator>
				<category><![CDATA[B&B]]></category>

		<guid isPermaLink="false">http://www.umbriafrancescosways.eu/en/?p=12503</guid>
		<description><![CDATA[<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/where-to-stay/bb-en/bb-le-due-rocche/">B&#038;B &#8220;Le due Rocche&#8221;</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/where-to-stay/bb-en/bb-le-due-rocche/">B&#038;B &#8220;Le due Rocche&#8221;</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.umbriafrancescosways.eu/en/where-to-stay/bb-en/bb-le-due-rocche/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ostello di Foligno</title>
		<link>http://www.umbriafrancescosways.eu/en/where-to-stay/hostel/ostello-di-foligno/</link>
		<comments>http://www.umbriafrancescosways.eu/en/where-to-stay/hostel/ostello-di-foligno/#comments</comments>
		<pubDate>Mon, 12 Mar 2018 09:45:51 +0000</pubDate>
		<dc:creator><![CDATA[Elisa]]></dc:creator>
				<category><![CDATA[Hostel]]></category>

		<guid isPermaLink="false">http://www.umbriafrancescosways.eu/en/senza-categoria-en/ostello-di-foligno/</guid>
		<description><![CDATA[<p>Palazzo Pierantoni Hostel is an example of splendid architecture built in the 1600s and it&#8217;s made up of buildings from different eras. It preserves a nymphaeum with remains of the original garden and of the arbor. From 1879 until 1981 it was the Augustinian Monastery from Santa Maria di Betlemme. the rooms of Palazzo Pierantoni ...</p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/where-to-stay/hostel/ostello-di-foligno/">Ostello di Foligno</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></description>
				<content:encoded><![CDATA[<!-- START REVOLUTION SLIDER 4.5.6 fullwidth mode -->

<div id="rev_slider_163_4_wrapper" class="rev_slider_wrapper fullwidthbanner-container" style="margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:350px;">
	<div id="rev_slider_163_4" class="rev_slider fullwidthabanner" style="display:none;max-height:350px;height:350px;">
<ul>	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/041.jpg"  alt="041"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/0421.jpg"  alt="0421"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
	<!-- SLIDE  -->
	<li data-transition="random" data-slotamount="7"  data-saveperformance="off" >
		<!-- MAIN IMAGE -->
		<img src="http://www.umbriafrancescosways.eu/wp-content/uploads/071.jpg"  alt="071"  data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
		<!-- LAYERS -->
	</li>
</ul>
<div class="tp-bannertimer"></div>	</div>
</div>			
			<script type="text/javascript">

					
				/******************************************
					-	PREPARE PLACEHOLDER FOR SLIDER	-
				******************************************/
								
				 
				var setREVStartSize = function() {
					var	tpopt = new Object(); 
						tpopt.startwidth = 960;
						tpopt.startheight = 350;
						tpopt.container = jQuery('#rev_slider_163_4');
						tpopt.fullScreen = "off";
						tpopt.forceFullWidth="off";

					tpopt.container.closest(".rev_slider_wrapper").css({height:tpopt.container.height()});tpopt.width=parseInt(tpopt.container.width(),0);tpopt.height=parseInt(tpopt.container.height(),0);tpopt.bw=tpopt.width/tpopt.startwidth;tpopt.bh=tpopt.height/tpopt.startheight;if(tpopt.bh>tpopt.bw)tpopt.bh=tpopt.bw;if(tpopt.bh<tpopt.bw)tpopt.bw=tpopt.bh;if(tpopt.bw<tpopt.bh)tpopt.bh=tpopt.bw;if(tpopt.bh>1){tpopt.bw=1;tpopt.bh=1}if(tpopt.bw>1){tpopt.bw=1;tpopt.bh=1}tpopt.height=Math.round(tpopt.startheight*(tpopt.width/tpopt.startwidth));if(tpopt.height>tpopt.startheight&&tpopt.autoHeight!="on")tpopt.height=tpopt.startheight;if(tpopt.fullScreen=="on"){tpopt.height=tpopt.bw*tpopt.startheight;var cow=tpopt.container.parent().width();var coh=jQuery(window).height();if(tpopt.fullScreenOffsetContainer!=undefined){try{var offcontainers=tpopt.fullScreenOffsetContainer.split(",");jQuery.each(offcontainers,function(e,t){coh=coh-jQuery(t).outerHeight(true);if(coh<tpopt.minFullScreenHeight)coh=tpopt.minFullScreenHeight})}catch(e){}}tpopt.container.parent().height(coh);tpopt.container.height(coh);tpopt.container.closest(".rev_slider_wrapper").height(coh);tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(coh);tpopt.container.css({height:"100%"});tpopt.height=coh;}else{tpopt.container.height(tpopt.height);tpopt.container.closest(".rev_slider_wrapper").height(tpopt.height);tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(tpopt.height);}
				};
				
				/* CALL PLACEHOLDER */
				setREVStartSize();
				
				
				var tpj=jQuery;				
				tpj.noConflict();				
				var revapi163;
				
				tpj(document).ready(function() {
				
				if(tpj('#rev_slider_163_4').revolution == undefined)
					revslider_showDoubleJqueryError('#rev_slider_163_4');
				else
				   revapi163 = tpj('#rev_slider_163_4').show().revolution(
					{
						dottedOverlay:"none",
						delay:9000,
						startwidth:960,
						startheight:350,
						hideThumbs:200,
						
						thumbWidth:100,
						thumbHeight:50,
						thumbAmount:3,
						
						navigationType:"bullet",
						navigationArrows:"solo",
						navigationStyle:"round",
						
						touchenabled:"on",
						onHoverStop:"on",
						
						swipe_velocity: 0.7,
						swipe_min_touches: 1,
						swipe_max_touches: 1,
						drag_block_vertical: false,
												
												
						keyboardNavigation:"off",
						
						navigationHAlign:"center",
						navigationVAlign:"bottom",
						navigationHOffset:0,
						navigationVOffset:20,

						soloArrowLeftHalign:"left",
						soloArrowLeftValign:"center",
						soloArrowLeftHOffset:20,
						soloArrowLeftVOffset:0,

						soloArrowRightHalign:"right",
						soloArrowRightValign:"center",
						soloArrowRightHOffset:20,
						soloArrowRightVOffset:0,
								
						shadow:2,
						fullWidth:"on",
						fullScreen:"off",

						spinner:"spinner0",
						
						stopLoop:"off",
						stopAfterLoops:-1,
						stopAtSlide:-1,

						shuffle:"off",
						
						autoHeight:"off",						
						forceFullWidth:"off",						
												
												
												
						hideThumbsOnMobile:"off",
						hideNavDelayOnMobile:1500,
						hideBulletsOnMobile:"off",
						hideArrowsOnMobile:"off",
						hideThumbsUnderResolution:0,
						
												hideSliderAtLimit:0,
						hideCaptionAtLimit:0,
						hideAllCaptionAtLilmit:0,
						startWithSlide:0					});
					
					
					
									
				});	/*ready*/
				
			</script>
			
			
			<!-- END REVOLUTION SLIDER -->
<p>Palazzo Pierantoni Hostel is an example of splendid architecture built in the 1600s and it&#8217;s made up of buildings from different eras.</p>
<p>It preserves a nymphaeum with remains of the original garden and of the arbor. From 1879 until 1981 it was the Augustinian Monastery from Santa Maria di Betlemme.</p>
<p>the rooms of Palazzo Pierantoni offer different accomodations that can satisfy the needs of booth individual travellers and families and large groups.</p>
<p>150 beds with single, double, quadruple or multiple rooms, most of which internal services.</p>
<p>The hoslte enjoys a central and privilege position: a few steps from the heart of the ancient city, known as the place where San Francesco renounced all his earthly goods, the Duomo, the Saint Angela Sanctuary and noumerous historic buildings of the ancient nobility.</p>
<p>The Hostel is very close to the train and bus stations (m 800), and from the Selection Center of EI, but at the same time it is immersed in silence and total relaxation. There are also a beautiful internal garden, where you can spend moments of reading, resting or getting to know the other guests of the structure, a large private car park and a restaurant with over 100 seats.</p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/where-to-stay/hostel/ostello-di-foligno/">Ostello di Foligno</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.umbriafrancescosways.eu/en/where-to-stay/hostel/ostello-di-foligno/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>S Angelo Church (Temple of S Michele Archangel)</title>
		<link>http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/tempio-di-santangelo-chiesa-di-san-michele-arcangelo/</link>
		<comments>http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/tempio-di-santangelo-chiesa-di-san-michele-arcangelo/#comments</comments>
		<pubDate>Wed, 27 Sep 2017 14:24:54 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[historical and artistic]]></category>
		<category><![CDATA[Points of Interest]]></category>
		<category><![CDATA[spiritual and religious]]></category>

		<guid isPermaLink="false">http://www.umbriafrancescosways.eu/en/senza-categoria-en/tempio-di-santangelo-chiesa-di-san-michele-arcangelo/</guid>
		<description><![CDATA[<p>Built in an area always considered sacred, it is one of the most ancient paleo Christian churches in Italy (V-VI sec.) and the most ancient of the city. It has a circular floor plan, originally with four chapels arranged in a Greek cross, oriented according to the cardinal points. Light enters from twelve windows in ...</p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/tempio-di-santangelo-chiesa-di-san-michele-arcangelo/">S Angelo Church (Temple of S Michele Archangel)</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Built in an area always considered sacred, it is one of the most ancient paleo Christian churches in Italy (V-VI sec.) and the most ancient of the city. It has a circular floor plan, originally with four chapels arranged in a Greek cross, oriented according to the cardinal points. Light enters from twelve windows in the drum. Inside two concentric areas, separated by sixteen Roman Columns with Corinthians capitals and basis, different from each other both for their heights and for the materials they’re made with, being reuses from temples of Roman age. Traces of frescoes of medieval origin suggest a more colourful aspect in the past. Walking on the left side the Madonna del Verde (Madonna of the Greenery) can be seen, a copy of a detached fresco of a Maestro of the Senese school, today exhibited in the Museum of the Cathedral. On the right side the baptistery, with votive frescoes by an Umbrian painter of XV Century. In the second chapel “del Crocefisso” (of the Cross) a canvas of the XVIII Century, “La Trinità e le anime purganti” (Trinity and the souls in Purgatory). The Altar is right at the centre of the church and is made by an ancient marble plate on top of a column. Outside some works from the XIV Century can be detected, among which the ogive portal. <span lang="en-GB">Free entrance </span> <span lang="en-GB">Managed by: Parrocchia di S. Agostino (S Agostino Parish)</span> <span lang="en-GB">Opening Hours: all days 9:30 am – 12:00 am ; 3:30 pm – 6:30 pm. Mondays closed </span></p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/tempio-di-santangelo-chiesa-di-san-michele-arcangelo/">S Angelo Church (Temple of S Michele Archangel)</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/tempio-di-santangelo-chiesa-di-san-michele-arcangelo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palazzo dei Priori</title>
		<link>http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/palazzo-dei-priori/</link>
		<comments>http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/palazzo-dei-priori/#comments</comments>
		<pubDate>Wed, 27 Sep 2017 13:57:39 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[historical and artistic]]></category>
		<category><![CDATA[museums and exhibitions]]></category>
		<category><![CDATA[Points of Interest]]></category>

		<guid isPermaLink="false">http://www.umbriafrancescosways.eu/en/senza-categoria-en/palazzo-dei-priori/</guid>
		<description><![CDATA[<p>Historic site of the free Municipality, was built in different stages, including three pre-existing edifices, the Church of San Severo and the Tower of the madonna Dialdana in the north-west side. From the outside it is characterised by a series of mullioned windows and an imposing Gothic portal, surmounted by the bronze copies of the ...</p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/palazzo-dei-priori/">Palazzo dei Priori</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Historic site of the free Municipality, was built in different stages, including three pre-existing edifices, the Church of San Severo and the Tower of the madonna Dialdana in the north-west side. <span lang="en-GB">From the outside it is characterised by a series of mullioned windows and an imposing Gothic portal, surmounted by the bronze copies of the Griffin and the Lion &#8211; the originals (1271-1281) are visible inside the lobby of the Palazzo. In 1353 the XIV Century building phases ended, right to the via dei Priori, including the major portal, on which bezel are the copies of the statues of the three patron saint of Perugia &#8211; Saints Lorenzo, Ercolano and Costanzo (the originals are inside the Galleria Nazionale). Between 1429 and 1443 the building was restarted; this phase, covering the upper part of via dei Priori with an arch, incorporated a mediaeval tower, later used as bell tower. Greatly changed under the Pope dominion, the Palace was restored as before only after 1860.</span> <span lang="en-GB">Palazzo dei Priori hosts, beside the institutional site of Perugia Muinicipality, the prestigious Galleria Nazionale of Umbria, with more than 3000 art works from the XIII to the XIX Century, and the historic sites of the two main medieval Guids: the “Nobile Collegio del Cambio” (Moneychangers Guild), frescoed between 1498 and 1500 by Pietro Vannucci, also known as il Perugino and the Nobile Collegio della Mercanzia (Merchants Guild) with the interior covered in walnut and poplar wood, preciously carved. </span> <span lang="en-GB">Opening Hours Galleria: Tuesdays – Sundays 8:30 am – 7:30 am (ticket counter closing at 6:30 pm)</span> <span lang="en-GB">Closed: Mondays October &#8211; February; 1 January, 1 May, 25 December </span> <span lang="en-GB">Extraordinary Openings: all Mondays from March to September, h. 12:00 am -7:30 pm .</span> <span lang="en-GB">Entrance: € 6,50; reduced € 3,25 for EU citizens of 18 &#8211; 25 years of age; free of charge under 18; inside the Card “Perugia Città museo”</span> <span lang="en-GB">Wheelchair accessible </span></p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/palazzo-dei-priori/">Palazzo dei Priori</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/palazzo-dei-priori/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>S. Angelo Keep</title>
		<link>http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/cassero-di-porta-s-angelo/</link>
		<comments>http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/cassero-di-porta-s-angelo/#comments</comments>
		<pubDate>Tue, 26 Sep 2017 16:48:39 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[historical and artistic]]></category>
		<category><![CDATA[Points of Interest]]></category>

		<guid isPermaLink="false">http://www.umbriafrancescosways.eu/en/senza-categoria-en/cassero-di-porta-s-angelo/</guid>
		<description><![CDATA[<p>As the district of which it is the entrance Door, it takes its name from the really ancient paleo Christian church dedicated to the Archangel S. Michele. It is the biggest of the medieval doors, fortified by Ambrogio Maitani in 1326, opened inside the medieval walls of the XIV Century. Outside it presents three levels, ...</p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/cassero-di-porta-s-angelo/">S. Angelo Keep</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>As the district of which it is the entrance Door, it takes its name from the really ancient paleo Christian church dedicated to the Archangel S. Michele. It is the biggest of the medieval doors, fortified by Ambrogio Maitani in 1326, opened inside the medieval walls of the XIV Century. Outside it presents three levels, of three different construction phases, each marked by the use of different materials. The first is sandstone, as the walls of the same age. The second level was made with limestone, probably dating back to the ‘70s of the XIV Century; this part was expressly wanted by the “legato pontificio” (Papal Legate) Gérard du Puy, known as Abbate di Monmaggiore, who, considering the strategic importance of the place linked it to the fortress of Porta Sole and to the Porta di S. Antonio. The third level, made of bricks (1416-24), was projected by the Architect Fioravante Fioravanti, following the orders of the Lord of Perugia Braccio Fortebracci. The definitive transformation in keep, with trapdoors, slits and embrasures dates to 1479 .</p>
<p>L'articolo <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/cassero-di-porta-s-angelo/">S. Angelo Keep</a> sembra essere il primo su <a rel="nofollow" href="http://www.umbriafrancescosways.eu/en">Il Cammino di San Francesco</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.umbriafrancescosways.eu/en/itineraries/points-of-interest/cassero-di-porta-s-angelo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
