@charset "utf-8";
@import url("reset.css");
@import url("lytebox.css");
/* CSS Document */
body {
  background: #201f1b;
  color: #201f1b;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header {
  background: url(../images/bgheader.jpg) no-repeat left bottom;
  border-bottom: 2px solid #c7c7c6;
  width:816px;
  height:111px;
}

#container {
  margin: 0 auto;
  width:816px;
  background-color: #fff;
  position:relative;
}

.columna1 {
  float:left;
  display:inline;
  width:260px;
  padding:10px 0px 10px 20px;
  min-height:200px;
  margin-top: 20px;
}
.columna2 {
  float:right;
  display:inline;
  width:470px;
  padding:10px 40px 10px 0;
  min-height:200px;
}
.columna3 {
  float:left;
  display:inline;
  width:800px;
  padding:10px;
  min-height:200px;
}

p {
  line-height:18px;
  margin-top:10px;
  text-align:justify;
}

strong {
  font-weight:bold
}

a {
  text-decoration:underline;
}
a:hover {
  color: #B0ACAB;
}
h1 {
  text-indent: -10000px;
}
#framereservation { background:url(../images/bgbooking.jpg) no-repeat; width:220px; height:209px; margin-top:20px; border:1px solid #666666;}

/*---------------------------- encabezados y menu -------------------------------*/

h2 {
  font-size:12px;
  font-weight:normal;
  color: #CACACA;
  font-family: "Century Gothic",Arial, Helvetica, sans-serif;
  text-transform:uppercase;
}

h2:hover {
  color:#fff;
}

h2:active { background:url(../images/menu_hover.jpg) no-repeat right 1px; padding:0 5px;}


/*-------------------------------------------------------------------------------*/

h3 {
  font-size:12px;
  font-weight:bold;
  height:13px;
  line-height:13px;
  background:#6d1413 url(../images/ico_h3.jpg) no-repeat top left;
  color: #FFFFFF;
  margin:1em 0;
  font-family:"Century Gothic",Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  padding-left:20px;
}
h3.mirai span {
  font-family:"Century Gothic",Arial, Helvetica, sans-serif; !important;
  font-size:11px !important;
  color: #641312;
}
h4 {
  font-size:11px;
  font-weight:bold;
  color:#6d1413;
  margin:1em 0;
  font-family:"Century Gothic",Arial, Helvetica, sans-serif;
  text-transform:uppercase;
}

ul li {
  line-height:18px;
}
ul.list {
  list-style: disc;
  margin-left:15px;
}
dl {
  line-height:25px;
}
dl.normal dt {
  background:url(../images/ico.png) no-repeat left center;
  padding-left: 15px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 8px;
  font-weight: bold;
}
dd {
  padding-left: 20px;
}
address {
  color:#FFFFFF;
  font-family:"Century Gothic",Arial, Helvetica, sans-serif;
  font-style:normal;
  line-height: 13px;
  font-size:10px;
  padding: 10px 15px;
}
address a {
  font-weight:bold;
  color:#FFFFFF;
}

#hsRating {
  margin-left:-5px !important;
}
ul.language {
  position:absolute;
  top:0px;
  right:30px;
  color:#B0ACAB;
  text-decoration: none;
}
.language li {
  font-family:"Century Gothic",Arial, Helvetica, sans-serif;
  font-size:11px;
  text-transform:uppercase;
}
li span.marcado {
  color:#FFFFFF;
}
.language li a {
  color: #B0ACAB;
}
.language li a:hover {
  color:#B0ACAB;
  text-decoration:underline;
}
.language li a:active {
  text-decoration:underline;
}

#gallery a img{ padding: 3px 1px; }
 
.footer {
  background-color:#660033;
  background-image:url(../images/bgfooter.jpg);
  height:30px;
}

.pusher {
  clear:both
}

/*------------------------------------------ MENU ----------------------------------------------------*/


.menu-bg {
  width:816px;
  background: url(../images/menu_bg.gif);
  background-repeat:repeat-x;
  background-color:#000000;
  display:block;
  margin-top: 6px;
  height:37px;
  line-height:37px;
  text-align:center;
  z-index:10000;
  cursor:pointer;

}
.menu-bg ul {
  list-style:none;
  margin:0 auto;
}
.menu-bg li {
  float:left;
  list-style:none;
  padding-left:10px;
  padding-right:14px;
  cursor:pointer;
  line-height:35px;
}
.menu-bg li a span {
  float:left;
  display:block;
  padding:0 16px 0 8px;
}


