/* Css basato su rev3;  rivisto per le esigenze di Passerella e aggiornamento passerella*/
.w-areamainsingola
{
	width: 100%;
	max-width: 1200px;
	min-width: 750px;
}

/*testo della scheda, a sinistra =======================*/
.w-testoscheda
{
	width: 75%;
	float: left;
}

.w-marginepagina
{
	padding: 0 0 30px 20px;
	border-bottom: 1px solid #ffffff;
}

.w-sottotitolo
{
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 140%;
	font-family: Times, "Times New Roman", serif;
}


/*Stili per h1, h2, h3 necessari per avere sempre un h1 in cima alla pagina =====================================*/
.w-sostituto1
{
	font-size: 240%;
	color: #4C4C4C;
	font-weight: normal;
	letter-spacing: -1px !important;
		
	font-family: Times, "Times New Roman", serif;
	margin: 0;
	padding: 12px 0 3px 0;
}

.w-sostituto2
{
	font-size: 180%;
	color: #4C4C4C;
	font-weight: normal;
	letter-spacing: -1px !important;
	font-family: Times, "Times New Roman", serif;
	margin: 0;
	padding: 12px 0 3px 32px;
	background-image: url(../img/typo.gif);
	background-repeat: no-repeat;
	background-position: 0 75%;
}

.w-sostituto3
{
	font-size: 160%;
	letter-spacing: -1px !important;
	font-weight: normal;
	font-family: Times, "Times New Roman", serif;
	padding: 5px 10px 4px 10px;
	margin: 12px 0;
	float: left;
	color: #4C4C4C;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

.w-testoscheda ul
{
	margin: 0;
	padding: 20px 0 20px 20px;
	list-style-type: none;
}

.w-testoscheda ul li
{
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 12px 18px;
}

.w-testoscheda dl dt
{
	padding-bottom: 12px;
}

.w-testoscheda dl dd
{
	padding-bottom: 12px;
}

.w-didascalia
{
	font-size: 90%;
	font-style: italic;
}
#w-speciale dd
{
	padding: 0;
}


/*  inline elements =====================================*/
acronym
{
	border-bottom: 1px dotted #000000;
}

.w-testoscheda a
{
	color: #112380;
}

.w-testoscheda  a:visited
{
	color: #cc6644;
}

.w-testoscheda  a:hover, a:active
{
	color: #ffffff;
	background-color: #3D72C2;
}

.w-italic
{
	font-style: italic;
}

.w-strong
{
	color: #4C4C4C;
	font-weight: bold;
}

/*L'indice della scheda, barra di navigazione a destra ==================*/
.w-indicescheda
{
	width: 21%;
	float: right;
	display: inline;
}

.w-box
{
	margin: 24px 15px 12px 0;
	padding: 6px 6px;
	font-family: Arial, sans-serif;
	border: 1px solid #b6b6b6;
	background-image: url(../img/typo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.w-box2
{
	margin: 12px 15px 12px 0;
	padding: 6px 6px 50px 6px;
	font-family: Arial, sans-serif;
	border: 1px solid #b6b6b6;
}

.w-indicescheda dl
{
	font-family: Arial, sans-serif;
}

.w-indicescheda dt
{
	margin: 0;
	display: block;
	padding: 0 0 6px 3px;
}

.w-indicescheda dd
{
	margin: 0;
	display: block;
	padding: 0 0 6px 15px;
}

.w-indicescheda a
{
	color: #112380;
	background-color: transparent;
	display: block;
}

.w-indicescheda a:visited
{
	color: #cc6644;
}

.w-indicescheda a:hover
{
	background-color: #3D72C2;
	color: #FFF;
}

.w-indicescheda a:active
{
	background-color: #112380;
	color: #FFF;
}

/* Qui le illustrazioni e la grafica ================*/
#w-imgcenter
{
	text-align: center;
	padding: 30px 0 30px 0;
}

#w-imgcenter2
{
	text-align: center;
	
}

#w-left
{
	float: left;
	padding-bottom: 20px;
	padding-right: 12px;
	
	
	
}

