@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,700italic,400italic); /**font-family: 'Droid Serif', serif;*/

@page {size: 297mm 210mm; margin: 30mm;}


html,body{
	width:100%;
	margin:0;
	text-align:center;
	background:#FFF;

}

a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

#contenitore {
	width:1000px;
	/*margin-top:10px;*/
	/*text-align: center;*/
 	position: absolute;
	left: 50%;
	margin-left: -500px;
	z-index:-1;
}
#contenitore2 {
	width:1000px;
	/*margin-top:10px;*/
	/*text-align: center;*/
 	position: absolute;
	left: 50%;
	margin-left: -500px;
	z-index:-1;
	text-align:left;
}
.bianco {
	color:#FFF;
	font-weight:700;
}

#riga {
	width:100%;
	/*position:fixed;*/
	background-color:#FFF;
	margin-top:-15px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	text-align:center;
}

#titolo {
	width:100%;;
	float:left;
	white-space:10px;
	letter-spacing:5px;
	/*font-family:"Times New Roman", Times, serif;*/
	font-family: 'Droid Serif', serif;
	font-size:50px;
	font-weight:700;
	padding-top:20px;
	float:left;
	color:#006;
	text-transform:uppercase;
	text-align:center;
	
}
#centra {
	width:500px;
    margin:0 auto;
}
#menu {
	float:left;
	margin:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#menu a:hover {
	text-decoration:underline overline;
}

table {
	margin-top:60px;
	/*border-left:#000 1px solid;*/
}

li a:link {
	text-decoration:underline;
}

li a:hover {
	text-decoration:none;
	color:#F00;
}