@charset "UTF-8";
/* CSS Document */

body {
	background-color: #31b6b6;
	background-image:url(img/subtle-grunge.png);
	text-align:justify;
	line-height:24px;
	margin:0;
	color:#fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#cont {
	margin:0;
	margin:auto;
	width:960px;
	/*background-image:url(img/gradient.png);*/
	background-repeat:repeat-y;
	display:table;
}
#logo {
	margin:auto;
	width:960px;
	padding-top: 14px;
	text-align:center;
}
#logo h1 {
	margin:0;
	padding: 30px 0 20px 0;
	color:#fff;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:36px;
	text-align:justify;

}
.testo-1{
	font-size:17px;
	text-align:justify;
	clear:both;
}

.row {
	width:960px;
	padding-top: 24px;
	display:table;
	clear:both;
}
.row2 {

	padding-top: 24px;
	display:table;
	clear:both;
	margin-bottom:0px;
}
.row3 {
	padding-top: 24px;
	display:table;
	clear:both;
	margin-bottom:6px;
}
.row4 {
	padding-top: 24px;
	display:table;
	clear:both;
	margin-bottom:24px;
}
.row5 {
	width:960px;
	padding-top: 24px;
	display:table;
	margin-bottom:30px;
	clear:both;
}
.icon{
	float: left;
	width: 243px;
	height:230px;
}
.testo{
	font-size:17px;
	line-height:26px;
	text-align:justify;
	float:right;
	width:715px;
}
h2{
	margin:0;
	padding: 16px 0 9px 0;
	color:#fff;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;

}
h3 {
	margin:0;
	padding: 0;
	color:#fff;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	display:inline;
}
h4 {
	margin:0;
	padding: 0 0 6px 0;
	color:#fff;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}
a {
text-decoration: none;
color:#c90086;
}
a:hover {
text-decoration: none;
color:#fff;
}
#footer {
clear:both;
width:960px;
padding: 0 0 40px 0;
display:table;
margin:auto;
text-align:center;
}

.deco {
clear:both;
width:100%;
height:110px;
padding-top: 24px;
display:table;
background-image:url(img/bg.png);
background-repeat:repeat-x;
margin-bottom:0;
}
/*---------SLIDESHOW----------*/
#slide-home {
margin:auto;
width:960;
height:497px;
border: 3px solid #fff;
}
ul.ppt {
	position: relative;
	margin:0;
	padding:0;
	display:inline;
	z-index:10;
}

.ppt li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

.ppt img {
	background-color: transparent;
}



