@charset "UTF-8";
body {
	background-color: #edeeee;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	line-height: 18px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #085c7e;
	line-height: 18px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #085c7e;
	font-size: 20px;
	line-height: 24px;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #83CB1D;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #71bb00;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 4px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #82CD1B;
	border-left-color: #82CD1B;
	text-align: center;
	line-height: 16px;
}
h6 {
	color: #83CB1D;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
/* galleria */
.galleria {
	list-style:none;
}
.galleria li {
	display:block;
	overflow:hidden;
	float:left;
	margin: 3px;
}
.galleria li a {
	display:none
}
.galleria li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
}
.galleria li .caption {
	display:block;
}

/*custom styles*/
#box_galleria { /*  x formattare il testo   */
	position:relative;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
#main_image {
	margin:0;
	padding:0;
	text-align:center;
	overflow:hidden;
}
#box_galleria .caption {
}
#box_galleria .nav {
	text-align:center;
	padding-top:15px;
	clear:both;
}
#box_galleria span.caption {
	position:absolute;
	left:0;
	display:block;
	width:100%;
	min-height:5px;
	background-color:#66AFFA;
	margin-top: 5px;
}
.galleria_custom {
	padding:0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.galleria_custom li {
	border:1px solid #66AFFA;
	margin: 1px;
}
