/* --- LAYOUT --- */
.container {
	width: 851px;
	margin: 30px auto;
}

.page {
	width: 851px;
	overflow: hidden;
}

.main_home {
	width: 851px;
}

/* --- TIPOGRAFIA --- */
a {
	color: #808080;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #ebebeb;
}

a.scuro {
	color: #464b4b;
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
}

/* ---- HOMEPAGE ---- */
.header {
	width: 851px;
	height: 118px;
}

.flash_home {
	width: 852px;
}

.fondo_menu_home {
	width: 851px;
	height: 140px;
	vertical-align: top;
	background: black;	
	padding-left: 15px;
	padding-top: 15px;
}

.menu_home {
	width: 400px;
}

.menu_home table tr td {
	line-height: 14px;
}

.footer_home {
	width: 851px;
	height: 61px;
	background-image: url(images/footer_home.jpg);
	background-repeat: no-repeat;
	font-size: 9px;
	color: #828d8d;
	padding-left: 18px;
	padding-top: 40px;
	clear: both;
}

.footer_home2 {
	height: 35px;
	background-image: url(images/footer_interno.jpg);
	background-repeat: no-repeat;
	font-size: 9px;
	color: #828d8d;
	padding-left: 18px;
	padding-top: 10px;
	clear: both;
}


/* --- GENERICHE --- */
html,body {
	margin: 0;
	padding: 0;
}

body {
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
	font: 12px Myriad, sans-serif;
	color: #666666;
	line-height: 20px;
	background-color: #17212b;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

input {
	font: 12px arial, sans-serif;
	color: #333333;	
	background-color: #ffffff;
}

.clear {
	clear: both;
}

a img {
	border: 0;
}

/* @group NEWS HOME */

.newshome {
	color: #f0f0f0;
}

.lingua {
	color: #f0f0f0;
}

/* @end */



