@charset "utf-8";
/* CSS Document */

body {
	background-color: #76c3ed;
	background-image:url(images/base1.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	color: #081B37;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#base {
	background-image:url(images/Base2.png);
	background-repeat:no-repeat;
	width:940px;
	
	text-align:center;
}
#bottom {
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	width:940px;
	height:38px;
	text-align:center;
	
}
#banner {
	height:150px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	background-position:left;
	
}
.menu{
	height:51px;
	padding:6px 15px 0px 0px;
}
.pulsante {
	background-image:url(images/pulsante.png);
	background-repeat:no-repeat;
	background-position:left;
	float:right;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-align: center;
	padding:10px 0px 0px 0px;
	height:51px;
	width:150px;
	vertical-align:middle;
}
/*-----------------------------------*/
a:link {
	color: #15468E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #15468E;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #15468E;
}
/*-----------------------------------*/
.colSx{
	font-weight:bold;
	text-align:left;
	width:260px;
	float:left;
	padding:0px 10px 20px 20px;
	font-size:13px;
}
.colDx{
	font-weight:bold;
	text-align:center;
	width:570px;
	float:left;
	padding:20px 20px 5px 20px;
	font-size:14px;

}
div#footer{
	text-align:center;
	padding:6px;
	background-color: #1D36AD;
	color: #FFF
}

/*-----------------------------------*/

h2{
	font-size:20px;
	padding:0px 0px 0px 0px;
}
.boxnews {
	border-top: 2px dotted #081B37;
	font-size: 12px;
	padding: 3px 3px 0px 0px;
	text-align: left;
	color: #081B37;
	font-weight: normal;
	height: 120px;
}
.image-sx {
	display: inline;
	float: left;
	margin-right: 5px;
	border: 1px solid #081B37;
	padding: 2px;
}
.image-dx {
	display: inline;
	float: right;
	margin-right: 5px;
	border: 1px solid #081B37;
	padding: 2px;
}
.stile1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #081B37;
}
.stile2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #081B37;
	font-weight:bold;
}
ul{
	/**/padding-left:28px;

}

