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

.testo{
  color: #2c487c;
  font-family: Trebuchet ms;
  font-size: 10pt;
  text-align: justify; 
}

INPUT, SELECT {
  font: 10pt Trebuchet ms;
  color: #2c487c;
  text-align: center;
}

.testo_index{
  color: #2c487c;
  font-family: Trebuchet ms;
  font-size: 10pt;
  line-height : 13px;
  text-align: justify; 
}


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

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

.hotel_footer{
  background-image: url(images/local/barra-sotto.jpg);
  width:100%;
}

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