@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	background-image: url(../_img/bkg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #034EA1;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.footer {
	margin: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 14px;
}

.contenitore {
	width: 960px;
	/*height: 650px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-480px;
	margin-top:-325px;*/
	margin:auto;
}
.menu {
	background-image: url(../_img/bkg_menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 70px;
	border: 1px solid #FFFFFF;
	margin: 10px;
}
.menu_logo {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
}
.menu_voci {
	float: right;
	padding-top: 30px;
	text-align: right;
	font-size: 11px;
	color: #666666;
}
.menu_voci a {
	padding-right: 10px;
	padding-left: 10px;
}
.sottomenu {
	width: 300px;
	background-image: url(../_img/bkg_submenu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 10px;
}
.sottomenu p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(../_img/bkg_arw.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.banner_index {
	border: 1px solid #FFFFFF;
	text-align: center;
	margin: 10px;
}
.contenitore_txt {
	font-size: 12px;
	width: 600px;
	margin: 10px;
	text-align: left;
}
.txt {
	font-size: 11px;
}
.contenitore_spot {
	text-align: center;
	margin: 10px;
}
.spot {
	height: 170px;
	width: 298px;
	border: 1px solid #FFFFFF;
	text-align: left;
}
.spot_x2 {
	height: 170px;
	width: 618px;
	border: 1px solid #FFFFFF;
	text-align: left;
}
.spot_titolo {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../_img/bkg_arw.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: right;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	font-size: 11px;
}
.spot_img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.spot_contenuti {
	padding: 10px;
	font-size: 11px;
	color: #666666;
}
.spot_contenuti2 {
	font-size: 11px;
	color: #666666;
	width: 119px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.spot_continua {
	font-size: 10px;
	font-style: italic;
	color: #666666;
	text-align: right;
	padding-top: 5px;
}
.grigio_01 {
	background-color: #c0c0c0;
}
.grigio_02 {
	background-color: #c7c7c7;
}
.grigio_03 {
	background-color: #d6d6d6;
}
.grigio_04 {
	background-color: #e2e2e2;
}
.blu {
	color: #034EA1;
}
.left {
	float: left;
}
.right {
	float: right;
}
.border {
	border: 1px solid #FFFFFF;
}
.pagine {
	padding: 10px;
	font-size: 10px;
	font-weight: bold;
}

