/* CSS Document */body{	margin: 0px;}#pagina_header{	width: 100%;	height: 85px;		margin-top: 0px;	position: relative;			border-bottom: 1px;	border-bottom-color: #CCCCCC;	border-bottom-style: solid;}#logo_header{	position: absolute;	left: 4px;	top: 4px;	width: 320px;	height: auto;}#testo_header{	position: absolute;	left: 330px;	top: 20px;	width: auto;	height: auto;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;}#menu_header{	position: absolute;	top: 23px;	right: 15px;	width: auto;	height: auto;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	text-align: right;	line-height: 18px;}
