@charset "utf-8";
/* CSS Document */
#banner{
  background-color: #21245F;
  bottom: 0;
  height: 100px;
  left: 0;
  margin: 0;
  position: fixed !important;
  width: 100%;
  z-index: 99999;
  display:none;
}

.nascondi{
  font-size: 0.8em;
  font-weight: normal;
  color: #FFFFFF;  
  position: absolute; 
  top: 0%; 
  right: 5%; 
  cursor: pointer;  
}

.apri{ 
  position: absolute; 
  bottom: 0%; 
  right: 5%; 
  cursor: pointer; 
  border-top: 2px solid #F60;
  border-right: 2px solid #F60; 
  border-left: 2px solid #F60; 
  width:200px; 
  background:#EDEDED;
  -moz-border-radius: 10px 10px 0 0px;
  -webkit-border-radius: 10px 10px 0 0px;
  border-radius: 10px 10px 0 0px;
  height: 30px;
  display: none;
}

.open{ margin: 20px 0px 0px 50px;}

#testo{
  margin: 0 auto;
  padding: 35px 35px 35px 35px;
  font-size: 0.8em;
  font-weight: normal;
  color: #FFFFFF; 
}
