body {
  font-size: 100%;
}

.container {
  max-width: 800px;
  margin: auto;
}

.ContainerLeft {
  text-align: left;
  font-size: 0.9em;
  width: 800px;
  float: left;
}

img {
}

.BodyBoxes {
  margin: 0%;
  width: 17%;
  float: left;
  height: auto;
  background-color: #ebebed;
  text-align: center;
  padding: 1%;
  border-right: thin inset #003366;
  border-style: none inset none none;
  border-color: #003366;
}

.BoxTitles {font-family:Verdana;
  font-size: 0.95em;
  color: #006600;
  text-align: center;
  background-color: white;
}

h1 {
	font-family: Verdana;
	font-size: 1.3em;
	font-weight: bolder;
	color: #666666;
}

h2 {font-family:Verdana;
  font-size: 1.3em;
  font-weight: bolder;
  color: #666666;
}

blockquote {
  text-align: left;
  text-indent: 0mm;
  white-space: normal;
}

a:hover {font-family:Verdana;
  font-size: 0.9em;
  color: #009966;
}

a:link {font-family:Verdana;
  font-size: 0.9em;
  font-weight: bold;
  color: red;
  height: auto;
  width: auto;
  text-decoration: none;
}

a:visited {font-family:Verdana;
  font-size: 0.9em;
  color: #ff9900;
}

.Boxed {
  background-color: #ffff99;
  height: auto;
  width: auto;
}

.Pad {
  padding: 15px;
  background-color: #ebebed;
  margin: auto;
  width: 80%;
  float: none;
}

.AyguadeBody {font-family:Verdana;
  font-size: 1em;
  color: #000066;
  height: auto;
  width: auto;
  text-align: left;
  background-color: #ebebed;
  margin: 10px;
}

.AyguadeBodyCenter {font-family:Verdana;
  font-size: 1em;
  color: black;
  text-align: center;
}

li {font-family:Verdana;
  font-size: 0.9em;
}

.WrapAround {
  margin: 5px;
  clear: right;
  vertical-align: text-top;
  float: left;
  padding: 0.5em;
}

.SmallPrint {font-family:Verdana;
  font-size: 0.8em;
  font-style: italic;
  color: #000066;
}

.AvailTable {font-family:Verdana;
  font-size: 0.8em;
  color: #3a76b1;
  text-align: center;
  font-weight: bold;
}

.AvailTableDates {font-family:Verdana;
  font-size: 0.9em;
  color: #3a76b1;
  text-align: center;
  font-weight: bold;
}

.AvailTableDatesLarger {font-family:Verdana;
  font-size: 1.1em;
  color: #3a76b1;
  text-align: center;
  font-weight: bold;
}

.Resformbody {font-family:Verdana;
  font-size: 1em;
}

.Resformbody1 {font-family:Verdana;
  font-size: 0.9em;
}

.ResformbodyBig {font-family:Verdana;
  font-size: 1.5em;
}

.AvailTablePrices {font-family:Verdana;
  font-size: 0.9em;
  color: black;
  text-align: center;
  font-weight: bold;
  background-color: #ffffcc;
}

.ClosedTablePrices {
  color: red;
  background-color: red;
}

.LimitedTablePrices {
  color: red;
  background-color: #ff9900;
}

.button_a {
  color: white !important;
  text-decoration: none;
  background: #60a3bc none repeat scroll 0% 0%;
  border-radius: 40px;
  display: inline-block;
  border: medium none;
transition: all 0.4s ease 0s;
  font-weight: normal;
  font-size: 1 em;
  padding: 7px;
}

.button_a:hover {
text-shadow: 0px 0px 6px white;
box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.57);
transition: all 0.4s ease 0s;
}
