P,TD, A, TEXTAREA, TH {
  font: 10pt arial;
  color: #3E3E3E;
    text-align: justify;
}
.testo_index{
  color: #000000;
  font-family: arial;
  font-size: 9pt;
  text-align: justify; 
}
INPUT, SELECT {
  font: 9pt arial;
  color: #3E3E3E;

  
}

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

.hotel_body{
  background-color: #E6E7E1;
  text-align: center;
  margin: 0px;
}

.hotel_header{
  background-color: #FFFFFF;
  width:750;  /* to set header align 100% --> center or 750 --> align right */
  color: #000000;
  line-height: 14px;
  font-size: 10pt;
  padding:2px;
  text-align:center;
  
}
.hotel_footer{
    width:100%;  /* to set header align 100% --> center or 750 --> align right */
      text-align:center;
}
.hotel_content{
    /*background-color: #edbb5c;*/
  padding:6px;
  text-align: center;

}
.hotel_table_bkg{
  background-color: #C0C6D6;
  text-align: center;
 }
 
 
 /* tabella per prenotare*/
 
.boxed_table { 
  border-color: #C0C6D6 !important ; 
	background-color: #DDE6F0 !important ;
	border-width: 1px !important ;
	border-style: solid !important ;
	width: 100% !important ;
}

/* primo rettangolo colorato nella pagina tariffe che indica i servizi */

.riepilogue tr td {
  background-color: #2B267D !important ;
  color: white !important ;
  white-space: nowrap !important ;
  padding: 0px 5px 0px 5px !important ;
  height: 5px !important ;
}
/* lineetta che sta sotto il rettangolo che indica i servizi */
.riepilogue tr th {
  background-color: #C0C6D6 !important ;
  height: 5px !important ;
}

/* sfondo tabella delle camere */

table.rooms tr.r0 td {
  background-color: #EDF2F8 !important ;
  padding: 5px !important ;
}

	table.rooms tr.r1 td {
				background-color: #F5F6F7 !important ;
			}
			
/* bordino e sfondo tabella sopra tabella delle camere*/
			
	table.rooms tr td.rateplan div {
				border: 1px solid #C0C6D6 !important ;
				background: #DDE6F0 !important ;
				padding: 2px !important ;
				font-weight: bold !important ;
							}