@charset "utf-8";
/* CSS Document */

html {
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 18px;
}
#header {
	width: 840px;
	margin: 50px auto 50px auto;
}
.pdf {
	background-image: url(/images/pdf.png);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position-y: 4px;
}
a {
	color: #c83d1b;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #f78468;
}
#contenitore {
	width: 920px;
	margin: 0 auto 0 auto;
	border: 1px solid #c83d1b;
	border-radius: 20px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 10px #666;
}
.contenitore1 {
	width: 840px;
	margin: 50px auto 20px auto;
}
.foto {
	border: solid 10px #ded6cf;
	box-shadow: 10px 10px 5px #888;
}
.contenitore2 {
	margin: 0 auto 0 auto;
	width: 820px;
}
#header {
	text-align: center;
}
/******************* Menu primo livello ************/
#menu {
	width: 920px;
	margin: 0 auto;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #ded6cf;
	color: #c83d1b;
	line-height: 26px;
	height: 26px;
	border-top: 1px solid #c83d1b;
	border-bottom: 1px solid #c83d1b;
}
#menu li {
	float: left;
	position: relative;
	border-right: 1px solid #c83d1b;
}
#menu li:hover ul {
	left: 0px;
}
#menu a {
	text-decoration: none;
	color: #c83d1b;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 0 15px;
}
#menu a:hover {
	background-color: #fcf2e9;
}
/*************** Menu secondo livello *****************/
#menu ul li ul {
	position: absolute;
	left: -9999px;
	background-color: #dddddd;
}
#menu ul li ul li {
	float: none;
	width: 172px;
	background-color: #dddddd;
	border-left: 1px solid;
	border-bottom: 1px solid;
}
#menu ul li ul li a:hover {
	background-color: #fcf2e9;
}
/***************** fine menu secondo livello *****************/
#trepermille {
	padding: 30px;
	border: 1px solid #69C;
	border-radius: 20px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #f7f7f7;
}
h1 {
	text-align: center;
	font-size: 50px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 51px;
}
h2 {
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
h3 {
	text-align:center;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
.centrato {
	text-align: center;
}
.giustificato {
	text-align: justify;
}
.thiny {
	font-size: 11px;
	line-height: 14px;
}
hr {
	color: #c83d1b;
	background-color: #c83d1b;
	height: 1px;
	border: none;
}
#footer {
	color: #c83d1b;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #ded6cf;
	border-top: 1px solid;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #c83d1b;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 1px solid #c83d1b;
}
#footer .social a {
	border: 0;
}
#footer .social {
	margin:0 0 5px 0;
}
#gallery img {
	margin-right: 6px;
	margin-bottom: 6px;
	border: 0;
}
#bio_menu {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#bio_menu a {
	color: #c83d1b;
	text-decoration: none;
	font-weight: bold;
}
#bio_menu a:hover {
	text-decoration: underline;
}
#itinerari_menu {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#itinerari_menu a {
	color: #c83d1b;
	text-decoration: none;
	font-weight: bold;
}
#itinerari_menu a:hover {
	text-decoration: underline;
}
#colonna_right {
	float:right;
	width:254px;
}
#news {
	float:left;
	width:558px;
}
form {
	border: 1px solid #c83d1b;
	width:380px;
	margin:10px auto 10px auto;
	border-radius: 10px;
	padding: 10px;
}
fieldset {
	border: none;
	padding: 0;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c83d1b;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
input {
	width: 300px;
	height: 24px;
	margin: 2px 0;
	padding: 0 4px;
	border: 1px solid #666;
	border-radius: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
}
input:focus {
	border: 1px solid #c83d1b;
	outline: 0;
	background-color: #ded6cf;
}
select {
	width: 300px;
	height: 24px;
	margin: 2px 0;
	padding: 0 4px;
	border: 1px solid #666;
	border-radius: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
}
select:focus {
	border: 1px solid #c83d1b;
	outline: 0;
	background-color: #ded6cf;
}
textarea {
	width: 300px;
	height: 200px;
	margin: 2px 0;
	padding: 0 4px;
	border: 1px solid #666;
	border-radius: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-align:justify;
}
textarea:focus {
	border: 1px solid #c83d1b;
	outline: 0;
	background-color: #ded6cf;
}
.invia {
	width: 60px;
	float: right;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border: solid 1px #c83d1b;
	background: #c83d1b;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcf2e9), to(#c83d1b));
	background: -webkit-linear-gradient(top, #fcf2e9, #c83d1b);
	background: -moz-linear-gradient(top, #fcf2e9, #c83d1b);
	background: -ms-linear-gradient(top, #fcf2e9, #c83d1b);
	background: -o-linear-gradient(top, #fcf2e9, #c83d1b);
	background: linear-gradient(top, #fcf2e9, #c83d1b);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: -1px 1px 2px #666666;
	-webkit-box-shadow: -1px 1px 2px #666666;
	-moz-box-shadow: -1px 1px 2px #666666;
}
.invia:hover {
	color: #fcf2e9;
	background: #c83d1b;
}
.invia:active {
	color: #7666;
	position: relative;
	top: 1px;
	box-shadow: -1px 1px 0 #666666;
	-webkit-box-shadow: 0 0 0 #666666;
	-moz-box-shadow: 0 0 0 #666666;
}
#consenso {
	width:50px;
}
#mappa {
	width:840px;
	height:600px;
}
#mappa_san_marino {
	width:840px;
	height:600px;
}
.pulisci {
	clear: both;
}
/***INIZIO menù news***/
#menu_news {
	border: 1px solid #c83d1b;
	background-color: #ded6cf;
	margin-top:20px;
}
#menu_news ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
#menu_news ul li {
	border-bottom: 1px solid #c83d1b;
}
#menu_news #ultimo {
	border: 0
}
#menu_news a {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #c83d1b;
	padding: 5px 5px 5px 20px;
	display: block;
}
#menu_news a:hover {
	background-color: #fcf2e9;
}
/***FINE menù news***/
/***INIZIO menù immagini***/
#menu_immagini {
	border: 1px solid #c83d1b;
	background-color: #ded6cf;
	margin-top:20px;
}
#menu_immagini ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
#menu_immagini ul li {
	border-bottom: 1px solid #c83d1b;
}
#menu_immagini #ultimo {
	border: 0
}
#menu_immagini a {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #c83d1b;
	padding: 5px 5px 5px 20px;
	display: block;
}
#menu_immagini a:hover {
	background-color: #fcf2e9;
}
/***FINE menù immagini***/
.video {
	text-align:center;
}
.download {
	width:400px;
	height:auto;
	margin:20px auto 20px auto;
	padding:20px;
	border:1px solid #c83d1b;
	background-color: #ded6cf;
}
.gallery {
	margin:0 0 10px 0;
	min-height:220px;
	border-bottom: 1px solid #c83d1b;
	}
.gallery img {
	border:0;
	float:left;
	margin:0 10px 10px 0;
	}