/* In valid code we trust */

* { padding:0; margin:0; }
ul,ol{ list-style:none; }
a img {	border:0px;	outline: none;}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body  {
  font-size:12px;
  font-family:"Trebuchet MS", Arial;
}

a {
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
}

table td {
  padding:4px;
}

h1 {
  font-size: 22px;
  font-weight:bold;
  margin-bottom:5px;
}

h2 {
  font-size: 18px;
  font-weight:normal;
  margin-bottom:5px;
}

h3 {
  font-size: 16px;
  font-weight:normal;
  margin-bottom:5px;
}

h4 {
  font-size: 15px;
  font-weight:normal;
  margin-bottom:5px;
}


p{
  margin-bottom:8px;
}

input, textarea, select {
	border:1px solid #aaaaaa;
	padding:2px;
	background:#ffffff url(images/inputBg.gif) top left no-repeat;
	margin-top:2px;
	color:#000;
}

input[type=hidden]{
	background:transparent none;
  display: none;
}

input[type=checkbox]{
	background:transparent none;
	padding:0px;
	border:0px;
	color:#000;
}

.floatleft{
  float:left;
  display:inline;
}

.floatright{
  float:right;
  display:inline;
}
#contenedor	{
  margin: 0 auto;
  width:980px;
  height:auto;
  position:relative;
}

.izquierda {
  width:188px;
  height:auto;
/*  position:absolute;*/
  float:left;
  left:0;
  display:block;
  padding-top:132px;
}

ul#botones li a{
  width:188px;
  height:69px;
  display:block;
  text-decoration:none;
}

ul#botones li a span{
  display:inline;
  visibility:hidden;
}

ul#botones li#inicio a:hover, ul#botones li#servicios a:hover,ul#botones li#contactenos a:hover,
ul#botones li#reservas a:hover, ul#botones li#restauracion a:hover, ul#botones li#banner a:hover {
  background-position:center bottom;
}


.derecha{
  padding-left:4px;
  width:269px;
  height:auto;
  position:absolute;
  right:0;
  display:block;
}

#idiomas {
  height:27px;
  padding-top:6px;
  padding-left:20px;
}

#idiomas a {
  text-decoration:none;
}

#idiomas a.active, #idiomas a:hover {
  text-decoration:underline;
}

.empujar {
  height:268px;
}

.panel-reservas {
  height:150px;
  padding-top:34px;
  padding-left:7px;
}


ul#panel {
  display:block;
}

ul#panel li a{
  width:270px;
  display:block;
  text-decoration:none;
}


ul#panel li a span{
  display:inline;
  visibility:hidden;
}

.panel-novedades {
  padding-top:46px; 
}
.panel-novedades .novedades-item {
  min-height:98px;
  height: auto !important;
  height:98px;
  overflow:hidden;
}

.panel-novedades .novedades-item a {
  text-decoration:none;
}
.panel-novedades .novedades-item a:hover {
  text-decoration:underline;
}
.panel-novedades .novedades-item a img{
  float:left;
  padding: 14px;
}


.principal{
  width:519px;
  height:auto;
  margin:0 0 0 188px;
}

.principal .contenido {
  padding:25px;
  line-height:20px;
  min-height:409px;
  height:auto !important;
  height:409px;
}

.principal .contenido a:hover{
  border-bottom:none;
}

.principal .contenido ul {
  list-style:disc;
  margin-bottom:10px;
}

.principal .contenido ul li {
  margin-left:25px;
}

.principal .header .img {
  width:519px;
  height:93px;
  display:block;
}

.principal .header p{
  padding-left:5px;
  padding-top:5px;
  margin:0 0 5px 20px;
}

.principal .header p a:hover{
  text-decoration:none;
}

.principal img.estampilla {
  margin:0 25px 10px 0;
  float: left;
}

.principal .buscador {
  padding:25px 25px 0;
  min-height:0;
  height:auto;
}

.panel-reservas input, .buscador input {
  width:100px;
  height:20px;
  font-size:18px;
}

.panel-reservas label, .buscador label {
  font-size:10px;
  color:#fff;
  display:block;
}

.buscador label.radio {
  font-size:10px;
  color:#fff;
  display:inline;
  margin-right:10px;
}

.buscador label.radio input{
  background:transparent;
  border:0px;
  width:auto;
  height:auto;
  font-size:18px;
  padding-left:10px;
}

.panel-reservas a.date-picker-control span {
  width: 28px;
  height:32px;
}

.buscador a.date-picker-control span {
  width: 22px;
  height:23px;
}

.panel-reservas a.date-picker-control:link,
.panel-reservas a.date-picker-control:visited,
.panel-reservas a.date-picker-control:hover,
.panel-reservas a.date-picker-control:active,
.panel-reservas a.date-picker-control:focus {
  background-image: url(images/calendar.gif);
}

.buscador a.date-picker-control:link,
.buscador a.date-picker-control:visited,
.buscador a.date-picker-control:hover,
.buscador a.date-picker-control:active,
.buscador a.date-picker-control:focus {
  background-image: url(images/calendar2.gif);
}



.panel-reservas table td, .buscador table td{
  padding:4px 8px;
}


input.submit {
  border: none;
  display:inline;
  width:72px;
  height:25px;
  text-transform:uppercase;
  font-family:Tahoma;
  font-size:9px;
  cursor:pointer;
}

.resultado {
  height:60px;
  padding-left:48px;
  padding-top:7px;
}

.resultado p {
  margin-top:11px;
}

.resultado h1{
  font-size:14px;
}

.resultado span {
  margin-left:10px;
}

.resultado span.selected {
  padding:5px;
  font-size:14px;
  font-weight:bold;
}

.listado {
  line-height:16px;
  padding-bottom:20px;
}

.listado .item {
  padding:6px 25px;
}

.listado .item table{
  width:100%;
  table-layout: fixed;
}
.listado .item table td{
  padding:0px;
}

.listado td.detalles {
  width:240px;
  padding:0px;
}

.listado td.precios {
  width:90px;
}

.listado .item h1, .listado .item h2{
  font-weight:normal;
  border:0px;
}
.listado .item h2{
  font-size:15px;
}

a.verdetalles {
  background:url(images/imgs.gif) no-repeat left center;
  height:23px;
  padding-left:29px;
  display:block;
  font-weight:bold;
}

.listado .item .precio {
  font-size:18px;
  display:block;
}







/*CARACTERISTICAS*/
.listado .item span {
  margin-right:4px;
}

.listado .item span.wifi {
  background:url(images/caracteristicas/wifi.gif) no-repeat;
  display:block;
  float: left;
  width:0px;
  height:15px;
  padding-left:35px;
  overflow:hidden;
}



div.detalles {
  padding:13px;
}

div.detalles .foto {
  float:left;
  display:inline;
  width:125px;
}

div.detalles .cuerpo {
  float:right;
  width:360px;
}


div.detalles .cuerpo h1, div.detalles .cuerpo h2 {
  display:inline;
  color:#000;
  border:none;
}

div.detalles p.leyenda, div.detalles .cuerpo p{
  clear:right;
}

div.detalles .cuerpo .floatleft {
  padding-top:10px;
}


div.detalles .cuerpo .floatright table p{
  margin-bottom:4px;
}

div.detalles .cuerpo .floatright table {
  table-layout: fixed;
  border-collapse: collapse;
  width:150px;
  font-size:13px;
}

div.detalles .cuerpo .floatright table td{
  margin:0 20px 5px 0;
/*  display:none;*/
}

div.detalles .cuerpo .floatright table td.precio{
  font-size:16px;
}

div.detalles .cuerpo .floatright table td.precio p{
  text-align:right;
}

div.detalles .cuerpo .floatright table tr.total td{
  color:#000;
  border:none;
  font-size:16px;
/*  display:table-cell;*/
}

div.detalles .cuerpo .floatright table tr.total td.precio{
  font-size:20px;
}

div.detalles .cuerpo a.reformular {
  color:#000;
  display:block;
  text-align:right;
}

div.detalles p.leyenda {
  margin-bottom:0;
}
div.detalles p.leyenda a{
  color:#000;
}




.contacto {
  padding:20px;
}

.contacto h1, .contacto h2{
  display:inline;
  margin:0 10px 10px 0;
  border:none;
}

.contacto label span {
  margin-right:20px;
  text-align:right;
  float:left;
  width:130px;
}

.contacto b {
  font-size:13px;
}


.home .padear {
  padding:293px 20px 0;
}

.home 
{
  position: relative;
}

.home .flashome
{
  position: absolute;
}


.pie-novedades {
  padding:46px 20px 0;
  height:96px;
  clear:both;
}
.pie-novedades .novedades-item {
  width: 332px;
  float:left;
}

.panel-novedades .novedades-item a img{
  float:left;
  padding: 14px 14px 0;
}



.footer{
  clear:both;
  width:auto;
  height:20px;
  padding-top:20px;
  font-size:11px;
}

.footer .credits {
  float:right;
}
.footer .credits a {
  text-decoration:none;
}
.footer .credits a:hover{
  text-decoration:underline;
}