P,TD, A, TEXTAREA, TH {
  font: 10pt arial;
  color: #3e4237;

}
.testo{
  color: #3e4237;
  font-family: arial;
  font-size: 9pt;
  text-align: justify; 
}

.testo_index{
  color: #3e4237;
  font-family: arial;
  font-size: 10pt;
  text-align: center; 
}
INPUT, SELECT {
  font: 9pt arial;
  color: #3e4237;
 
}

.didascalia{
  color: #3e4237;
  text-decoration: none;
  font-family: arial;
  font-size: 8pt;
  font-weight: bold;  
  line-height : 16px;
  text-align: center; 
}

.hotel_body{
  background-color: #d2cab3;
  text-align: center;
  margin: 0px;
 
}

.hotel_header{
  background-color: #d2cab3;
  width:100%;  /* to set header align 100% --> center or 750 --> align right */
  color: #3e4237;
  line-height: 14px;
  font-size: 9pt;
  padding:2px;
  text-align:center;
  
}
.hotel_footer{
    width:100%;  /* to set header align 100% --> center or 750 --> align right */
      text-align:center;
}
.hotel_content{
  background-color: #ffffff;
  padding:6px;

}
.hotel_table_bkg{
  background-color: #484747;
 }
 
 .hotel_table_bkg_banner{
  background-image: url(images/local/sf-banner.gif);
  background-repeat: repeat-x;
}