body {
	background: #FFDAFF;
	
}


.riq-home {
	width: 580px;
	height: 540px;
	margin: 0 auto 0 auto;
	background: transparent url(../images/index/sfondo-index-rid.jpg);
}


.col-sx {
	width: 120px;
	height: 540px; 
	float: left;
	margin: 0px auto auto 0px;
}

.col-dx {
	width: 120px;
	height: 540px; 
	float: left;
	margin: 0px auto auto 0px;
}

.col-cen {
	width: 300px;
	height: 540px;
	float: left;
	margin-left: 20px;
}

.delsa-name {
	width: 300px;
	height: 300px;
	margin-top: 0;
	margin-left: 0;
	/*background: White url(images/index/delsa-name.png) no-repeat 0% 0%;*/
	text-align: center;
	float: left;
}


.tri-sup {
	width: 300px;
	height: 120px;
	margin-top: 0;
	margin-left: 0;
}

.tri-inf {
	width: 300px;
	height: 120px;
	margin-top: 0;
	margin-left: 0;
}


img.flag-sup {
	margin: 60px auto auto 117px;
}

img.flag-inf {
	margin: 16px auto auto 117px;
}

img.flag-dx {
	margin: 248px auto auto 34px;
}

img.flag-sx {
	margin: 248px auto auto 41px;
}

a img {
	border: 1px solid White;
}

a:hover img.flag-sup {
	border: 2px solid Blue;
	margin: 59px auto auto 116px;
}

a:hover img.flag-inf {
	border: 2px solid Blue;
	margin: 15px auto auto 116px;
}

a:hover img.flag-dx {
	border: 2px solid Blue;
	margin: 247px auto auto 33px;
}

a:hover img.flag-sx {
	border: 2px solid Blue;
	margin: 247px auto auto 40px;
}


/*CARATTERISTICHE FONT*/
p.grande {
	margin-top: 70px;
	margin-bottom: 0px;
	font: normal normal normal 115px Arial;
	color: Blue;
}

p.piccolo {
	margin-top: 10px;
	font: normal normal bold 20px Arial;
	color: Blue;
}


/*SPAN pop-up*/

a span{
	display: none;
}

a:hover span {
	display: block;
	width: 180px;
	height: 30px;
	border: 2px solid White;
	background: Blue;
	font: normal normal bold 120% Arial;
	color: White;
	text-align: center;
	padding-top: 5px;
}

a:hover span.sx {
	position: relative;
	top: 28px;
	left: 198px;
}

a:hover span.dx {
	position: relative;
	top: 28px;
	left: -242px;
}

a:hover span.sup {
	position: relative;
	top: 215px;
	left: 58px;
}

a:hover span.inf {
	position: relative;
	top: -160px;/*-160*/
	left: 58px;/*58*/
}

a {
	text-decoration: none;
}

a:visited span {
	color: White;
}

/*Sottotitolo lingua: NUOVA VERSIONE!*/

a:hover span.sottotitolo-lingua {
	display: block;
	width: 180px;
	height: 30px;
	background: transparent;
	border: none;
	position: relative;
	top: 215px;
	left: 60px;
	padding-top: 7px;
	font: normal normal bold 100% Arial;
	color: Blue;
	text-align: center;
}
