* { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
   box-sizing: border-box; 
}

html, body {
   height: 100%;}
 

table {
  font-size: 14px;
}

div#container {
	height: auto !important;
	min-height: 100%;
	position: relative;
    margin: 0 auto -70px; 
	font: 9px sans-serif, verdana, thaoma, georgia; }

#container.inner_nomob {
	width:800px; }
  
#container.inner_mob {
	width:360px; }
	
div#header {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background: rgba(57, 175, 247, 0.95);
  border-bottom: 1px solid #558000;
  z-index: 999; 
}

img { 
	display: block; max-width: 99%; height: auto; margin: 0 auto; }

a { text-decoration: none; } /* toglie la sottolineatura */
a:link { color: #0000FF; } /* link da visitare */
a:active { color: #FF0000; } /* link attivo */
a:visited { color: #0000FF; } /* link visitato */
a:hover { color: #FF0000; text-decoration: underline} /* link al passaggio del mouse */

div#contenuti_nomob {
	width: 450px;
	margin: 0 auto;
	font-size: 9 px;  }

div#contenuti_mob {
	width: 360px;
	margin: 0 auto; }

div#elenco {
	left: 50%;
	line-height: 20px;}

elenco.h1 { 
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

elenco.h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

elenco.h3 { 
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

elenco.h4 { 
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

#pulsante, a[href*="javascript: document"]:link, a[href*="javascript: document"]:visited, a[href="index.php"]:link, a[href="index.php"]:visited {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px sans-serif, verdana, thaoma, georgia;
	color: #fff;
	padding: 0px 0px;
	border: solid 1px #0076a3;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	background: -ms-linear-gradient(top,  #00adee,  #0078a5);
	background: -o-linear-gradient(top,  #00adee,  #0078a5);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5)}

#pulsante:hover, a[href*="javascript: document"]:hover, a[href="index.php"]:hover {
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -webkit-linear-gradient(top,  #0078a5,  #00adee);
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	background: -ms-linear-gradient(top,  #0078a5,  #00adee);
	background: -o-linear-gradient(top,  #0078a5,  #00adee);
	background: linear-gradient(top,  #0078a5,  #00adee); }

#pulsante:active, a[href*="javascript: document"]:active, a[href="index.php"]:active {
	position: relative;
	top: 1px;}

#buttoncontainer {
	line-height: 9px;
	display: block;
	margin: 0 auto;
	width: 320px;
	text-align: center; }

div#footer {
  padding: 0px 0px;
  text-align: center;
  background: rgba(57, 175, 247, 0.95);
  height: 70px;
  line-height: 40px;
  color: #FFF;
  font-size: 12px;
  z-index: 9999; 
  position: relative;}
