html,
body{
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}
body{
  box-sizing:border-box;
  max-width:1080px;
  margin:0 auto;
  padding:50px;
  font:700 22px "Times New Roman", serif;
  background:#fc9 url("/000-imgs/back_home.jpg");
}
body[class]{ padding:10px 20px; }
body[class] #menu{ margin-bottom:0; text-align:center; border:0; }


h1{
  margin:20px 0;
  font-size:96px;
}
.cb{ clear:both; }


#menu{
  margin:0 -10px 40px;
  padding:0 10px;
  border-bottom:1px solid #000;
}
#menu a{
  display:inline-block;
  padding:10px 40px;
  color:#00f;
  font-size:37px;
}
a[href]:link,
a[href]:visited{
  color:#06f;
}
a[href]:hover,
a[href]:active{
  color:#06f;
}



#contents{
  line-height:1;
}
#contents br{
  margin-bottom:5px;
}

.riquadro{
  position:relative;
  height:auto;
  min-height:70px;
  margin-bottom:10px;
  padding:10px 20% 10px 20px;
  border:1px solid #000;
}
.pdf_link{
  display:block;
  position:absolute;
  right:0;
  top:0;
  width:20%;
  height:100%;
  background:#f90;
  color:#900!important;
  color:rgba(0,0,0,.5)!important;
  border-left:1px solid #000;
  font:700 15px sans-serif;
  text-align:center;
  text-decoration:none;
}
.pdf_link:hover{ color:#000!important; background:#ff0; }
.pdf_link:before{
  content:url("/000-imgs/PDF-icon.png");
  display:block;
}

.home_img{
  float:right;
  margin:0 0 20px 20px;
  box-shadow:#000 0 0 0 2px inset;
}

.home_sign{
  text-align:center;
  font-style:italic;
  font-weight:100;
}



.libri_img{
  float:left;
  margin:0 20px 20px 0;
}

