﻿/* ******** Box contenuti protected ****** */
.ContenutiViewBox_Top
{
	background-image: url(images/ContenutiViewBox_Top.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 800px;
	height: 18px;
}
.ContenutiViewBox_Middle
{
	background-image: url(images/ContenutiViewBox_Middle.png);
	background-position: center center;
	background-repeat: repeat-y;
	width: 770px;
	padding-left: 15px;
	padding-right: 15px;
}
.ContenutiViewBox_Middle h1
{
	margin-top:0;
	padding-top:5px;
	font-size:13px;
	text-align:center;
	color: #272a3c;
}
.ContenutiViewBox_Bottom
{
	background-image: url(images/ContenutiViewBox_Bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 800px;
	height: 18px;
	margin-bottom:8px;
}

/* Box Fissi */

.BoxFixed280
{
	border: solid 1px #dcdcdc;
	width: 180px;
	height: 280px;
	float: left;
}
/**** Aggiunta per i box di contatti e redazione ****/
.BoxContatti
{
	width:100%;
	height:auto;
}
.BoxContatti h1
{
	margin-top:10px; 
	color:#151a2d;
}
.BoxContatti h2
{
	margin-top:10px;
	margin-bottom:2px;
}
.BoxContatti a
{
	font-weight:bold;
}
#BoxTitle
{
	padding-left: 15px;
}