TD, A, TEXTAREA, TH {
  font: 10pt Arial;
  color: #423d34;
}

.testo{
  color: #423d34;
  font-family: Arial;
  font-size: 10pt;
  text-align: justify; 
}

INPUT, SELECT {
  font: 9pt Arial;
  color: #837e74;
  text-align: center;
}

.testo_index{
  color: #42,3D,34;
  font-family: Arial;
  font-size: 8pt;
  text-align: justify; 
}


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

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

.hotel_header{ 
  width:100%;
  color: #ffffff;
  line-height: 20px;
  font-size: 10pt;
  text-align:center;
}

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

.hotel_content{
  background-color: #dad1be;
  text-align: center;
  padding: 10px;
}

.hotel_table_bkg{
  background-image: url(images/local/sfondo-bar.jpg);
  background-repeat: repeat-x;
  text-align: center;
}
 
.hotel_table_bkg_barra{
  background-image: url(images/local/sfondo-barra-sotto.jpg);
  background-repeat: repeat-x;
  text-align: left;
}