body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:5px 0;
	background:#FFFFFF url(../immagini/sfondi/sfondoPagine.png) center center no-repeat fixed;
}
/* allineamento/larghezza verticale */
#Centrato {
	width: 978px; /* larghezza leyout */
	margin:auto; /* centrale */
	background: url(../immagini/sfondi/B_70.png) repeat;
}

/* fine allineamento verticale */
/* Intestazione */
#Intestazione {
	width:100%;
	float:left; /* così prende altezza in automatico */
	padding:10px 0;
}
/* LOGO */
#LOGO, #LOGO a, #LOGO h1{
	display:block;
    background: url(../immagini/logo_722x97.png) center top no-repeat;
    width:722px;
    height:100px;
	float:left;
	margin:0;
	padding:0;
}
#LOGO a, #LOGO h1{
    background: none; /* serve ad evitare che i png si sovrappongono eliminando l'effetto trasparenza */
}
#LOGO span{
	display: none;
}
/* FINE LOGO */
/* Fine Intestazione */
/* BOX menu orizzontale */
#BOXmenuO {
	width:100%; /* larghezza acquisita dal layout */
	float:left; /* così prende altzza in automatico */
}
/* tools */
.spacer {
	width:100%;
	clear:both;
}
/* Pdp */
#PDP {
	font-size:12px;
}
/* spazio contenuti */
#Contenuti {
	float:left;
	padding:5px;
	margin:0;
/*	background: #CCCCCC;*/
}
#COL-1 {
	float: right;
	width: 208px;
	margin-left:10px;
}
#COL-2 {
	float: left;
	width: 750px;
}
.Box_01 {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border: 1px solid #AAAAAA;
padding:10px;
}
.CampiInputTXT {
    background: url(../immagini/sfondi/s_inputTxT.png) no-repeat scroll 0 0 transparent;
	padding:0 3px;
	color:#FFFFFF;
	font-size:12px;
	border:none;
    height: 22px;
    width: 145px;
}
.CampiAreaTXT {
    background: url(../immagini/sfondi/s_areaTXT400x300_N40.png) no-repeat scroll 0 0 transparent;
	padding:3px;
	color:#FFFFFF;
	font-size:12px;
    border:none;
	height:300px;
    width:400px;
}
.BoxArgomenti {
margin:0 0 5px 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-color:
}
.titolo {
	color:#000000;
	border:1px solid #AAA;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#666666;
	padding:5px;
}
.web {
	color:#000000;
	border:1px solid #FF0000;
}
.grafica {
	color:#000000;
	border:1px solid #FFFF00;

}
.consulenze {
	color:#000000;
	border:1px solid #0000FF;

}

.data {
	font-size: 12px;
	font-style: normal;
	text-align:right;	
}

/** Settaggio TABS feed **/
.testoFeed {
	font-size: 14px;
	font-style: normal;
	padding:10px 20px;
	background-color: #E2E2E2  ;
}
.testoFeed a {
	text-decoration:none;
}
.testoFeed a:hover {
	filter: alpha(opacity=85);
	opacity: .85;
}
.testoFeed span {
	display:none;
}
.testoFeed img {
	border:#666666 2px solid;
	padding:2px;
	margin:5px 5px 0 0;
}
.ruoloFeed {
	font-size: 12px;
	font-style: italic;
}
/** fine Settaggio TABS feed **/







/*
.testo_pdp {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #333333;
	width: 780px;
}
.testo a{
	text-decoration:none;
	font-weight:bold;
}
.testo a:link,
.testo a:visited{
        color: #fff;
        text-decoration:none;
        font-weight:bold;
}
.testo a:hover,
.testo a:focus,
.testo a:active {
        color: #f5c421;
        text-decoration: none;
        font-weight:bold;
}



