/*---------------------------------------- inizio STRUTTURA ----------------------------------------*/
* {margin:0; padding:0;}

body {
	padding:20px;
	font-size:78%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#f8e6ce url(../img/body.jpg) no-repeat top center; /*#f4e1c7*/
	color:#c8bba1;
	text-align:center;}
	
#alert {
	width:950px;
	margin:0 auto;}

#pagina {
	width:950px;
	margin:0 auto;
	border:3px solid #fff9f2;
	}

#top {
	width:100%;
	height:320px;
	background-color:#000;}
	
#center {
	width:100%;
	height:320px;
	background:#000 url(../img/sfondo-index.gif) repeat top left;}
	
#menu-lingue {
	width:100%;	
	text-align:center;}	

#bottom {
	width:950px;
	margin:0 auto;
	padding-top:10px;}
/*---------------------------------------- fine STRUTTURA ----------------------------------------*/



/*---------------------------------------- inizio CLASSI ----------------------------------------*/
h1 {font-weight:lighter; font-size:2em; font-family:Georgia, Times New Roman, Times, serif; color:#ddc683;}
h2 {font-size:1.6em; font-family:Georgia, Times New Roman, Times, serif; color:#c8bba1;}
h3 {font-size:1.3em; font-family:Georgia, Times New Roman, Times, serif; color:#ddc683;}
p {font-size:1em;  line-height:1.6em; color:#c8bba1;}
ul {list-style-position:inside; list-style-type:square;}
li {padding-bottom:6px; font-size:1em;}
img {border:none; margin:0;}
a {color:#fff; font-weight:bold; text-decoration:none;}
a:hover {text-decoration:underline;}

.nascosto {display:none;}
.grassetto {font-weight:bold;}
.corsivo {font-style:italic;}
.float-sx {float:left;}
.nofloat {clear:both;}
.img-dx {float:right; margin:5px;}
.fine-paragrafo {margin-bottom:20px;}
.testo-piccolo {font-size:0.9em; line-height:1.3em;}
.linea {border-top:1px solid #f9e9e4; margin-bottom:5px;}
.linea2 {border-top:1px solid #f9e9e4; margin-top:-5px; margin-bottom:5px;}
.lista-link {color:#b55e47;}
.nomargin {margin:0; padding:0;}
/*---------------------------------------- fine CLASSI ----------------------------------------*/



/*---------------------------------------- inizio MENU LINGUE ----------------------------------------*/
#menu-lingue ul {list-style-type:none; padding-top:30px;}
#menu-lingue li {display:inline; padding:0; padding-right:10px;}
#menu-lingue a {}
#menu-lingue img {width:16px; height:11px;}
/*---------------------------------------- fine MENU LINGUE ----------------------------------------*/



/*---------------------------------------- inizio BOTTOM ----------------------------------------*/
#bottom p {
	margin:0;
	font-size:12px;
	font-family: Courier New, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:1.3em;
	color:#81786c;}
#bottom a {font-weight:normal; color:#e2644b; font-family: Courier New, Verdana, Arial, Helvetica, sans-serif;}
/*---------------------------------------- fine BOTTOM ----------------------------------------*/

#alert {
	margin-bottom:10px;
	padding:10px 0;
	background-color:#e8ceaa;}
#alert p {
	font-size:20px;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#857662;}
#alert a {
	font-size:20px;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#857662;}
#alert a:hover {text-decoration:none; color:#ffedd4;}
