div#cont{
	width: 720px;
	height: 555px;	
	padding: 0px 13px;

}

div#cont h2{
	display: block;
	padding:0px 0px 0px 0px;
	height: 20px;
	margin:10px 0px 1px 0px;
	border-bottom: 1px solid #e089ac ;
	color: #e089ac;
	font-size: 11px;
	font-weight: bold;
}

/*elementi comuni colonne*/
div#sx, div#dx, div#centrale{
	float:left;
	height:100%;
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: 11px;
}


/*-----COLONNA SINISTRA-----*/
div#sx{
	width: 195px;
	//width: 200px;
	padding-right: 18px;
	//padding-right:15px;
	//padding-left: 5px;
	//margin-right:0px;
	//margin-left:2px;
	//margin-top:14px;
	height:100%;
}

#ct{
	width:194px;
	//width: 180px;
	//margin-top: -15px;
}

div#sx h3{
	display: block;
	margin:0px 0px 1px 0px;
	padding:4px 0px 0px 20px;
	border:0px;
	min-height:20px;
	//height: 26px;
	font-size: 10px;
	font-weight: normal;
	/*background-color: #f3f3f5;*/
}

div#sx h3 span{
	height:15px;
	width:15px;
	display:block;
	float:left;
	margin: 0px 10px 0px -15px;
	//margin:0px 2px 0px -10px;

}

div#sx h3 a{
	text-decoration:none;
	color:black;
}


#tit_clienti{
margin-top:15px;
//margin-top:20px;
width: 209px;
//width:194px;
}
.pinklink{
	display: block;
	border:0px;
	padding:5px 0px 0px 0px;
	text-align: right;
	color:  #e089ac;
	font-weight:bold;
	height:18px;
	text-decoration:none;
	float:right;
}

/*-----COLONNA CENTRALE-----*/
div#centrale{
	width: 209px;
	padding-right:17px;
	font-size:11px;
	height:100%;
}

div#centrale img{
	border: 0px;
}

div#realizzazioni{
	width: 100%;
	height:254px;
	//height:240px;
	padding:0px;
	margin: 0px 0px 0px 5px;
// margin-left:0px;
}

.element{
	display:block;
	height:35px;
	width:35px;
	border:1px solid silver;
	float:left;
	margin:5px 5px 5px 5px;
	//margin-right:3px;
}

/*-----COLONNA DESTRA	-----*/
div#dx{
	width: 254px;	
	height: 100%;
}

#news{
	/*height: 330px;	*/
}
.singula{
	padding:10px;
	height:69px;
	/*background-color: #f3f3f5;*/
	margin-bottom:1px;
}

.singula img{
	width:60px;
	height: 60px;
	float: left;
	margin-right:5px;
}

.singula p{
	margin:0px 0px 0px 0px;
	padding:0px;
	display:block;
}

#cert{
	float:right;
	margin:5px;
}

#tc{
	margin-top: 23px;
	//margin-top:18px;
}

/* FOOTER*/

div#footer{
	font-size:12px;
	font-family: Arial, sans-serif;
}

div#footer a{
	color:  #e089ac;
	
}


/*colori*/
.nero{background-color:black;}
.rosso{background-color: red;}
.verde{background-color: green;}
.giallo{background-color: yellow;}


/*classi*/
.clear{
display: block;
	padding:0;
	margin:0;
	border:0;
	clear:both;
	height:0px;
}

.aligneftt{
	text-align: left;
}

.linea{
	border-bottom: 1px solid #e089ac;
	width:100%;
	display:block;
	height:1px;
	clear:both;
}

.grassetto{font-weight:bold;}
