TD, A, TEXTAREA, TH {
  font: 10pt Arial;
  color: #01464b;
}

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

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

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


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

.hotel_body{ /* classe che mi serve per lo sfondo di tutto il sito*/
  background-color: #e5e5e5;
  text-align: center;
  margin: 0px;
}

.hotel_header{ 
  background-color: #007581;
  width:100%;
  color: #FFFFFF;
  line-height: 15px;
  font-size: 8pt;
  text-align:center;
}

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

.hotel_content{
  background-color: #FFFFFF;
  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;
}