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

div {
	border: 0px #FFFFFF  solid;
}

body {
	margin      : 0px;
	padding     : 0px;
	background  : #000000;
	font-family : Arial, Helvetica, sans-serif;
}

/******************* FabClearing ********************/
/**/                                              /**/
/**/		.cleared:after {                      /**/
/**/			display	   : block;               /**/
/**/			visibility : hidden;              /**/
/**/			content	   : ".";                 /**/
/**/			height	   : 0;                   /**/
/**/			clear      : both;                /**/
/**/		}                                     /**/
/**/		                                      /**/
/**/		.cleared {                            /**/
/**/			clear  : both; /* per Gecko */    /**/
/**/			height : 1%; /* per IE */         /**/
/**/		}                                     /**/
/**/										      /**/
/****************************************************/


/*SCHELETRO INIZIO*/
	.main_cont, header, flash, footer {
		width : 100%;
	}
	
	.header {
		min-height : 100px;
		background:url(../img/sfondo_header.png);
		background-repeat:repeat-x;
	}
	
	.flash {
		height : 685px;
	}
	
	.footer {
		height : 150px ;
		background:url(../img/sfondo_footer.png);
		background-repeat:repeat-x;
	}
	
	#contenuti {
		width:100%; 
		min-height:500px;
		background:url(../img/sfondo_entra.gif); 
		border:0px #FFFFFF solid;
	}
/*SCHELETRO FINE*/

/*STILE INIZIO*/
	.allinea_dx {
		text-align : right;
	}
	
	.allinea_sx {
		text-align : left;
	}
	
	.centra {
		text-align : center;
	}
	
	.giustifica {
		text-align : justify;
	}
	
	.nomi_pulsanti_alti {
		font-size:13px;
		color:#FFFFFF;
	}
	
	.nomi_pulsanti_alti a,
	.nomi_pulsanti_alti a:link,
	.nomi_pulsanti_alti a:visited,
	.nomi_pulsanti_alti a:hover,
	.nomi_pulsanti_alti a:focus,
	.nomi_pulsanti_alti a:active {
		text-decoration:none;
		color:#FFFFFF;
	}
/*STILE FINE*/


