body, p, h1, h2, h3, h4, tr,td,table{
margin: 0;
 padding: 0;
 line-height:1.0;
 border:0px;
 border-collapse:collapse;
}
html, body, table{
  height: 100%;
}
body {
  background-color:#dbe3db;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 12pt;
  color:#51554a;
}
td{
vertical-align:top;
}
.tbig{
font-size: 60pt;
color:#ffffff;
padding-top: 60px;
padding-left: 20px;
}
.tmed{
font-size: 40pt;
color:#ffffff;
padding-left: 20px;
}
ul {
  list-style-type:none;
  margin:0;
  padding:0;
  overflow:hidden;
}
li {
  float:left;
}
  #navlink {
  display:block;
  width:130px;
  height:24px;
  font-weight:bold;
  color:#000000;
  text-align:center;
  padding:5px;
  text-decoration:none;
}
a:hover,a:active {
  background-color:#527578;
  color:#ffffff;
}
.top{
 background: #fff url(../img/top.jpg) no-repeat left center;
text-align: left;
 width:100%;
 height:265px;
}
.nav {
background-color:#93aca7;
width:100%;
height:34px;
border-top:1px;
 border-bottom:1px;
border-color:#ffffff;
border-style: solid;
font-size: 16pt;
}
.lbar{
background-color:#93aca7;
width:200px;
height:100%;
padding: 10px;
border-right:1px;
border-color:#ffffff;
border-style: solid;
}
.page{
padding: 20px;
text-align: justify;
width:100%; height:100%;
}
.foot{
background-color:#93aca7;
text-align: center;
padding: 10px;
 border-top:1px;
  border-color:#ffffff;
  border-style: solid;
}
h1{
text-align: center;
margin-bottom: 10px;
}
h2, p{
 text-align:justify;
 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 font-size: 14pt;
 color:#51554a;
 font-weight: normal;
 margin-bottom: 40px;
}
img{
 border:1px;
border-color:#ffffff;
border-style: solid;
}
.cen{
text-align:center;
}
.val{
  border:0;width:80px;height:25px;
}

  .button {
    display: inline-block;
    background-color: #C74848;
    padding: 0.675rem 1.25rem;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    align-self: center;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
    line-height: 130%;
    border: none;
    transition: background-color 0.33s, transform 0.15s;
  }
  .button:hover {
    background-color: #bc3a3a;
    color: #ffffff;
  }

  .booking {
    border: 1px solid #ccc;
    padding: 2rem 3rem;
    margin: 2rem 0;
    text-align: center;
  }

  .booking h3 {
    margin-bottom: 1rem;
  }
  