/* Contenitore principale del testo della pagina */
.main {
	text-align: justify;
	background-color: #FFFFFF;
	width: 90%;
	border-right: #990000 2px solid;
	border-left: #990000 2px solid;
	padding-right: 0.4em;
	padding-left: 0.4em;
	padding-bottom: 1em;
	left: 5%;
}
div.testatahome {
	background-image: url(../img/head.jpg);
	background-repeat: repeat-x;
	height: 120px;
}
div.testatahome h1 {
	display: none;
}
ul#indicescuole {
margin-left: 1em;
margin-right: 4em;

}
ul#indicescuole li {
  border-bottom: 1px dashed #c00000;  
padding: 0.4em;
}
 

/* fieldset */
.f-fieldset {
	padding: 0.4em;	
}
ul.ul-scuole {
	margin-left: 3em;
}
ul {
	margin-top: 0;
}
