
/* regole per il titolo delle news */
#page h3.news .boxRight {float:right; width:100px; position:relative; text-align:right;}
#page h3.news {background:none;}

/* regole per il titolo principale della pagina */
#page h3.titlePage .boxRight {float:right; width:33px; position:relative;}
	#page h3.titlePage .boxRight .sx {position:absolute; bottom:0px; left:0px;}
	#page h3.titlePage .boxRight .dx {position:absolute; bottom:0px; right:0px;}
	
#page h3.titlePage .boxLeft .marginTitolazione {
	margin:0px;
	background-color:#012a4a;
	width:200px;
	color:#fff;
	padding-left:10px;
}



#page .box .contentBox {margin-bottom:15px;}
#page p {margin-top:10px;}
#page strong {color:#002D53; font-weight:normal;}


