* {
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
html{
height:100%;
}
body {
	margin: 0;
	padding: 0;
	font: 1em Trebuchet MS, Verdana, Tahoma, Arial,sans-serif;
	color: #333;
	background: #FFF url(bg.gif) repeat-x;
	text-align: center;
	height:100%;
	cursor:default;
	font-size:11px;
	line-height:16px;
	text-align:center;
	overflow:visible;
}

/* links */
a img{
border:0;
}
a {
	color: #FB7D00;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #575757;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 145%;
	padding: 10px 10px 5px 10px;
	color: #86BA0C;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3, p {
	padding: 11px;		
	margin: 0;
}

/* images */
img {
	border: 3px none #D5D5D5;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #FF9966;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #FF9966;   
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #86BA0C;
}
/* search form */
form.search {
	position: absolute;
	top: 15px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
	vertical-align: top;
}
form.search input.button {
	width: 60px;
	vertical-align: top;
}

/**************************************
   LAYOUT 
***************************************/	
#wrap {
	margin: 0 auto; 
	padding: 0; 
	width:980px;
	text-align: left;
	overflow: auto;
	margin-top: 15px;
}

/* header */
#header { 
	position: relative;
	height: 70px; 
	margin: 0; padding: 0;
	color: #808080; 		
}
#header h1#logo {
	position: absolute;
	font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0;
	padding:0;
	color: #86BA0C;
	letter-spacing: -2px;
	border: none;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0px;
	left: 5px;
	height: 35px;
}
#header h1#logo span {
	color: #FB7D00;
}

#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 12px Arial, Tahoma, Sans-Serif;
	text-transform: none;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 49px;
	left: 35px;
	width: 395px;
}
#header p#adviceAtt{
	background-color:#86BA0C;
	float: right;
	position:relative;
	/*left: 375px;*/
	z-index: 20;
	padding: 3px;
	padding-left: 7px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 350px;
	color: #FFF;
	font-size: 12px;
	}
/* menu */
#menu {
	clear: both;
	background: #FF9966 url(menubg.gif) repeat-x;
	height: 30px;
	margin: 1px 0 0 0;
	font: bolder 1.2em/30px Tahoma, Verdana, Arial, Sans-Serif;		
}
#menu ul{
	margin: 0; padding: 0 0 0 8px;
}
#menu ul li {
	float: left;
	list-style: none;		
	border-right: 1px solid #FFF;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #FFF;	
}
#menu ul li a:hover {
  	color: #333;	
	background: url(menu-hover-bg.gif) repeat-x;
}
#menu ul li#current a {
	color: #333;
	background: url(menu-current-bg.gif) repeat-x;	
}

/* sidebar */
#sidebar {
	float: left;
	width: 21%; 
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	background: url(arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}
#rightbar {
	float: right;
	width: 146px;
	padding: 0;
	margin: 0;
}
.btnHome{
	margin-top: 5px;
	float:right;
	padding-left: 20px;
	padding-right: 5px;
	}
.btnHome H3 a, #rightbar H3 a{
	text-decoration: none;
	color:#FFF;
	margin: 0px;
	padding: 0px;
	border: none;
	}
.btnHome H3 a:hover, #rightbar H3 a:hover{
	text-decoration: none;
	color:#FFF;
	margin: 0px;
	padding: 0px;
	border: none;
	}
.btnHome H2, #rightbar H2{
	color: #86BA0C;
	font-size: 15px;
	text-transform:none;
	}
.btnHome H3, #rightbar H3{
	font-size: 12px;
	line-height: 12px;
	background-color: #FB7D00;
	color: #FFF;
	margin: 0px;
	padding: 5px;
	padding-left: 7px;
	position: relative;
	top: -4px;
	}
.btnHome div, #rightbar div{
	margin-bottom: 10px;
	}
.btnHome img, #rightbar img{
	margin: 0px;
	padding: 0px;
	border: none;
	}
/* main column */
#main {
	float: left;
	padding: 0;
/*	width: 100%;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#mainGalery{
	float: left;
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#textMain{ width: 100%;}
#textMain, #mainConLoc, #mainMap{
	position: relative;
	float: left;
	display: block;
	clear: both;
	}
#textMain .textInfo{
	float:left;
	width:684px;
	}
#mainConLoc, #mainPrices{
	width: 830px;
	float:left;
	}
#mainMap{
	width: 100%;
	}
#textMain H1, #mainConLoc H1, #mainGalery H1, #mainMap H1, #mainPrices H1{
	background-color: #86BA0C;
	font-size: 20px;
	color:#FFF;
	font-weight: normal;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
#textMain H2, #mainConLoc H2{
	font-size: 145%;
	padding: 10px 10px 5px 10px;
	color: #86BA0C;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;
}
#textMain p, #mainConLoc p{
	padding: 7px;
	padding-top: 0px;
	}
#banner{
	padding-top: 10px;
	}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 95%;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer { 
	clear: both; 
	color: #666666; 	
	padding: 0;	 
	background: #FFF url(footerbg.gif) repeat-x;
	height: 60px;
	clear: both;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer-content {
	margin: 0 auto;
	width: 1000px
}
#footer-content #footer-left {
	padding: 10px;
	width: 60%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 33%;
	float: right;
	text-align: right;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }
.green  { color: #86BA0C; }


/* ************************************* */

/* Estilos para la slide del principio */

/* ************************************* */


div.wrapSlider{
width:690px;
height: 470px;
margin:0 auto;
text-align:left;
margin-top: 10px;
float:left;
}
div#top div#nav{
float:left;
clear:both;
width:700px;
height:52px;
margin:22px 0 0;
background: url(nav-bg.png) 0 0 no-repeat;
}
div#top div#nav ul{
float:left;
width:700px;
height:52px;
list-style-type:none;
}
div#nav ul li{
float:left;
height:30px;
}
div#nav ul li a{
border:0;
height:30px;
display:block;
line-height:30px;
text-indent:-9999px;
}
div#headerSlider{
height: 485px;
}
div#video-header{
height:545px;
margin:-1px 0 0;
}
div#headerSlider div#slide-holder{
	z-index:40;
	width:682px;
	height:461px;
	position:absolute;
	background-color:#FFF;
	border: 1px #CCC solid;
}
div#headerSlider div#slide-holder div#slide-runner{
top:3px;
left:3px;
width:675px;
height:455px;
overflow:hidden;
position:absolute;
}
div#headerSlider div#slide-holder img{
margin:0;
display:none;
position:absolute;
}
div#headerSlider div#slide-holder div#slide-controls{
left:0;
bottom:2px;
width:675px;
height:30px;
display:none;
position:absolute;
background:url(slide-bg.png) 0 0;
}
div#headerSlider div#slide-holder div#slide-controls p.text{
float:left;
color:#fff;
display:inline;
font-size:10px;
line-height:10px;
margin:0px 0 0 10px;
text-transform:uppercase;
}
div#headerSlider div#slide-holder div#slide-controls p#slide-nav{
float:right;
height:20px;
display:inline;
margin:0px 10px 0 0;
}
div#headerSlider div#slide-holder div#slide-controls p#slide-nav a{
float:left;
width:20px;
height:16px;
display:inline;
font-size:10px;
margin: -2px 0 0 0;
line-height:16px;
text-align:center;
text-decoration:none;
background-position:2px 0px;
background-repeat:no-repeat;
color:#fff;
}
div#headerSlider div#slide-holder div#slide-controls p#slide-nav a.on{
background-position: 2px -16px;
}
div#headerSlider div#slide-holder div#slide-controls p#slide-nav a{background-image:url(silde-nav.png);}
div#nav ul li a{background:url(nav.png) no-repeat;}

/* CSS galeria de Fotos */

.listGalery{
	margin: 0px; padding: 0px; border:none;
	}
.listGalery LI{
	list-style: none;
	margin: 0px; padding: 0px; border:none;
	float: left;
	display:block;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 9px;
	}
.listGalery img{
	margin: 0px; padding: 0px; border:none;
	}
.listGalery a{
	margin: 0px; padding: 0px; border:none;
	}
.divGalery{
	float:left; overflow:auto;
	}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; 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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/galery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/galery/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
