.titolo1{
	font-size: 20pt;
	text-align: center;
}

.immagineMenu{
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}

.immagineLeft{
	width: 200px;
	height: 200px;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	float: left;
}
.immagineRight{
	width: 200px;
	height: 200px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: 0.5em;
	float: right;
}
.immagineCenter{
	width: 100%;
	height: 300px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	text-align: center;
}
.immaginePiccolaCenter{
	width: 100px;
	height: 200px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	text-align: center;
}

h5 {
	display: blocK;
}
div.SX {
   	float: left;
  	width: 20%;
  	border: red;
   	/* IMPOSTAZIONE MARGINI, SFONDO, GIUSTIFICAZIONE, ECC... */
}
div.CT {
   float: left;
   width: 60%;
  
}
div.DX {
   float: left;
   width: 20%;

}
p.titolo {
	width: 92%;
	/*font-family: verdana, courier;*/
	font-weight: bold;
	background: teal;
	font-style: italic;
	color: white;
}
p.testo {
	width: 93%;
	text-align: justify;
	font-style: italic;
}

/*inizio per poesia*/
.descrFoto{
	font-style: italic;
	font-size: 10px;
	color: grey;
}

/*fine per poesia*/

#tabellaAntivirus {
	width: 92%;
	text-align: justify;
	padding: 10px;
}