div.headerSezioni {
	border: 0px solid blue;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear:both;
}
div.headerSezioni img{
	border: 0px solid red;
	padding: 0 0 0 0;
	margin: 0 2px 0 0;/* IE */
	float:left;
	display:inline;
}

div.boxInfo {
	float:left;
	border: 0px solid red;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
div.rettangoloArancione{
	width: 377px;/* IE */
	height: 20px;
	background-color: #FF9900;/*anaranjado*/
	float:left;
	margin: 0 0 0 0;
	border-top: 2px solid white;
	border-right: 2px solid white;
	padding: 0 0 0 0;
}

/*div.rettangoloVerde{	
}*/

div.testoInfo {
	font-size: 12px;/*Antes 11*/
	width:550px;	
	padding-top:25px;
	clear:both;
}
div.testoInfo strong {
	font-weight: bold;
	color: #336699;
}
div.testoInfo b {
	font-weight: bold;
	color: #336699;
}
span.boldGrigio{
	color:#666;
}
span.boldArnacione{
	color:#FF6600;
}
/*PARA LINKS DENTRO DE LOS TEXTOS*/
div.testoInfo A {
	color: #336699;
  	text-decoration: none;
}
div.testoInfo A:hover {
	color: #003366;
  	text-decoration: none;
}
span.titTestoInfo {
	color: #336699;
	font-size: 15px;
	font-weight: bold;
}
span.titTestoInfo A {
	color: #336699;
	text-decoration: none;
}	
span.titTestoInfo A:hover {
	color: #003366;
	text-decoration: none;
}
a.subtitInfo {
	font-size: 12px;/*Antes 11*/
	color: #336699;
	text-decoration: none;
}
a.subtitInfo:hover {
	color: #003366;
	text-decoration: none;
}
a.subtitInfo:hover strong {
	color: #003366;	
	font-weight: bold;	
	text-decoration: none;
}

/* FORM JOBS*/

div.tableForm {
}
div.tableForm td {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	border: 0px solid red;
}
div.tableForm td img{
	border: 0px;
}
/* PRESS */
span.pressTitolo {
	color: #336699;
	font-size: 15px;
	font-weight: bold;
}
span.pressData {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
span.pressSottotitolo {
	color: #336699;
	font-size: 13px;
	font-style: italic;
}
span.pressInfo {
	color: #333;
}
/* SITEMAP */
 ul.lista {
	list-style-image: url(images/freccina-sitemap.gif);
	/*list-style-type: circle*/
}
/* RISULTATI RICERCA CASE - ETICHETTE*/

table.datiTabella  {
	width: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}
table.datiTabella tr {
}
table.datiTabella th {
	font-family: Verdana, Arial, "San-Serif";	
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #CDEBFF;
}
table.datiTabella td {
	background-color: #F5F5F5;
}