.pageContent
{
	position: relative;
	overflow: hidden;
}

.pageContent .imgTop
{
	border-bottom: 10px solid #ffffff;
	height: 270px;
}

.pageContent #titoloPagine
{
	position: absolute;
	top: 0px;
	left: 0px; 
	z-index: 100;
}

.pageContent .testo
{
	margin: 15px;
	font-family: Georgia, Arial;
	font-style: italic;
	font-size: 13px;
}

.pageContent .testo h2
{
	height: 60px;
	padding-left: 60px;
	line-height: 60px;
	background-image: url(../immagini/grafica/statiche/freccia_titolo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-transform: none;
	font-weight: normal;
}

.pageContent .testo .sezione
{
	background-color: #351001;
	overflow: hidden;
	margin-bottom: 10px;
}

.pageContent .testo b
{
	color: #ECA500;
}

.pageContent .testo .sezione div
{
	width: 46%;
	float: left;
	padding: 2%;
}

.pageContent .left
{
	float: left;
	padding: 2%;
	width: 300px;
	margin-top: 50px;
}

.pageContent .left img
{
	margin: 20px;
}

.pageContent iframe
{
	border: 5px solid #ffffff;
	margin-top: 10px;
}

.pageContent .testo .sezione table
{
	border-collapse: collapse;
	width: 400px;
	margin: 10px auto;
}

.pageContent .testo .sezione th
{
	color: #ECA500;
	border-bottom: 1px solid #ECA500;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

div.separatore
{
	width: 400px;
	height: 1px;
	margin: 20px auto;
	background-color: #ffffff;
}
