@charset "utf-8";
/* CSS Document 
autor: zi */
/********************************* GENERAL */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #333333;
	background-image: url(../images/borde-sup.gif);
	background-repeat:repeat-x;
}
.clearer {
	clear: both;
}
.fantasma {
	clear: both;
	height: 1px;
	width: 100%;
	background-color: #ccc;
	margin: 10px 0 10px 0;
}
input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link, a:visited {
	color: #515807;
	text-decoration: none;
}
a:hover, a:active {
	color: #abb169;
	text-decoration: underline;
}
.container, .menu, .menu-bottom, .footer {
	width: 745px;
	margin: 0 auto 0 auto;
	padding: 36px 40px 36px 40px;
}
/* texto */
.titolo {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #ABB169;
	border-bottom: 1px solid #CCCCCC;
}
.sottotitolo {
	font-weight: bold;
	color: #FF6600;
}
.testo-corsivo {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
}
.testo-bold {
	font-weight:bold;
}
p {
	text-indent: 3%;
	word-spacing: 4px;
	line-height: 130%;
}
ul {
	padding-left: 45px;
}
li {
	line-height: 140%;
}
.testo-piccolo {
	font-size: 11px;
}
.testo-grande {
	font-size: 18px;
}
h3 {
	padding: 5px;
	text-transform: uppercase;
	font-size: 110%;
	font-weight:bold;
	color:#fff;
	background: #ABB169;
}
blockquote {
	font-family: "Times New Roman", Times, serif;
	border:1px dashed #515807;
	background: url(../images/quote-left.png) no-repeat left top;
	background-color: #DCE0AF !important; 	
	font-style: italic;
	font-size: 15px;
	text-indent:inherit;
	width: 450px;
	display:block;
	margin: 10px auto 10px auto;
	padding: 2px 2px 2px 45px;
}
.recuadro {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	border:1px dashed #515807;
	width: 450px;
	padding: 5px;
	margin: 10px auto 10px auto;
}
.pdf {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	text-align: right;
	padding: 5px 25px 5px 22px;
	list-style-type: none;
	background:url(../images/ico_pdf.gif) no-repeat right;
	width: 450px;
	display:block;
	margin: 10px auto 10px auto;
}
.invisibile {
	display: none;
}
.visibile {
	display: block;
}
img.centered {
	display:block;
	margin: 5px auto;
	padding:2px;
}
/********************************* TOP */
/* testata */
.testata {
	width: 825px;
	margin: 0 auto 0 auto;
	padding: 0 0 12px 0;
}
/* barra top / menu */
.barra-top {
	height: 110px;
	background-image: url(../images/sf01.gif);
	background-position: center;
	background-repeat: no-repeat;
}
/* MENU */
.menu, .menu-bottom {
	background-color: #FFFFFF;
	height: 110px;
	padding-bottom: 0;
}
.menu table, .menu-bottom table {
	height: 110px;
}
td {
	width:16%;
}
.menu a:link, .menu a:visited {
	display: block;
	/*width: 115px;*/
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	border-left: 7px solid #abb169;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.menu a:hover, .menu a:active {
	border-left: 7px solid #c27d0f;
	color: #c27d0f;
	text-decoration: none;
}
.menu .spazio {
	display: block;
	width: 135px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
}
/******************************** CONTAINER */
.container {
	width: 825px;
	padding: 0;
}
#intro {
	width: 825px;
	height: 340px;
	background-image: url(../images/fondo-intro2.gif);
	background-color: #B2B2B2;
}
#intro2 {
	width: 825px;
}
/******************************** BOTTOM */
.barra-bottom {
	clear:left;
	height: 110px;
	background-image: url(../images/sf02.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.menu-bottom a:link, .menu-bottom a:visited {
	display: block;
	/* width: 130px; */
	padding-right: 20px;
	height: 15px;
	line-height: 15px;
	margin-bottom: 3px;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.menu-bottom a:hover, .menu-bottom a:active {
	color: #515807;
	text-decoration: none;
}
.menu-bottom .spazio {
	display: block;
	width: 130px;
	height: 15px;
	line-height: 15px;
	margin-bottom: 3px;
}
/***************************** FOOTER */
.footer {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}

