@charset "utf-8";
#head {
	height: 93px;
	width: 1000px;
	background-image: url(../images/head.jpg);
	background-color: #FFF;
	margin-left: 140px;
	top: 0px;

}
#head_1 {
	height: 93px;
	width: 1000px;
	background-image: url(../images/head_1.jpg);
	background-color: #FFF;
	margin-left: 140px;
	top: 0px;

}

#pics{
	width:1000px;
	height:360px;
	position:relative;
	margin-left: 140px;
	margin-top: 6px;
}

#facebook{
	width:1000px;
	position:relative;
	margin-left: 140px;
	margin-top: 6px;
}

#pics .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0
}

#pics .prevButton:hover{ background-position:left bottom;left:0;}

#pics .nextButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0
}

#pics .nextButton:hover{background-position:right bottom;right:0;}

#pics ul{
	width:1000px;
	height:360px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#pics li:first-child{
	display:list-item;
	position:absolute;
}

#pics li{
	position:absolute;
	display:none;
}

#sep {
	height: 20px;
	width: 1000px;
	margin-left: 140px;
	background-repeat: no-repeat;
	background-image: url(../images/sep.png);
	margin-top: 20px;
}



#info {
	height: 252px;
	width: 1000px;
	margin-left: 140px;
	margin-top:30px;
	background-repeat: no-repeat;
	background-image: url(../images/info.png);
}

#spas {
	height: 580px;
	width: 1000px;
	margin-left: 140px;
	background-repeat: no-repeat;
	background-image: url(../images/spas_bg.png);
}

#galeria{
	height: 550px;
	width: 1000px;
	margin-left: 140px;
	background-repeat: no-repeat;
	background-image: url(../images/galeria.png);
}

#sobre {
	height: 363px;
	width: 1000px;
	margin-left: 140px;
	background-repeat: no-repeat;
	background-image: url(../images/sobretxt.png);
}

#foot {
	height: 100px;
	width: 1280px;
	background-repeat: no-repeat;
	background-image: url(../images/foot_02.png);
	margin-top: 10px;
}

#bar {
	height: 100px;
	width: 30px;
	background-repeat: no-repeat;
	position: fixed;
	margin-top: 260px;
	z-index: 1000;
}

/* MEDIA */

#slideshow {

	margin:0px;

	width:517px;

	height:287px;

	background:transparent url(images/img/bg_slideshow.jpg) no-repeat 0 0;

	position:relative;

}

#slideshow # slidesContainer {

  margin:0px;

  width:517px;

  height:287px;

   /* allow scrollbar */

  position:relative;

}

#slideshow # slidesContainer .slide {
	margin:0px;
	width:483px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:287px;

}



/** 

 * Slideshow controls style rules.

 */

.control {

 

  width:39px;

  height:287px;

  text-indent:-10000px;
  position:absolute;

  cursor: pointer;

}

#leftControl {

  top:0;

  left:0px;

  background:url(../images/slide/control_left.png) no-repeat 0 0;

}

#rightControl {

  top:0;

  right:0px;

  background:url(../images/slide/control_right.png) no-repeat 0 0;

}



/** 

 * Style rules for Demo page

 */

* {

  margin:0px;

  padding:0;

  font:normal 11px Verdana, Geneva, sans-serif;

  color:#ccc;

}

a {

  color: #fff;

  font-weight:bold;

  text-decoration:none;

}

a:hover {

  text-decoration:underline;

}


#media {

  margin:0px;
  width:517px;
  height:287px;
  background-image:url(../images/img/media_bg.png);
  margin-top:20px;

}

#media h1 {

  display:block;

  width:517px;

  height:114px;

  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;

  text-indent: -10000px;

}



.slide h2, .slide p {

  margin:0px;

}

.slide h2 {

  font:italic 24px Georgia, "Times New Roman", Times, serif;

  color:#ccc;

  letter-spacing:-1px;

}

.slide img {

  

  margin:0px;

}


/*                                                                                MEDIA 2 */

#slideshow2 {

	margin:0 px;

	width:800px;

	height:480px;

	background:transparent url(images/img/bg_slideshow.jpg) no-repeat 0 0;

	position:relative;

}

#slideshow2 # slidesContainer2 {

  margin:0 px;

  width:800px;

	height:480px;

   /* allow scrollbar */

  position:relative;

}

#slideshow2 # slidesContainer2 .slide2 {
	margin:0px;
	width:800px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:480px;

}



/** 

 * Slideshow controls style rules.

 */

.control2 {

 

  width:39px;

  height:390px;

  text-indent:-10000px;
  position:absolute;

  cursor: pointer;

}

#leftControl2 {

  top:30px;

  left:-39px;

  background:url(../images/spas/prev.png) no-repeat 0 0;

}

#rightControl2 {

  top:30px;

  right:-39px;

  background:url(../images/spas/next.png) no-repeat 0 0;

}



/** 

 * Style rules for Demo page

 */

* {
	padding:0;
	font:normal 11px Verdana, Geneva, sans-serif;
	color:#ccc;
	margin: 0px;

}

a {

  color: #fff;

  font-weight:bold;

  text-decoration:none;

}

a:hover {

  text-decoration:underline;

}


#media2 {

  margin:0 px;

  width:800px;
  background-image:url(../images/staff/slide_bg.png);
  margin-top:60px;
  margin-left:100px;
}

#media2 h1 {

  display:block;

  width:800px;

  height:114px;

  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;

  text-indent: -10000px;

}



.slide2 h2, .slide2 p {

  margin:0px;

}

.slide2 h2 {

  font:italic 24px Georgia, "Times New Roman", Times, serif;

  color:#ccc;

  letter-spacing:-1px;

}

.slide2 img {
	

  margin:0px;

}
