/*** OGGETTI TAG ***/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #404041;
	font-size:11px;
	background-color: #FFF;
	top: 10px;
}
a:HOVER {
	text-decoration:underline;
	color:#333;
}
a {
	color:#F18A09;
	text-decoration:none;
	font-weight: bolder;
}
h1 {
	background: url("../img/frecciarancio.png") no-repeat;
	background-position: bottom left;
	padding: 30px 0px 0px 20px;
	color:#333333;
	font-size: 17px;
	font-weight: bold;
	line-height: 8px;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #404041;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
img, table {
	border: none;
}
.float {
	float: left;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}
a.float {
	text-align: center;
}


/*** LAYOUT ***/
#contenuto {
	width: 780px;
	max-width: 780px;
	margin: 0 auto;
}
#blocco_sx {
	float:left;
	text-align: left;
	width: 250px;
	max-width: 250px;
	vertical-align: top;
	margin-right: 30px;
}
#blocco_dx {
	float:left;
	padding-top: 0px;
	vertical-align: top;
	text-align: left;
	width: 500px;
	max-width: 500px;
}
#blocchi_sx {
	border-bottom: 1px solid #c6c7c8;
	margin-bottom: 5px;
	width: 250px;
	margin-top: 30px;
	text-align:left;
}
#blocchi_dx {
	width: 500px;
	margin-top: 20px;
}
#menu {
	background-color: #000;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}
#menu a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 10px 0px 10px;
	color: #fff;
	line-height:30px; 
}
#menu a:hover {
	text-decoration: underline;
}
#titolo_pagina {
	background: url(../img/fondosfu.jpg) repeat-x;
	height: 60px;
	margin: 20px 0px 10px 0px;
	text-align: left;
}
#piede {
	margin: 30px 0px 0px 0px;
	width: 790px;
	text-transform: uppercase;
	text-align: center;
	height: 25px;
	border-top: 1px solid #c6c7c8;
}
#piede a {
	text-decoration: none;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	line-height:25px; 
}
#piede_copy {
	width: 790px;
	padding-top: 5px;
	text-transform: uppercase;
	text-align: left;
	height: 25px;
	border-top: 1px solid #c6c7c8;
}


/*** HOME ***/
#home_sx {
	float:left;
	text-align: left;
	width: 320px;
	vertical-align: top;
	margin-right: 30px;
}
#home_dx {
	float:left;
	padding-top: 0px;
	vertical-align: top;
	text-align: left;
	width: 430px;
}
#video {
	background-color: #F3F3F3;
	border: 1px solid #DDD;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
}
#video p {
	margin:10px 0px 0px 0px;
}
#news_titolo {
	font-weight:bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #f08e00;
	text-align: left;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	width: 316px;
}
#home_blocchi_sx {
	border-bottom: 1px solid #c6c7c8;
	margin-bottom: 5px;
	width: 316px;
	margin-top: 30px;
	text-align:left;
}
#home_blocchi_dx {
	margin-top: 20px;
}
#news_principale {
	border: 1px solid #DDD;
	background-color: #F3F3F3;
	padding: 10px;
}
#news_principale a {
	color: #333;
	font-weight: normal;
}
#fx_banner_grande, #fx_banner_piccolo {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#fx_banner_grande li, #fx_banner_piccolo li {
	position: absolute;
	top: 0px;
	left; 0px;
}


/*** DICONO ***/
#dicono_elenco {
	float: left;
	border: 1px solid #CCC;
	margin: 10px 10px 0px 0px;
	background-color: #F3F3F3;
}
#dicono_dettaglio {
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 210px;
	height: 190x;
	margin: 5px;
	padding: 5px;
	text-align: center;
}


/*** PROGETTI ***/ 
#progetti_dett  {
	width:490px;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#progetti_dett #titolo {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight:bold;
}
#progetti_dett img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}


/*** NEWS ***/
.news_elenco {
	border-bottom: 1px solid #CCC;
	padding: 0px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
	width: 500px;
}


/*** NEWSLETTER ***/
.btninvia{
	height:20px;
	background-color:#CCC;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	padding: 1px 5px;
	cursor: pointer;
}