/*-------------------------------------------------------------------------*/
/* STILI GENERALI ---------------------------------------------------------*/
/*-------------------------------------------------------------------------*/

html, body {
  font-family: OpenSans, sans-serif;
  font-size:14px;
  background-color:#eee; 
}

a {
  color: #005faa;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h1 {
  margin:0px;
  font-family:OpenSansLight,sans-serif;
  font-size:30px;
  padding-bottom:20px;
  color:#333;
}

acronym, abbr {
  border-bottom:1px dotted #ccc;
  cursor: help;
}

.clear {
  clear:both;
}

p {
  margin: 4px 0 2px 0;
}

ul {
  list-style-type:square;
}

ul li {
  margin-left:20px;
}

#pagina {
  position:absolute;
  left:50%;
  top:50px;
  margin:0 0 0 -480px;
  height:400px;
  width:960px;
}

#stemma {
  float:left;
  width:300px;
  height:400px;
  text-align:center;
}

#stemma p {
  text-align:center;
  text-transform:uppercase;
  font-family:OpenSans, sans-serif;
  font-weight:bold;
  font-size:20px;
  color:#333;
}

#errore404 {
  float:right;
  padding-left:19px;
  width:640px;
  height:350px;
  background-color:#eee;
  border-left:1px solid #333;
}

#line {
  position:absolute;
  background-color:#333;
  top:200px;
  width:50%;
  height:1px;
  z-index:-100;
}













































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
