@charset "utf-8";


html{
	font-size: 100%;
}
body{
	text-align: center;
	font: 1.1em/1.3 sans-serif;
}

h1{
	font-size: 3em;
	font-weight: normal;
	line-height: 1;
	margin: 1em 0 0;
}
p{
	margin-top: 0;
	margin-bottom: 1.3em;
}
.in-evidenza{
	font-size: 1.3em;
	margin-bottom: 2.3em;
}
.separatore{
	display: none;
}

#messaggio-informativo{
/*	margin: auto;
	width: 28em;*/
}
.browsers{
	margin: 3em 0;
	text-align: left;
	display: inline-block;
	*display: inline;
  zoom: 1;
}
.browser{
	padding-left: 50px;
	background: no-repeat left center;
}
.browser-ie{
	background-image: url(browser-ie.png);
}
.browser-chrome{
	background-image: url(browser-chrome.png);
}
.browser-mozila{
	background-image: url(browser-mozila.png);
}
.browsers strong{
	font-weight: normal;
	font-style: italic;
}
.download{
	display: block;
	width: 293px;
	height: 53px;
	line-height: 53px;
	margin: auto auto .5em;
	
	font-weight: bold;
	text-decoration: none;
	color: white;
	
	background: url(browser-download.png) no-repeat;
	outline: none;
}
.download:hover,
.download:focus{
	color: #e7e7e7;
}

#post-download,
.scaricato #messaggio-informativo{
	display: none;
}
.scaricato #post-download{
	display: block;
}