html, body, h1, h2, h3, h4, h5, h6,
p,img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
ol, ul {
	list-style: none;
}
html, body {
	height: 100%;
}
body{
	color: #666;
	font: 62.5%/1.6 Verdana, Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-align:center;
	background:#FFF;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Century Gothic", "Futura Medium", "Apple Gothic", sans-serif;
}
h2, h3, h4, h5, h6, p{
	margin: 0.6em 0 0.32em;
}
h2, h3, h4, h5, h6{
	line-height:1.3;
}
h3{
	font-size:1.8em;
	margin:0;
	color:#EB8603;
}
h4{
	font-size:1.5em;
	border-bottom:1px solid #EB8603;
	padding-bottom:1px;
}
p{
	font-size:1.1em;
}
#note{
	width:100%;
	padding:15px 0 10px 0;
	margin:0;
	left:0;
	float:left;
}

.pubblicazione{
	/*float:left;*/
	font-size:0.9em;
	font-style:italic;
	border-left:1px solid #666;
	height:20px;
	width:100%;
	margin:20px 0 10px 15px;
	padding:3px 0 0 10px;

}

a{
	text-decoration:none;
	color:#C30;
	background-repeat: no-repeat;
	background-position: left top;
}
a:hover, a:focus, a:active{
	color:#fd5503;
	background-position: left -148px;
}
a.pdf, a.link, a.eve, a.isc{
	padding:0 0 0 17px;
	line-height:12px;
}
a.pdf{
	background-image: url(../img/pdf2.gif);
}
a.link{
	background-image: url(../img/link.gif);
}
a.eve{
	background-image: url(../img/eve.gif);
}
a.isc{
	background-image: url(../img/isc.gif);
}
ul li{
	list-style-type:square;
	margin:0.6em 0 0.32em 15px;
	font-size:1.1em;
}
.nascosto {
	position:absolute;
 	left:-10000px;
 	top:-10000px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
}
/*--popup news--*/

#cont_news{
	background:#FFF;
	width:437px;
	min-height:530px;
	padding:10px 15px 40px;
	float:left;
	text-align:left;
	position:relative;
}
* html #cont_news {
	height:530px;
}
#cont_news p:first-child{
	margin-top:0;
}
/*#cont_news p{
	margin-top:1em;
}*/
.sottotitolo{
	color:#000000;
	font-size:1.3em;
	font-weight: bold;
	margin-top:0;
	margin-bottom:1em;

}
.luogo{
	color:#999999;
	border-bottom:1px solid #999999;
	padding-bottom:1px;
	margin-bottom:2em;
	text-transform:uppercase;
	font-size:0.9em;

}
/*----*/
.img{
	width:200px;
	float:right;
	border:1px solid #DFDFDF;
	margin:1em 0 1em 1em;

}
#prev_next{
	width:437px;
	height:18px;
	line-height:18px;
	position:absolute;
	left:15px;
	bottom:10px;
	font-weight:bold;
	border-top:2px solid #DFDFDF;
	padding-top:0.5em;
	color:#CCC;
}
#prev_next li{
	list-style-type:none;
	margin:0;
	font-size:1.1em;
	width:49%;
	float:left;
	cursor:default;
}
#prev_next li.next{
	float:right;
	text-align:right;
}
/*---form----*/
input, textarea, button, select, #button1{
	border:1px solid #CFCBCB;
	padding:2px;
	background:#FFF;
}
button, #button1{
	color:#666666;
	background:#EFEFEF;
	padding:0;
	font-weight:bold;
	height:22px;
}
input:focus, input:active,button:hover,button:focus, button:active, textarea:focus{
	border-color:#EB8603;
}
button:hover, button:focus, button:active, #button1.hover{
	cursor:pointer;
}
form.richiesta{
	font-size:1.1em;
	margin:1em 0;
	width:100%;
	float:left;
}
form.richiesta fieldset{
	margin-bottom:0.5em;
	/*border:1px solid #EE0BA9;*/
}
form.richiesta div{
	width:100%;
	float:left;
}
form.richiesta div.meta{
	width:50%;
}
#button1{
	width:90px;
	height:32px;
	line-height:32px;
	padding-left:32px;
	/*background:#EFEFEF url(../img/allega.png) no-repeat left center;*/
	font-size:1.2em;
	float:none;
	margin-top:10px;
}
form.richiesta input, form.richiesta textarea, form.richiesta select{
	margin-bottom:0.8em;
	width:430px;
}
form.richiesta div.meta input{
	width:210px;
}
form.richiesta div.meta select{
	width:216px;
}
form.richiesta select{
	width:456px;
	padding:0;
	height:22px;
}
form.richiesta label{
	display:block;
}
form.richiesta div.check{
	width:100%;
	float:left;
}
form.richiesta div.check input{
	padding:0;
	border:none;
	width:20px;
	float:left;
	margin-top:0.5em;
}
form.richiesta div.check label{
	float:left;
	margin-top:0.5em;
	width:353px;
	padding-left:5px;
}
form.richiesta div.radiometa{
	width:210px;
	float:left;
}
form.richiesta div.radiometa input{
	padding:0;
	border:none;
	width:30px;
	float:left;
	margin-top:0.6em;
}
form.richiesta div.radiometa label{
	float:left;
	margin-top:0.5em;
	/*width:50px;
	padding-left:80px;*/
}
form.richiesta div.radio{
	width:430px;
	float:left;
}
form.richiesta div.radio input{
	padding:0;
	border:none;
	width:30px;
	float:left;
	margin-top:0.6em;
}
form.richiesta div.radio label{
	float:left;
	margin-top:0.5em;
	/*width:50px;
	padding-left:80px;*/
}
form.richiesta div.radio p{
	float:left;
	margin-top:0.5em;
	/*width:50px;
	padding-left:80px;*/
}


#invia{
	float:right;
}
form.richiesta p{
	font-size:1.2em;
	margin-right:10px;
	clear:both;
}
form.richiesta p.small{
	font-size:0.9em;
}

