P,TD, A, TEXTAREA, TH {
  font: 10pt Arial;
  color: #2e3037;
}

.testo{
  color: #2e3037;
  font-family: Arial;
  font-size: 9pt;
  text-align: justify; 
}

INPUT, SELECT {
  font: 9pt verdana;
  color: #2e3037;
  text-align: center;
}

.testo_index{
  color: #2e3037;
  font-family: Verdana;
  font-size: 8pt;
  text-align: justify; 
}


.didascalia{
  color: #2e3037;
  text-decoration: none;
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;  
  line-height : 5px;
  text-align: center; 
}

.hotel_body{ /* classe che mi serve per lo sfondo di tutto il sito*/
  /*background-image: url(images/local/sfondo.jpg);*/
  background-repeat: repeat;
  background-color: #eae5da;
  text-align: center;
  margin: 0px;
}

.hotel_header{ 
  background-color: #eae5da;
  width:100%;
  color: #2e3037;
  line-height: 18px;
  font-size: 10pt;
  padding:0px;
  text-align:center;
}

.hotel_footer{
  background-image: url(images/local/barra-sotto.jpg);
  width:750px;
  padding:0px;
}

.hotel_content{
  background-color: #ffffff;
  padding:10px;
}

.hotel_table_bkg{
  background-image: url(images/local/sf-bar.gif);
  background-repeat: repeat-x;
  text-align: center;
 }
 
.hotel_table_bkg_barra_sotto{
  background-image: url(images/local/sf-barra.gif);
  background-repeat: repeat-x;
}