@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "CenturyGothic";
	src: url("CenturyGothic.eot");
	src: url("CenturyGothic.woff") format("woff"),
		url("CenturyGothic.ttf") format("truetype"),
		url("CenturyGothic.svg#bebas_neueregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

body { 
  margin: 0;
  font-family: "CenturyGothic", Arial;
}

.header {
  overflow: hidden;
  background-color: #2D5FAA;
  padding: 20px 10px;
}

.header a {
  float: left;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
  color: white;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}


#mi{
	height: 100px;
	width: 500px;
}

.contenuti{
	width: 80%;
	position: absolute;
	top: 60%;
	left: 198px;
	margin-top: -25px;
	margin-left: -50px;
	text-align: center;
	line-height: 150px;
	font-family: "CenturyGothic", Arial;
	font-size: 25px;
	
}

.contenuti table{
	
	width: 100%;
	border: #000000;
	
}

.tabella td{
	width: 33%;
	text-align: center;
	line-height: 100px;
	
}

.form{
	
	background-color: #E1E1E1;
	width: 100%;
	position: absolute;
	top: 40%;
	margin-top: -190px;
	line-height: 40px;
	font-size: 20px;
	
}

.form table{
	width: 50%;
}

.form select{
	width: 50%;
}

.form .settaggiocentrato{
	width: 250px;
    height: 30px;
    border: 0px solid;
	text-align: center;
}

.form .settaggiosinistra{
	width: 250px;
    height: 30px;
    border: 0px solid;
	text-align: left;
}

table.centrata { 
	margin-left:auto;
	margin-right:auto; 
}