/*
** pagina
*/
#page-content {
	position:relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#window-center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width: 988px;
}
#title-center {
	text-align: left;
	color: #fff;
	font-weight: bold;
	width: 988px;
	height: 23px;
	background-image: url(http://www.campionet.org/images/templates/default/home-bar-bottom.jpg);
}
#title-center span {margin:0 auto 0 10px;font-size:12px;font-family: Arial;}

#content-center {
	margin-bottom: 5px;
	text-align: left;
	color: #000;
	background-color: #fff;
}

.testo{
	margin:5px;
	padding:5px;
}
.testo h2{
	margin:15px 0px 10px 0px;
	color:#333;
}
.testo h4{
	margin:15px 0px 5px 0px;
	color:#333;
}
.testo p{
	margin:15px 2px 5px 2px;
}
.testo li{
	list-style-type:none;
}
.note {
	background-color:#999;
	padding:10px;
}

#spacer-right {float:right;width:6px;height:1px;}
#spacer-left {float:left;width:5px;height:1px;}
#spacer-middle {float:left;width:4px;height:1px;}
