
* {
	text-decoration:none;
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	outline:0;
}

body {
	cursor:default;
	background:#482E1F url(../imagens/bg/bg-areia.jpg);
}

body, input, textarea, select {
	color:#6D6C64;
	font:12px Arial, Helvetica, sans-serif;
}

#mestre {
	position:relative;
	display:block;
	width:968px;
	margin:30px auto;
	padding-top:15px;
	padding-bottom:25px;
	background:url(../imagens/bg/box-top.png) no-repeat left top;
}

#content, #content_int {
	display:block;
	width:100%;
	float:left;
}

#content {
	margin-bottom:10px;
	padding-bottom:20px;
	background:url(../imagens/bg/box-bot.png) no-repeat left bottom;
}

#content_int {
	position:relative;
	background:url(../imagens/bg/box-pad.png) repeat-y left bottom;
}

#cont {
	position:relative;
	width:965px;
	float:left;
	margin-top:10px;
}

/*** TOPO ***/
#tit_cliente {
	position:absolute;
	z-index:5;
	top:-45px;
	left:-10px;
}

#tit_cliente, #tit_cliente a {
	display:block;
	width:231px;
	height:180px;
}

#tit_cliente a {
	background:url(../imagens/en/logo.png);
	text-indent:-9999px;
}

#menu {
	display:inline;
	float:right;
	margin-right:5px;
}

#menu li, #menu li a {
	display:block;
	float:left;
	height:24px;
}

#menu li {
	padding:0px 11px 0px 8px;
	background:url(../imagens/menu/divisor.png) no-repeat right top;
}

#menu li a {
	text-indent:-3000px;
}

#menu li.pousada a {
	width:49px;	background:url(../imagens/menu/en/pousada.png) no-repeat left top;
}

#menu li.acomodacoes a {
	width:67px;	background:url(../imagens/menu/en/acomodacoes.png) no-repeat left top;
}
	
#menu li.servicos a {
	width:74px;	background:url(../imagens/menu/en/servicos.png) no-repeat left top;
}

#menu li.lazer a {
	width:65px;	background:url(../imagens/menu/en/lazer.png) no-repeat left top;
}

#menu li.como_chegar a {
	width:68px;	background:url(../imagens/menu/en/como-chegar.png) no-repeat left top;
}

#menu li.tarifas_reservas a {
	width:105px;	background:url(../imagens/menu/en/tarifas-reservas.png) no-repeat left top;
}

#menu li.parcerias a {
	width:98px;	background:url(../imagens/menu/en/parcerias.png) no-repeat left top;
}

#menu li.contato a {
	width:75px;	background:url(../imagens/menu/en/contato.png) no-repeat left top;
}

#menu li.contato {
	background:none;
}

#menu li a:hover,
#b_pousada li.pousada a,
#b_acomodacoes li.acomodacoes a,
#b_servicos li.servicos a,
#b_lazer li.lazer a,
#b_como_chegar li.como_chegar a,
#b_tarifas li.tarifas_reservas a,
#b_parcerias li.parcerias a,
#b_contato li.contato a {
	background-position:left bottom;
}

#idioma {
	position:absolute;
	display:block;
	right:20px;
	top:-15px;
}
#idioma li {
	display:inline;
	float:left;
	margin-left:10px;
}
#idioma li, #idioma li a {
	width:18px;
	height:15px;
}
#idioma li a {
	display:block;
	text-indent:-3000px;
}
#idioma li.pt a { background:url(../imagens/home/bt-idioma-pt.png) no-repeat left top; }
#idioma li.es a { background:url(../imagens/home/bt-idioma-es.png) no-repeat left top; }
#idioma li.en a { background:url(../imagens/home/bt-idioma-en.png) no-repeat left top; }

#idioma li a:hover, #idioma li a.ativo { background-position:0px 5px; }

#rodape {
	position:relative;
	display:block;
	width:960px;
	float:left;
}

#rodape p,
#rodape a {
	display:inline;
	float:left;
	width:110px;
	height:30px;
	line-height:30px;
	padding:0px 3px 3px 0px;
	color:#FFF;
	text-align:center;
	margin:0 0 0 15px;
}

#rodape .mtur {
	margin-left:115px;
	/**background-image:url(../imagens/rodape/botao-pq.png);**/
	background-image:url(../imagens/rodape/bt-mtur.png);
}

#rodape .abh {
	text-indent:-5000px;
	background-image:url(../imagens/rodape/abh.png);
}

#rodape .guia-4-rodas {
	text-indent:-5000px;
	background-image:url(../imagens/rodape/quatro-rodas.png);
}
#rodape .brasil {
	text-indent:-5000px;
	background-image:url(../imagens/rodape/brasil.png);
}

#rodape a.bombinhas {
	padding-left:50px; 
	width:150px;
	background:url(../imagens/rodape/bombinhas.png) no-repeat;
}

#rodape a.polvo {
	position:absolute;
	right:0px;
	top:5px;
	display:block;
	width:21px;
	height:25px;
	background:url(../imagens/rodape/polvo.gif) no-repeat;
	text-indent:-5000px;
	padding:0;
	margin:0;
}

/*** OVERLAY ***/
#overlay {
	position:absolute;
	z-index:50;
	top:0px;
	left:0px;
	width:100%;
	/*background-color:#4c3425;*/
	background-color:#D3D1B8;
	opacity:0.9;
	display:none;
}

.loading {
	position:absolute;
	top:50%;
	display:block;
	width:16px;
	height:16px;
	text-indent:-3000px;
	background:url(../imagens/home/loading.gif) no-repeat center center;
}

/****** FOTO AMPLIADA ******/
#cont_foto_amp .foto_amp {
	text-align:center;
	margin-top:5px;
}

#cont_foto_amp {
	display:none;
	position:absolute;
	z-index:60;
	width:633px;
	height:652px;
	background:url(../imagens/pousada/bg-fotoamp.png) no-repeat left top;
}

#cont_foto_amp h3 {
	color:#507731;
	margin:15px 0 0 18px;
}

#cont_foto_amp .bt_fechar {
	display:block;
	width:83px;
	height:15px;
	position:absolute;
	right:10px;;
	top:-15px;;
	text-indent:-3000px;
	background:url(../imagens/pousada/bt-fechar.png) no-repeat left bottom;
}

#cont_foto_amp .bt_fechar:hover,
#cont_foto_amp .nav_foto_amp .avanca:hover, 
#cont_foto_amp .nav_foto_amp .volta:hover { 
	background-position:left top;
}

#cont_foto_amp .nav_foto_amp {
	position:absolute;
	top:-30px;
	left:275px;
	width:84px;
}

#cont_foto_amp .nav_foto_amp a { 
	width:42px;
	height:26px;
	float:left; 
	text-indent:-3000px;
}

#cont_foto_amp .nav_foto_amp .avanca {
	position:absolute;
	right:0;
	background:url(../imagens/pousada/bt-nav-prox.png) no-repeat left bottom; 
}

#cont_foto_amp .nav_foto_amp .volta {
	position:absolute;
	left:0;
	background:url(../imagens/pousada/bt-nav-ant.png) no-repeat left bottom; 
}

address.endRodape {
	color:#507731;
	font-weight:bold;
	font-style:normal;
	margin-top:10px;
	text-align:center;
	float:left;
	width:968px;
	font-size:11px;
}