header#header{
  min-height: 72px;
  width: 100%;
  background-color: #fff;
  float: left;
}

header#header h1, header#header h2, header#header h3 {
  display: block;
  color: #000 !important;
  text-align: center;
  margin: 4px;
}
header#header h1 {
  font-size: 30px !important;
  margin: 0 0 4px;
  text-transform: capitalize;
}

header#header h2 {
  font-size: 24px !important;
}

header#header h2 span {
  font-size: 12px !important;
  font-weight: normal;
  font-style: italic;
}

header#header h2 strong {
  font-size: 14px !important;
  margin-left: 4px;
}

header#header h3 {
  font-size: 16px !important;
  color: #cfb;
}

header#header nav ul#accesso {
/*  float: right;
  margin: 0;*/
}

header#header nav ul#accesso li{
  margin-right: 4px;
  float: right;
  list-style-position: inside;
  text-align: right;
  z-index: 50;
}

header#header nav ul#accesso.iscrittoClass {
/*  top: -80px;*/
}

header#header nav ul#accesso.adminClass {
 /* top: -60px;*/
}

header#header p strong {
  color: #000;
}