/* PRIMA RIGA TABELLA LAYOUT */
#sx_riga_1 {
	width: 160px;
	height: 90px;
	background-color: rgb(255,255,255);
}
#centro_riga_1 {
	width: 430px;
	height: 90px;
	background-color: rgb(255,255,255);
}
#dx_riga_1 {
	width: 160px;
	height: 90px;
}
/* SECONDA RIGA TABELLA LAYOUT */
#sx_riga_2 {
	width: 160px;
	height: 30px;
	background-color: rgb(225,225,225);
}
#centro_riga_2 {
	width: 430px;
	height: 30px;
	background-color: rgb(225,225,225);
}
#dx_riga_2 {
	width: 160px;
	height: 30px;
	background-color: rgb(225,225,225);
}
/* TERZA RIGA TABELLA LAYOUT */
#sx_riga_3 {
	width: 160px;
	height: 40px;
	background-color: rgb(191,191,191);
}
#centro_riga_3 {
	width: 430px;
	height: 40px;
	background-color: rgb(191,191,191);
}
#dx_riga_3 {
	width: 160px;
	height: 40px;
	background-color: rgb(153,153,153);
}
/* QUARTA RIGA TABELLA LAYOUT */
#sx_riga_4 {
	width: 160px;
	height: 440px;
	background-color: rgb(225,225,225);
	margin: 0;
	vertical-align:middle;
	/*padding: 130px 0 140px 0;*/
}
#centro_riga_4 {
	width: 430px;
	height: 440px;
	background-color: #d5d6d8;
	vertical-align:top;
}
#dx_riga_4 {
	width: 160px;
	height: 440px;
	background-color: rgb(225,225,225);
	margin: 0;
	vertical-align:middle;
	/*padding: 130px 0 140px 0;*/
}
/* CONTENUTO PRIMA RIGA */
#sx_riga_1 p {}
/* CONTENUTO SECONDA RIGA */
#sx_riga_2 p {
	width: 120px;
	text-align:center;
	margin: 3px auto;
	padding: 0;
}
#centro_riga_2 p {
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	color: rgb(153,153,153);
}
#dx_riga_2 p {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: rgb(0,0,0);
}
/* CONTENUTO TERZA RIGA */
#sx_riga_3 p {
}
#centro_riga_3 p {
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: rgb(0,0,0);
}
#dx_riga_3 p {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: rgb(0,0,0);
}
/* CONTENUTO QUARTA RIGA */
#sx_riga_4 p {
	margin: 4px 0 4px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: rgb(0,0,0);
}
#centro_riga_4 p {
}
#dx_riga_4 p {
	margin: 4px 0 4px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: rgb(0,0,0);
}