/* css per la scheda "Memoria e spazio */
/* qui sono  i contenitori ;  i divs  per il layout */
.w-testoscheda
{
	width: 76%;
	float: left;
}

.w-indicescheda
{
	margin-left: 80%;
	margin-right: 20px;
	padding-top: 12px;
}

.w-marginepagina
{
	padding: 0px 20px 0px 18px;
}

.w-autoredata
{
	background-color: #ffddb6;
	padding: 0.5em;
	margin: 1em 0 1em 0;
}

/* qui sono i paragrafi */
p
{
	line-height: 140%;
	font-family: Verdana, Helvetica, sans-serif;
}

.w-abstract  /*per il sottotitolo */
{
	font-style: italic;
	font-size: 140%;
	font-family: Giorgia, Times, Times New Roman, serif;
	margin: 0 0 1em 0;
}

.w-nowhite	/* non crea margini bianchi tra i paragrafi */
{
	margin: 0;
	padding: 0;
}

.w-nowhitesopra	/* non crea margini bianchi tra i paragrafi */
{
	margin-top: 0;
	padding-top: 0;
}

.w-nowhitesotto	/* non crea margini bianchi tra i paragrafi */
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.w-didascalia
{
	font-family: Arial, sans-serif;
	font-style: italic;
}

/* qui sono le formattazioni di inline elements */
acronym
{
	border-bottom: 1px dotted #000000;
}

.w-testoscheda a
{
	color: #005599;
}

.w-testoscheda a:visited
{
	color: #cc6644;
	background-color: #FFF;
}

.w-testoscheda a:hover
{
	background-color: #005599;
	color: #FFF;
}

/* qui sono le h1, h2, h3 */
.w-testoscheda h1
{
	font-size: 240%;
	color: #666666;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Arial, sans-serif;
	margin: 12px 0 0 0;
	padding: 0;
}

.w-testoscheda h2
{
	font-size: 180%;
	color: #666666;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Arial, sans-serif;
	margin: 12px 0 12px 0;
	padding: 0;
}
.w-testoscheda h3
{
	font-size: 120%;
	color: #666666;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 18px;
	margin-bottom: 12px;
}

.w-indicescheda h1
{
	font-size: 100%;
	
	color: #666;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Verdana, sans serif;
	padding: 0 0 0.5em 0.25em;
	border-bottom: 1px solid #666666;
}

/*Qui i listati */
.w-listaindice
{
	margin: 0;
	padding: 0;
}

.w-indicescheda li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #666666;
}

.w-bordosotto
{
}

.w-indicescheda a
{
	text-decoration: none;
	color: #005599;
}

.w-indicescheda a:visited
{
	text-decoration: none;
	color: #cc6644;
	background-color: #FFF;
}

.w-indicescheda a:hover
{
	background-color: #005599;
	color: #FFF;
}

/*Qui listati nel testo */
.w-testoscheda ul
{
	list-style-type: square;
}

/* Qui le illustrazioni */
.w-display
{
	background-image: url(../img/bgtile.jpg);
	background-repeat: repeat;
	/*width: 600px;*/
	height: 380px;
	border: 1px solid #ebefee;
}

.w-display2
{
	/*width: 550px;*/
	height: 380px;
	background-image: url(../img/fvill.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.w-display3
{
	/*width: 550px;*/
	height: 380px;
	background-image: url(../img/fmercato.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

