@charset "utf-8";
/*   BODY   */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(images/fondo.jpg) repeat scroll top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #000000;
}

.clear { width:100%; font-size: 1px; line-height: 1px; height:1px; clear:both; }

p { font: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 11px; line-height: 13px; font-style: normal; font-weight: normal; }
.titolo_news { font: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 10px; line-height: 13px; font-style: normal; font-weight:bold; }
.menu_nodo3{ font: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-size: 10px; font-style: normal; font-weight:bold; text-decoration:none}
.data_news { font: Verdana, Arial, Helvetica, sans-serif; color: #f5f322; font-size: 11px; line-height: 11px; font-style: normal; font-weight:normal; }
.h1 { font: Verdana, Geneva, Aril, Helvetiva, sans-serf; color: #ffffff; font-size: 18px; line-height: 20px; font-style: normal; font-weight:bold; }

a.chiaro:link { color:#999999; text-decoration:none; style:bold; }
a.chiaro:visited  { color:#999999; text-decoration:none; style:bold; }
a.chiaro:hover{ color:#FFFFFF; text-decoration:none; }

#container {
	margin:0 auto;
	padding: 0;
	width: 1000px;
	height: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: transparent url(Images/sfondo_mpa.png) no-repeat top left;*/
	/*margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
	vertical-align:top;	
}


#header {
	padding: 0 20px 0 20px;
	background: transparent url(images/alto.jpg) repeat scroll top left;
	height: 90px;
	margin:0 auto;
}

#alto_sx {
	width:300px;
	height:21px;
	margin-top:10px;
	float:right;
	text-align:right;
}

#header h1.logo a {
	text-indent:-900em;
	text-decoration:none;
	background: url(images/logo.png) no-repeat;
	width: 100px;
	height: 90px;
	display:block;
}
#menu_dx {

	width: 100px;
	height: 30px;
	margin-right:60px;
}

#nav {
	width: 999px;
	padding-left:2em;
	height: 2.4em;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;

}
#navigation ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navigation li
{
float: left;
margin: 0 0.0em;
width:auto
}

#navigation li a
{
/*background: url(background.gif) #fff bottom left repeat-x;*/
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
color: #cccccc;
font-size: 11px;
text-decoration: none;
text-align: center;
font-weight:600;
}
#navigation a:link, #navigation a:visited {
	display: block;
	color: #000000;
	margin:0.0em 0;
	padding: 0.2em 0.6em;
	text-decoration: none;
	border: none;
}
#navigation a:hover, #navigation a:focus, #navigation a:active {
	color: #000;
	background-color: #ffff00;
}

#navigation li a.current, #navigation li a.current:hover {
	color: #000;
	background-color: #eee;
}




/* centro */
#cento {
	padding: 0 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*position: absolute;*/
	margin-top: 40px;
	line-height:normal;
	top: 365px;
	width:735px;
	margin-bottom:80px;
}
#testo_home {
	/*position: absolute;*/
	margin-left: 30px;
	line-height: normal;
	width:700px;
	height:160px;
	margin-bottom:40px;
	vertical-align:top;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#tit_home {
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*position: absolute;*/
	background: url(images/tools.png) no-repeat;
	line-height: normal;
	width:400px;
	height:40px;
	margin-left:29px;
	margin-top:10px;
	vertical-align:top;
}

#news {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*position: absolute;*/
	/*background: url(images/news.png) no-repeat;*/
	line-height: normal;
	width:248px;
	height:208px;
	vertical-align:top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 9px;
	height:40px;
	vertical-align:bottom;
	text-align:center;
	position:relative;
	width: 960px;
	color:#999999;
}

