/* css per la scheda "Bambine e bambini costruiscono la cittˆ */
/* qui sono  i contenitori */
.w-testoscheda
{
	width: 77%;
	float: left;
	}
.w-indicescheda
{
	margin-left: 82%;
	padding-top: 40px;
}

.w-marginepagina
{
	padding: 0px 20px 0px 18px;
	
}

/* qui sono i paragrafi */
p
{
	line-height: 140%;
	font-family: Verdana Helvetica sans-serif;
}

.w-abstract 
{ 
font-style: italic; 
font-size: 120%;
clear: left;

}

.w-conbordo
{
	border-color: silver;
	border-width: 1px;
	border-style: dotted;
	padding: 0.5em;
	}
.w-nowhite	
	{
		margin: 0;
		padding: 0;
		}
.w-destra
{ 
text-align: right; 
	margin: 0;
	padding: 0;
}

/* qui sono le formattazioni di inline elements */

.w-bold
{
	font-weight: bold;
	color: #333;
}
.w-italic { font-style: italic; }


/* qui sono le h1, h2, h3, h4 */


	.w-testoscheda h1	
	{
		font-size: 260%;
		color: #666;
		font-weight: normal;
		letter-spacing: normal;
		font-family: arial sans-serif;
	}
	.w-testoscheda h2	
	{
		font-size: 210%;
		color: #666;
		font-weight: normal;
		letter-spacing: normal;
		font-family: arial sans-serif;
		margin-top: 15px;
	}
	.w-testoscheda h3	
	{
	font-size: 150%;
		color: #666;
		font-weight: normal;
		letter-spacing: normal;
		font-family: arial sans-serif;
		margin-top: 15px;
	}
	.w-indicescheda h1	
	{
		font-size: 120%;
		color: #666;
		font-weight: normal;
		letter-spacing: normal;
		font-family: arial sans-serif;
		padding: 0 0 0.5em 0.25em;
	}


/*Qui i listati */
/*Qui listato per indice della scheda */
	.w-indicescheda
{
	margin-left: 77%;
}
.w-listaindice
{
	margin: 0;
	padding: 0;
}
.w-indicescheda li
 {
 list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}
  .w-bordosotto 
  { 
  border-bottom: 1px solid gray; 
  }
.w-indicescheda a	
	{
		text-decoration: none;
		color: #005e99;
	}
		.w-indicescheda a: visited	
	{
		text-decoration: none;
		color: #b52c07;
	}
		.w-indicescheda a:hover		
		{
			background-color: #005e99;
			color: #FFF;
		}
/*Qui fine listato per indice della scheda */
/*Qui ol per le note */
.w-testoscheda ol
{ 
font-size: 100%; 
}
.w-testoscheda li { padding-top: 1em; }

/* Qui le illustrazioni */
.w-left1
{
	float: left;
	margin: 5px 3px 0 0;
	border: 0;
}
.w-left2
{
	float: left;
	margin: 5px 0 0 0;
	border: 0;
}
.w-left3
{
	float: left;
	margin: 0 10px 0 0;
	border: 0;
}
.w-left4
{
	float: left;
	margin: 0 3px 0 0;
	border: 0;
}
.w-left5
{
	float: left;
	margin: 0;
	border: 0;
}



