img.grande {
	position: absolute;
	bottom: 9em;
	left: 1em;
}
img.foto1 {
  	border: 1px solid #ffffff;
	background-color: #e0e0e0;
	position: absolute;
	right: 0.5em;
	top: 16.5em;
}
img.foto2 {
  	border: 1px solid #ffffff;
	background-color: #e0e0e0;
	position: absolute;
	right: 8em;
	bottom: 0em;
}
img.foto3 {
  	border: 1px solid #ffffff;
	background-color: #e0e0e0;
	position: absolute;
	left: 0.5em;
	top: 0.5em;
}
div.testo {
	position: absolute;
	top: 23em;
	left: 1em;
	height: 8em;
	width: 32em;
	text-align: justify;
	overflow: auto;
}
div.testo2 {
	position: absolute;
	top: 0em;
	left: 12.5em;
	height: auto;
	width: 26em;  /* 'fr' overrides */
	text-align: justify;
	padding-bottom: 0.5em;
	overflow: auto;
}

