@charset "utf-8";
/* CSS Document */
a {
	color: #EF3D0D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F0F0F0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contenitore {
	width: 100%;
}

#italiano {
position:relative;
top:0px;
float:left;
	width: 300px;
		border:1px solid #000;
				z-index:1;
}
#english {
position:relative;
top:0px;
left:300px;
	width: 47%;
		border:1px solid #000;
		z-index:1;
}

#immagine_1 {
	padding-left: 10px;
	position:relative;
	top:50px;
	left:0px;
			z-index:1;
}

.testo_generico {
    padding:10px;
	text-align:justify;
}


