#data{
	width: 100%;
	padding-top: 20px;
}

#data table{
	width: 100%;
}

.box{
	border: 2px solid #4f6cc9;
	background-color: #bcf;
	margin-left: 7px;
	margin-bottom: 5px;
	width: 95%;
}

.box img{
	border: 0px;
}

.box .banner{
	width: 100%;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}

.box .boxtit{
	font-weight: bold;
	border-bottom: 1px solid #4f6cc9;
	display: bold;
	width: 98%;	
	margin: 2px 0px 2px 1px;
	padding-left: 3px;
	text-align: center;
	height: 25px;
}

.box ul{
	list-style: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
}

.box li{
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
}

.box li a{
	font-weight: bold;
}

.box li a:hover{
	text-decoration: underline;
}

#logo{
	width: 100%;
	text-align: center;
}

#box_articoli{
	margin-top: 25px;
	padding-top: 5px;
	border-top: 0px solid #4f6cc9;
}

#speciale{
	margin: 30px 20px 20px 20px;
}

#speciale #titolo{
	font-weight: bold;
	font-size: 12pt;
	text-align: right;
}

#frase_index{
	font-style: italic;
	text-align: center;
	width: 90%;
	margin-left: 30px;
	margin-bottom: 40px;
}


