/* CSS Document */

.titolo{
	background-image:url(/images/sfondo_tit_blu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
	color:#fff;
	background-color:#003399;
	
}
.t_lungo {
	background-image:url(/images/sfondo_t_lungo_blu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
	color:#fff;
	background-color:#003399;
}
.made_verde{
	background-image: url(/images/made_blu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:30px;
	background-color:#003399;
	width:200px;
}
.pallini{
	display:block;
	height:10px;
	background-image:url(/images/pallini_blu.gif);
	background-position:right top;
	background-repeat:no-repeat;
	margin:6px 0;}

.riga{
	background-image:url(/images/riga_tit_blu.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height:6px;}

.interno{
	background-color:#F1F1F1;
	padding:20px 0; }
	
.testo{
	padding:0 20px;}

/*h2 {
color:#666666;
font-size:12px;}*/

h2 {
	color:#003399;
	font-size:12px;}

#navigazione{
	margin-bottom:15px;
	background-image: url(/images/sfondo_nav.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align:right;
	margin-right:21px;
	display:block;
	vertical-align:middle;
	padding-right: 10px;
	padding-top:2px;
	padding-bottom:6px;
}
#navigazione a{
	color:#000;
}
.centro{
	background-color:#FFFFFF;
	padding-top:0px;
}
.centro a{
color: #003399;
}

div.foto{
	float:left;
	display:block;
	padding:5px;
	margin: 0px 20px 10px 0px;
	border:1px solid #DBDBDB;
}

/*campo allegato*/
.allegato{
	display:block;
	padding:9px 2px;
	clear:both;
	background-image: url(../images/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
}
/*campo link*/
.link{
	display:block;
	padding:2px;
	clear:both;
	background-image: url(../images/decoro_blu_g.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
}
div.testo ul{
	list-style-type: square;
	margin:0;
	padding:0 0 0 20px;
}

.pulsante{
width:90px;}
