#simbolo {
	background-image: url('../images/reginapacis.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
	width: 200px;
	height: 200px;
	left: -50px;
	top: 345px;
	position: relative;
	z-index: 6;
	border: 6px double #BBBBBB;
	border-radius: 40px;
}

#corpo{
	left: 0px;
	position: relative;
	padding: 20px;
}

#window {
}

a.link_laterale:hover, a.link_laterale:visited {
	color: #0066CC;
}
a.link_laterale {
	color: red;
}

a.link_corpo:hover {
	color: #F89A1E;
}
a.link_corpo {
	color: #0066CC;
	text-decoration: none;
}

#sottotitolo {
	width: 350px;
}

.testo {
	margin-left: 40px;
}

#fb_like {
	left: 470px;
}

#parola {
	width: 100%;
}

#immagine1 {
	width: 280px;
	transform: rotate(7deg);
	-moz-box-shadow: 0 0 3px 3px #000000;
	-webkit-box-shadow: 0 0 3px 3px #000000;
	box-shadow: 0 0 20px 0px #000000;
	float: right;
	padding: 10px;
	margin-left: 50px;
	position: relative;
	top: 10px;
	margin-right: -130px;
	background-color: white;
}

#immagine2 {
	width: 280px;
	transform: rotate(-7deg);
	-moz-box-shadow: 0 0 3px 3px #000000;
	-webkit-box-shadow: 0 0 3px 3px #000000;
	box-shadow: 0 0 20px 0px #000000;
	float: left;
	padding: 10px;
	margin-right: 50px;
	position: relative;
	top: 30px;
	background-color: white;
	margin-left: -60px;
}

.foto {
	width: 250px;
	-moz-box-shadow: 0 0 5px 5px #000000;
	-webkit-box-shadow: 0 0 5px 5px #000000;
	box-shadow: 0 0 30px 0px #000000;
}

#divfoto1 {
	width: 300px;
	text-align: right;
	float: right;
	position: relative;
	margin-right: -90px;
	margin-top: -20px;
	margin-bottom: 30px;
}

#divfoto2 {
	width: 310px;
	text-align: left;
	float: left;
	position: relative;
	margin-left: -90px;
	margin-top: 60px;
}

#divfotomobile {
	display: none;
}