/* Css rivisto e pulito*/
/*Ristabilisce default div e p, turbati da hack incompetente in general.css*/


html p
{
	height: auto !important;
}

/*Divisioni della pagina =======*/
.w-areamainsingola
{
	width: 100%;
	max-width: 900px;
	min-width: 750px;
	color: #000 !important;
}

.w-testoscheda
{
	width: 75%;
	float: left;
}

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

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

#w-footer
{
	border-top: 1px solid #CCC;
	font-family: Arial, sans-serif;
	margin-top: 24px;
	font-size: 90%;
	
}
#w-footer p
{
	margin: 0;
}
/*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: 12px 0 3px 0px;
	padding: 0;
}

.w-sostituto2
{
	font-size: 180%;
	color: #4C4C4C;
	font-weight: normal;
	letter-spacing: -1px !important;
	font-family: Times, "Times New Roman", serif;
	margin: 12px 0 12px 0;
	padding: 0;
}

.w-sostituto3
{
	font-size: 160%;
	letter-spacing: -1px !important;
	font-weight: normal;
	font-family: Times, "Times New Roman", serif;
	padding: 0;
	margin: 12px 0 6px 0;
	color: #4C4C4C;
}

p.w-nowhite
{
	margin: 0;
}

p.w-nowhitesopra
{
	margin-top: 0;
}

p.w-nowhitesotto
{
	margin-bottom: 0;
}

.w-testoscheda ul
{
	list-style-type: disc;
}

.w-testoscheda ul li
{
	margin-bottom: 12px;
}

/*Id necessaria perche non posso nestare gli elenchi ======*/
#w-indent
{
	margin-left: 18px;
}

#w-indent p
{
	margin-left: 18px;
}

#w-indent ul
{
	list-style-type: circle;
	margin-left: 24px;
}

#w-indent ul li
{
	margin-bottom: 3px;
}

.w-testoscheda dl dt
{
	padding: 6px 0 6px 24px;
}

.w-testoscheda dl dd
{
	padding-left: 24px;
}

/*  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;
	margin: 0;
}

.w-stronger
{
	font-weight: bold;
}

.w-didascalia
{
	font-style: italic;
	font-size: 90%;
}

.w-super
{
	vertical-align: super;
	font-size: 80%;
}

/*L'indice della scheda, barra di navigazione a destra ==================*/
.w-indicescheda
{
	width: 21%;
	float: right;
	display: inline;
	font-family: Arial, sans-serif !important;
	font-size: 90%;
}

.w-box
{
	margin: 40px 15px 20px 0;
	background-color: #FFF;
	padding: 12px 0 12px 12px;
	border: 1px solid #e4c48c;
}

.w-indicescheda dl
{
	margin: 0 10px 0 0;
	padding: 0;
	font-family: Arial, sans-serif !important;
}

.w-indicescheda dt
{
	margin: 6px 0 6px 0;
	display: block;
	padding: 0 0 0px 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;
}

/*Foto e grafica =======*/
#w-bg
{
	margin-bottom: 12px;
	background-image: url(../img/02str.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 150px;
}

#w-bg2
{
	height: 150px;
	background-image: url(../img/03str.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 12px;
}
#w-bg3
{
	height: 150px;
	background-image: url(../img/19str.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 12px;
}
.w-imgcenter
{
	text-align: center;
	padding: 6px;
	background-color: #f7f6f4;
}



.w-left
{
	float: left;
	margin: 0 18px 6px 0;
	
}

