@charset "UTF-8";
/* CSS Document */

HTML,
BODY {
	 width: 100%;
	 /* height: 100%; */
	 font-family: arial, verdana, helvetica;
	 font-size: 10px;
	 color: #777777;
	 background-color: #FFFFFF;
	 margin: 0px;
}

A:link, A:visited, A:active     { text-decoration:none; color:#000;}
A:hover      					{ text-decoration:underline;}


#container {

	width: 				100%;
	height: 			100%; 
	text-align: 		center;
	background: url('/img/bg_1.gif') repeat-x;
  	background-position: top center;
  	/* background-color: 	#D9D9D9; */  
  	padding: 0px;
  	margin: 0px;
  	
}

#content {

	position:			relative;
	left: 				0px;
	top: 				0x;
	width: 				920px;
	margin: 			auto;
	text-align: 		left; 
	/* background-color: 	#e4fe7b; */
}

#footer {

	height:				70px; 
	text-align:			center;
	background-color:	#b9bebf;
	color:				#fff;
	font-size: 12px;

}

#footer A,
#footer A:link,
#footer A:visited,
#footer A:active{color:#fff; font-weight: normal; text-indent:none}
#footer A:hover{color:#fff; font-weight: normal; text-decoration: none;}

h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}

.col40 {
	width: 40px; float: left;
}

.col200 {
	width: 200px; float: left;
}

.col_sx {
	width: 440px;
	float: left;
}

.news_big_s {
	background: #fff url('/img/news_big.jpg');
  	background-position: center top;
  	background-repeat: no-repeat;    
}

.col_rx {
	width: 440px;
	float: left;
}

.cleaner {
	clear: both;
}

.news_big_s h1 {
	font-weight: bold;
	font-size: 32px;
	color: #000;
	line-height: 35px;
	letter-spacing: -1px;
	padding: 10px 20px 0px 20px;
}

.news_big_s .data {
	color: #666;
	font-size: 12px;
	padding: 20px 20px 0px 20px;
}

.news_big_s h2 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	padding: 10px 20px 0px 20px;
}

.news_big_s h3 {
	font-weight: normal;
	font-size: 12px;
	color: #333;
	line-height: 18px; 
	padding: 10px 20px 0px 20px;
}

.news_big_s .img_big {
	padding: 10px 20px 20px 20px;
}

.news_big_s .continua {
	padding: 10px 20px 0px 20px; 
	text-align: right;
	font-size: 10px;
	color: #888; 
	font-weight: bold;
} 

.news_big_s .continua A,
.news_big_s .continua A:link,
.news_big_s .continua A:visited,
.news_big_s .continua A:active{color:#888; font-weight: bold; text-indent:none}
.news_big_s .continua A:hover{color:#888; font-weight: bold; text-decoration: none;}

.etichetta_bold {
	float: left; width: 80px; height: 20px; background-color: #686868;
}

.etichetta_corner_bold {
	background: transparent url('/img/corner_bold.gif');
  	background-position: center center;
  	background-repeat: no-repeat; 
  	height: 20px;
  	width: 12px;    
  	float: left;
}

.etichetta_normal {
	float: left; width: 80px; height: 20px; background-color: #8A8A8A;
}

.etichetta_corner_normal {
	background: transparent url('/img/corner_normal.gif');
  	background-position: center center;
  	background-repeat: no-repeat; 
  	height: 20px;
  	width: 12px;    
  	float: left;
}

.etichetta_tit { color: #fff; padding: 6px 0px 0px 10px; }

.portfolio {
	width: 200px; float: left;
}

.portfolio h1, .company h1 {
	letter-spacing: -1px;
	font-size: 26px;
	color: #000;
	line-height: 28px;
	padding: 20px 0px 0px 0px;
}

.portfolio h2, .company h2 {
	font-size: 12px;
	color: #000;
	line-height: 18px;
	padding: 10px 0px 0px 0px;
}

.portfolio h3, .company h3 {
	font-weight: normal;
	font-size: 12px;
	color: #333;
	line-height: 18px; 
	padding: 10px 0px 0px 0px;
}  

.portfolio .continua, .company .continua {
	padding: 10px 0px 0px 0px; 
	text-align: right;
	font-size: 10px;
	color: #888; 
	font-weight: bold;
} 

.company .continua A,
.company .continua A:link,
.company .continua A:visited,
.company .continua A:active{color:#888; font-weight: bold; text-indent:none}
.company .continua A:hover{color:#888; font-weight: bold; text-decoration: none;}

.portfolio .continua A,
.portfolio .continua A:link,
.portfolio .continua A:visited,
.portfolio .continua A:active{color:#888; font-weight: bold; text-indent:none}
.portfolio .continua A:hover{color:#888; font-weight: bold; text-decoration: none;}

