@charset "UTF-8";
body  {
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
	background: #f5f5f5 url(immagini/sfondo.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #797979;
}

strong {
	color: #2f2f2f;
}

a {
	color: #a22317;
	text-decoration: none;

}

a:hover {
	color: #e59510;
	text-decoration: none;

}



 #menu_container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000 url(immagini/sfondomenu.jpg) repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	height: 36px;

}

 #menu { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	height: 36px;
	position: relative;
} 

 #menu li {
	display: inline-block;
	margin-left: 20px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #a3a3a3;
}

 #menu li a {
	color: #a3a3a3;
	text-decoration: none;
}

#menu li a:hover {
	color: #fff;
	text-decoration: none;

}

#menu li:hover {
	color: #fff;
	cursor: pointer;
}

#menu li {display:inline}
#menu>li{display:inline-block}



 #menu menu {
	margin: 0;
	padding: 0;
	
}

.elementilista {
	margin-left: 330px;
	padding-top: 10px;

}



 #logo { 
	width: 262px;
	background: #fff;
	height: 162px;
	position: absolute;
	left: 25px;
	border: 4px solid #dcdcdc;
	top: -46px;
	z-index: 1200;
	overflow: hidden;
}   

 #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #fff;
		z-index: 1;
		position: relative;

} 
 #header { 
	background: #e4e4e4; 
	height: 400px;
	z-index: 1;



} 

 #header_comearrivare { 
	background: #e4e4e4; 
	height: 400px;
	z-index: 1;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
}

.navigazione { 
	height: 150px;
	color: #bebebe;
	border-right: 5px solid #fff;
		border-left: 5px solid #fff;
	background: url(immagini/sfondonav.jpg) repeat-x;
}

.titolonav {
	font-size: 16px;
	color: #484848;
	margin-bottom: 4px;
}

.testonav {
	font-size: 11px;
	line-height: 14px;
	color: #8a8a8a;
}

.tabnav {

	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px dotted #d8d8d8;
	border-left: 1px dotted #d8d8d8;

}

.immagine {
	border: 3px solid #fff;
}

.divisorenav {
	height: 10px;
	
}

 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 15px 20px;
}

h1 {
	color: #afae7d;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #afae7d;
	font-size: 16px;
}

 #mainContent { 
	margin: 0 0 0 330px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 30px 0 10px;
	text-align: justify;
	font: 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
} 
 #footer { 
	width: 950px;
	margin: 0 auto;
	background-color: #e9e9e9;
	font-size: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#test1 {

    height: 400px;
	background-color: #e4e4e4;
	overflow: hidden;
	display: block;
	clear: both;
	z-index: 1;

	}
  
  
#test10 {

    height: 200px;
	background-color: #e4e4e4;
	overflow: hidden;
	display: block;
	clear: both;}
  
#latisfondo {
	background-image: url(immagini/latisfondo.jpg);
	width: 1046px;
	height: 189px;
 position: absolute;
    top: 409px;
    left: 50%;
    margin-left: -522px;
	z-index: -1;
}



.informazioni {
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.box {
	font-size: 11px;
	width: 300px;
}

.desc {
	color: #afae7d;
	font: italic 11px/1.3em Georgia, "Times New Roman", Times, serif;
	padding-top: 8px;
}

.desc_box {
	font-size: 10px;
	width: 280px;
	background-color: #eff0f2;
	padding: 10px;
	color: #676767;
}

span.evidenziato {
		color: #60b081;
	font-weight: bold;
}

span.numeroevidenziato {
		color: #ba1907;
	font-weight: bold;
	font-size: 16px;
}

.immagine_semplice {
	border: 1px solid #dcdcdc;
	padding: 7px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 15px;

}

.immaginedx {
	border: 1px solid #dcdcdc;
	padding: 7px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.immagine_comune {
	border: 1px solid #dcdcdc;
	padding: 4px;
	margin: 6px;
}

.descrizione_img_exvoto {
	width: 250px;

	font-size: 10px;
	color: #afae8f;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	line-height: 1.2em;
}

.immagine_padding {
	border: 1px solid #dcdcdc;
	padding: 7px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;

}
