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

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

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

.testo_index{
  color: #AB375C;
  font-family: Arial;
  font-size: 9pt;
  text-align: justify; 
}


.didascalia{
  color: #AB375C;
  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-color: #f0efeb;
  background-repeat: repeat;
  text-align: center;
  margin: 0px;
}

.hotel_header{ 
  background-color: #89103d;
  width: 750px;
  color: #FFFFFF;
  line-height: 20px;
  font-size: 10pt;
  padding:0px;
  text-align:center;
}

.hotel_content{
  background-image: url(images/local/barra-mezzo.jpg);
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  padding:10px;

}

.hotel_table_bkg{
  background-image: url(images/local/sfondo-bar.jpg);
  background-repeat: repeat-x;
}

.hotel_table_bkg_barra_sotto{
  background-image: url(images/local/sfondo-barra-sotto.jpg);
  background-repeat: repeat-x;
}

.hotel_footer{
  background-image: url(images/local/barra-sotto.jpg);
  background-repeat: repeat-x;
}