/* @override 
	http://www.bad-wiessee.com.ar/v2/css/mainstyles.css
	http://www.bad-wiessee.com.ar/css/mainstyles.css
*/

.clear {
	clear: both;
} 
/* @group menu top */

#menu_ctr{
	height: 27px;
	width: 900px;
	margin: 0 auto;
	background-color: #7c5903;
}

#menu_ctr ul {
	float: right;
	margin: 0;
	padding: 0;
	margin: 0px 3px 0px 0;
}


#menu_ctr ul, li {
	list-style-type: none;
	display: block;
	z-index: 9000;
	height: 27px;
}

#menu_ctr li {
	position: relative;
	float: left;
	
	margin: 0px;
	
	color: #E7DAC3;	
}

#menu_ctr a { /* items menu */

	float: left; 
	display: block; 
	text-align: center; 
	
	padding-top: 1px; 
	height: 14px;
	padding-right: 4px; 
	padding-left: 4px; 
	text-transform: uppercase;
	font-variant: small-caps;
	text-transform: none;
	margin-top: 3px; 
	font-size: 14px;
}
	

#menu_ctr .submenu li {
	width: 100%;
}

#menu_ctr a img { 
	padding-top: 1px;
}

#menu_ctr li ul { /* sub menu */
	position: absolute; 
	display: none; /* none */
	 
	top: 0px; 
	left: 0px;
	background: #7c5903;
	padding: 0px;
	margin: 0px;
	height: auto;
	 
}
#menu_ctr .submenu a { /* items sub menu */
	float: left; 
	display: block; 
	text-align: center; 
	margin-top: 4px; 
	padding-top: 1px; 
	height: 18px;
	padding-right: 4px; 
	padding-left: 5px; 
	text-transform: uppercase;
	font-variant: small-caps;
	text-transform: none;
	white-space: nowrap;
}

#menu_ctr .first a { /* primer items sub menu */
	float: left; 
	display: block; 
	text-align: center; 
	 
	padding-top: 0px; 
	height: 18px;
	padding-right: 3px; 
	padding-left: 4px;
	font-variant: small-caps;
	text-transform: none;
	
	margin-top: 4px;
}


#menu_ctr li a:hover, #menu_ctr li.active a { 
	color: #fff;
} /* fondo del item en el menu */

#menu_ctr li ul li a:hover, #menu_ctr li ul li.active a { 
	/* background: #653332; */
	} /* fondo del item en el sub menu */

#menu_ctr li:hover ul, #menu_ctr li.over ul, #menu_ctr li.active ul { 
	display: block; 
	} /* show sub menu */

#menu_ctr .menuspa{
	background-color: #0062a6;
}

/* @end */






/* @group novedades */

#novedades  {
	margin-top: 10px;
	width: 850px;
	margin: 0 auto;
	font-size: 12px;
	color: #000;
}


#novedades h1 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#promociones .nota {
	width: 750px;
	margin: 10px auto;
	border: 1px solid #87692e;
	padding: 10px; 
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
#promociones .nota li {
	list-style-type: disc;
	display: list-item;
	list-style-position: inside;
}
#promociones .nota ul {
	margin-bottom: 5px;
	margin-top: 5px;
}

#promociones .nota h2{
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
}

#promociones .imagen {
	float: right;
	margin: 5px;

}

/* @end */
/* @group promociones */

#promociones  {
	margin-top: 10px;
	width: 850px;
	margin: 0 auto;
	color: #000;
}


#promociones h1 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#promociones .nota {
	width: 750px;
	margin: 10px auto;
	border: 1px solid #87692e;
	padding: 10px; 
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
#promociones .nota li {
	list-style-type: disc;
	display: list-item;
	list-style-position: inside;
}
#promociones .nota ul {
	margin-bottom: 5px;
	margin-top: 5px;
}

#promociones .nota h2{
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
}

#promociones .imagen {
	float: right;
	margin: 5px;

}

/* @end */
body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #7C5903;
	background: #B5A388;
}
a {
	color: #E7DAC3;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
em {
	margin: 0 0 0 3px;
	color: #F00;
}
#wrapper {
	margin: auto auto;
	height: 558px;
	width: 900px;
}
#header_ctr {
	height: 141px;
	width: 900px;
	vertical-align: middle;
	display: table-cell;
	background: url(../img/header_bgr.png) right no-repeat;
}
#header_ctr p {
	float: right;
	 
	margin: 20px 267px 20px 0;
	font-size: 12px;
	line-height: 12px;
	text-align: justify;
	font-style: italic;
	width: 390px;
}

#header_p_left {
	float: right;
	margin: 20px 20px 20px 0;
	font-size: 12px;
	line-height: 12px;
	text-align: justify;
	font-style: italic;
}
#header_p_right {
	float: right;
	margin: 20px 287px 20px 0;
	font-size: 12px;
	line-height: 12px;
	text-align: justify;
	font-style: italic;
}
#content_ctr_largo {
	float: right;
	width: 900px;
	font-size: 11px;
	font-style: italic;
	background-color: #C7AE7E;
}

#content_ctr {
	float: right;
	height: 359px;
	width: 900px;
	font-size: 11px;
	font-style: italic;
	background-color: #C7AE7E;
}
#content_ctrV2 {
	float: right;
	height: 359px;
	width: 900px;
	font-size: 11px;
	font-style: italic;
	background-color: #C7AE7E;
	float: right;
	text-align: right;
}
#content_ctr div,  #content_ctr ul {
	float: right;
	padding: 10px;
}
#content_ctr img {
	float: right;
}
#content_ctr h4 {
	margin: 10px 0 10px 240px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #0062a6;
	width: 453px;
	border-bottom: 1px solid #0062a6;
}
#footer_ctr {
	clear: both;
	padding: 10px 20px 0 0;
	height: 25px;
	color: #E7DAC3;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	background: #7C5903 url(../img/footer_bgr.gif) repeat-x;
}
#floating_ctr {
	margin: 4px 0 0 0;
	position: absolute;
	width:238px;
	height: 522px;
	z-index:6001;
	top: 0;
}
#floating_ctr span {
	float: left;
}
.text_bld {
	font-size: 11px;
	 
}
.text_bld a {
	color: #7C5903;
}
.text_bld a:hover {
	color: #E7DAC3;
}
.formularios_1 input, .formularios_2 input, .formularios_3 input, .formularios_4 input, .formularios_5 textarea {
	margin: 2px 0 5px 0;
	border: 1px solid #F0F0F0;
	background: #F3ECE0;
}
.formularios_1 input, .formularios_4 input, .formularios_3 input.formulario {
	width: 111px;
}
.formularios_2 input {
	margin: 0 0 16px 0;
}
#enviar2, #borrar2 {
	margin: 45px 0 0 0;
	width: 50px;
	border: none;
}
.formularios_5 textarea {
	height: 142px;
	width: 140px;
	margin: 0 10px 0 0;
}
.tarifas_ul_1, .tarifas_ul_2 {
	float: right;
	margin: 0;
	font-size: 10px;
	letter-spacing: 0.01em;
	font-weight: normal;
	width: 300px;
	list-style-type: circle;
}

.tarifas_ul_1 li, .tarifas_ul_2 li {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	height: auto;
}
.space {
	clear: both;
	height: 1px;
}

/* @group galeria numerica */

#vgb_galleryNros {
	float: left;
	margin: 330px 0 0 253px;
	position:absolute;
	width:640px;
	height:58px;
	z-index:88888;
}

#vgb_galleryNros a {
	float: right;
	margin: 2px;
	padding: 3px;
	width: 8px;
	text-align: center;
	background-color: #005a9f;
}

/* @end */

/* gallery */
#vgb_gallery {
	float: left;
	margin: 260px 0 0 230px;
	position:absolute;
	width:640px;
	height:58px;
	z-index:1;
}
#vgb_gallery img {
	margin: 0 2px 0 0;
	border: 1px solid #7C5903;
}
.btn_ubi {
	float: left;
	margin: 285px 112px 0 0;
	padding: 0;
	white-space: nowrap;
}
.btn_ubi2 {
	float: left;
	padding: 0;
	margin: 327px 112px 0 47px;
	white-space: nowrap;	
}
.btn_ubi a,.btn_ubi2 a {
	padding: 3px;
	font-weight: bold;
	font-style: normal;
	background-color: #7c5903;
}
#mapa {
	float: right;
}
.mapa2 {
	position: relative;
	left: 210px;
	height: 359px;
	width: 690px;
	background: #C7AE7E url(../img/ubicacion_main_bgr.gif) no-repeat;
}


/* @group rottach */

.rottach {
	display: block;
	position: absolute;
	top: 10px;
	margin: 0px;
	padding: 0px;
	width: 670px;
	height: 120px;
	margin-left: 230px;
}

.rottach .text_bld {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-style: italic;
}

.rottach .columna {
	float: left;	
	font-size: 11px;
	padding-top: 2px;
	padding-right: 20px;
	padding-left: 5px;
	font-style: italic;
}

/* @end */
/* @group scroll */

/* SCROLL */

	#scrollfondo h1 {
		margin-top: 9px;
		margin-bottom: 18px;
		width: 280px;
		text-align: center;
		color: #fffeff;
		font: normal normal 18px Verdana;
}
	
	#scrollfondo {
		z-index: 8020;
		display: block;
		position: absolute;
		background: url(../images/sitio/ftitulospa.png) no-repeat;
		margin-top: 20px;
		margin-left: 250px; 
		height: 320px;
	}

#scrollfondo.fabrir{
	background: url(../images/sitio/fabrir.png) no-repeat;
}

	#scrolldiv {
		z-index: 8030;
		display: block;
		position: absolute;
		margin: 0px;
		padding: 0px;
	}
	#parentContainer{			
		overflow: hidden;
		float:left;
		position:relative;
		z-index: 8040;
		
		margin: 0px;
		padding: 0px;
		
	}
	

	#content{
		position:relative;
		z-index: 8050;
		top: 0px;
		text-align: left;
		color: #fffeff;
		
		margin: 0px;
		padding: 0px;
		
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
}
		 
}

	#content .gris {
		color: #6f7072;
	}
	
	#slider{
		width:15px;
		float:left;
	}
	
	#scrollbar{
		visibility:hidden;
		width:6px;
		position:relative;
		
	}

	#theScroll{
		visibility:hidden;
		margin:1px;
		width:13px;
		height:13px;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}

	#scrollUp, #scrollDown{
    	position:absolute;
		cursor:pointer;
		width:10px;
		height: 13px;
		margin-left: 10px;
	}

	#scrollUp {
		top: 115px;
	background: url(../images/up.png) no-repeat;
}

	#scrollDown{
		bottom:115px;
	background: url(../images/down.png) no-repeat;
}

 	 



/* @end */

/* @group spa */

.spa {
	background: url(../images/sitio/spa/spawellness.jpg) no-repeat right;
}

#spamenu {
	width: 565px;
	margin-top: 45px;
	padding: 0;
	text-align: left;
}
#spamenu li {	
	float: left;
	padding: 0;
	margin: 8px;
	margin-bottom: 5px;
	width: 215px;
	height: 35px;
	text-align: center;
}

#spamenu li a {
	padding-top: 9px;
	display: block;
	font-size: 15px;
	color: #fffeff;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
}

/* My Comment */

#spamenu li a:hover {
	color: #e7efff;
	text-shadow: #055376 1px 1px 2px;
}

#status {
	position: absolute;
	color: #fffeff;
	text-transform: lowercase;
	padding-top: 0px;
	padding-left: 4px;
	width: 34px;
	height: 12px;
	text-align: center;
	font: 10px Verdana;
}

/* @end */



/* @group sliderhome */

#slidercontent {
	z-index: 5000;
	text-align: left;
	padding: 0px;
	height: 359px;
	width: 900px;
	font-size: 11px;
	font-style: italic;
	background-color: #C7AE7E;
	
} 
	
	
#slidercontent .slider { 
	position: absolute;
	clear: both;
	display: block;
	z-index: 5010;
	visibility: hidden;
	width: 698px;
	height: 359px; 
	padding-left: 202px;
}

#foto1 { visibility: visible;}
 #foto1 img, #foto2 img, #foto3 img {
		width: 698px;
	height: 359px; 

	z-index: 5016;	
}

/* @end */

