/*
####################################
LAYOUT GENERAL
####################################
*/
*{
  margin:0 auto;
  padding:0;
}
body{
  background:#fffcee url(../imagenes/cabezal.png) no-repeat center top;
  font-size:1em;
  font-family:"Trebuchet MS", Arial;
  margin:0 auto;
  text-align:center;
}
#contenedor{
  background:#fffef7 url(../imagenes/cabecera-cont.png) no-repeat top center;
  width:860px;
  overflow:auto;
  padding-top:53px;
}
#footer{
  background:#fffcee url(../imagenes/bck-pie.png) no-repeat top center;
  width:860px;
  margin-bottom:10px;
  font-family:Arial;
  font-size:90%;
}
#columnader{
  float:right;
  width:40%;
  margin-right:14px;
}
#columnaizq{
  float:left;
  width:55%;
}
/*
####################################
ENLACES DEL SITE
####################################
*/
#columnader a{
  text-decoration:none;
  color:#ff5900;
}
#columnader a:hover{
  text-decoration:underline;
}
#footer a{
  text-decoration:none;
  color:#ff5900;
}
#footer a:hover{
  text-decoration:underline;
}
a.gral{
  color:#333;
  border-bottom:1px dotted #333;
  text-decoration:none;
}
a.gral:hover{
  color:#ff5900;
  border-bottom:1px dotted #ff5900;
}
/*
####################################
IDIOMAS
####################################
*/
#idiomas{
  float:right;
  margin-top:-54px;
  margin-right:10px;
  text-align:right;
}
#idiomas img{
 border:0;
}
#idiomas ul{
 list-style-type:none; 
}
#idiomas ul li{
  float:left;
  margin-right:6px;
  display:inline;
}
.video span{
  display:none;
}
.video a{
  display:block;
  text-decoration:none;
  width:31px;
  height:27px;
  background:#fff url(../imagenes/icono_video.png) no-repeat top left;
}
.video a:hover{
  width:31px;
  height:27px;
  background:#fff url(../imagenes/icono_video-on.png) no-repeat top left;
}
/*
####################################
CABEZALES
####################################
*/
h1, h2, h3{
  text-align:left;
}
h1, h2{
  padding-left:14px;
  margin-bottom:5px;
}
h1{
  color:#ff5900;
  font-size:140%;
}
h2{
  color:#4489c7;
  font-size:120%;
}
h3{
  margin-top:40px;
  margin-bottom:10px;
  color:#078f9a;
  padding:4px;
  font-size:100%;
  margin-left:40px;
  text-transform:uppercase;
  border-bottom:1px dotted #078f9a;
  border-left:4px solid #4489c7;
  clear:both;
  width:770px;
}
/*
####################################
MENU
####################################
*/
#menu{
  list-style-type:none;
  display:block;
  margin-left:10px;
}
#menu li{
  margin:0 6px 0 6px;
	float:left;
  font-size:100%;
  font-weight:bold;
  padding-top:40px;
}
#menu li a{
  color:#ff5900;
  text-decoration:none;
}
#menu li a:hover{
  color:#ac3c00;
}
#menu .activado{
  background:#ff5900;
  color:#fff;
  padding:40px 2px 1px 2px;
}
/*
####################################
LISTAS
####################################
*/
#links{
  list-style-type:none;
  display:block;
  margin-left:25px;
  margin-top:10px;
  text-align:left;
  font-size:90%;
  line-height:160%;
}
#links li a{
  color:#ff5900;
  padding:1px;
  text-decoration:none;
  background:trasnparent !important;
}
#links li a:hover{
  color:#fff;
  background:#ff5900;
}
.galeriaimg{
  list-style-type:none;
  margin-left:35px;
}
.galeriaimg li{
  float:left;
  padding:4px;
  display: inline;
}
.galeriaimg li img{
  border: 4px solid #47b3bc;
}
.galeriaimg li a:hover img{
  border:4px solid #93dee4;
}
/*
####################################
FORMS
####################################
*/
.txtform{
  border-left:1px solid #ccc;
}
/*
####################################
TEXTOS
####################################
*/
#footer p{
  padding-top:30px;
  font-size:75%;
  color:#666;
}
#contenedor p, #columnaizq p{
  font-size:80%;
  line-height:140%;
  text-align:justify;
  color:#383838;
  padding:0 14px;
}
#columnader p{
  text-align:left;
}
/*
####################################
DETALLES
####################################
*/
.limpia{
  clear:both;
}
/*
####################################
IMAGENES CABEZALES
####################################
*/
.imghome{
  width:830px;
  height:274px;
  background:transparent url(../imagenes/img-home.gif) no-repeat bottom center;
}
.imgtour{
  width:830px;
  height:274px;
  background:transparent url(../imagenes/img-tour.gif) no-repeat bottom center;
}
.imgquartos{
  width:830px;
  height:274px;
  background:transparent url(../imagenes/img-quartos.gif) no-repeat bottom center;
}
.imgllegar{
  width:830px;
  height:274px;
  background:transparent url(../imagenes/img-llegar.gif) no-repeat bottom center;
}
.imglinks{
  width:830px;
  height:274px;
  background:transparent url(../imagenes/img-links.gif) no-repeat bottom center;
}
.imgcontacto{
  width:830px;
  height:274px;
  background:transparent url(../imagenes/img-contacto.gif) no-repeat bottom center;
}
.tortugas{
  width:246px;
  height:107px;
  background:#fffcee url(../imagenes/tortugas.png) no-repeat;
  float:right;
  margin-top:-80px;
  margin-right:10px;
}
/*
####################################
FORMULARIOS
####################################
*/
form{
  text-align:left;
  margin-left:25px;
  font-size:75%;
}
form label{
  font-size:90%;
  background:#f0f0f0;
  border-bottom:1px solid #d9d8d8;
  padding:5px;
  display:block;
  margin-top:10px;
}
input, textarea{
	font-size:12px;
	background:#fffce5;
	margin:5px auto 5px auto;
	border:1px solid #b2b2b2;
	color:#333;
  padding:4px;
}
select{
	font-size:12px;
	background:#fffce5;
	margin:5px auto 5px auto;
	border:1px solid #b2b2b2;
	color:#333;
	width:80%;
}
input:hover, textarea:hover{
	background:#ff5900;
	color:#333;
}
input:focus, textarea:focus{
	border-color:#ff5900;
	background:#fffce5;
}
.requerido{
	color:#ff5900;
	font-size:1.4em;
}

/*
####################################
VARIOS
####################################
*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img{
	border: none;
}
#outerImageContainer{
	position: relative;
	background-color: #00e4ff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../imagenes/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../imagenes/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../imagenes/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #00e4ff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#contenedorloop {
	position:relative;
	margin:auto;
	width:229px;
  height:171px;
}
#contenedorloop img {
	display:none;
	position:absolute;
	top:0; left:0;
}
#iconos{
  margin:10px 0 0 30px;
  padding-right:30px;
}
#iconos img{
  float:left;
}