body {
	margin: 0;
	background-color: #d8c79c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p {	margin: 0 0 8px 0; }

h1 {
	font-size: 16px;
	color: #000;
	margin: 9px 0;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #de7e0d;
	margin: 8px 0;
}

img { border: none; }

strong { font-weight: bold; }

.txtc { text-align: center; }

#marca_hpc_topo {
	width: 182px;
	height: 196px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -479px;
	z-index: 99;
}

#barra_topo {
	display:table;
	width: 100%;
	background: url(../img/bg_barra_topo.gif) repeat-x;
	position: relative;
	z-index: 98;
}
#barra_topo #menu_superior {
	width: 710px;
	height: 85px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -218px;
	background: url(../img/menu/bg_menu_superior.png) no-repeat;
}
#barra_topo #menu_superior ul {
	padding: 0;
	margin: 0;
}
#barra_topo #menu_superior ul li {
	float:left;
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	margin:0 0;
	background: url(../img/menu/principal.png) no-repeat;
}
#barra_topo #menu_superior ul li.hotel { width: 162px; background-position: 0 0; }
#barra_topo #menu_superior ul li.hotel:hover { background-position: 0 -85px; }
#barra_topo #menu_superior ul li.pacotes { width: 228px; background-position: -162px 0; }
#barra_topo #menu_superior ul li.pacotes:hover { background-position: -162px -85px; }
#barra_topo #menu_superior ul li.eventos { width: 182px; background-position: -390px 0; }
#barra_topo #menu_superior ul li.eventos:hover { background-position: -390px -85px; }
#barra_topo #menu_superior ul li.contato { width: 138px; background-position: -572px 0; }
#barra_topo #menu_superior ul li.contato:hover { background-position: -572px -85px; }

#barra_topo #menu_superior ul li a {
	display:block;
	height:85px;
	line-height: 85px;
	text-align:center;
	text-indent:-9999px;
}

#barra_topo #menu_superior ul li:hover { background-position: 0 -85px; }

#barra_topo #menu_superior ul li:hover ul {
	display: block;
}

#barra_topo #menu_superior ul li ul {
	display:table;
	width:100%;
	background: url(../img/menu/bg_submenu.png);
	display: none;
	position: absolute;
	top: 85px;
	left: 0;
	padding: 5px 0 10px 0;
}
#barra_topo #menu_superior ul li ul li { 
	display: block;
	clear:both;
	width:100%;
	border:0;
	background:none;
	margin:0;
}
#barra_topo #menu_superior ul li ul li a {
	height: auto;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0;
	text-align:left;
	line-height:normal;
	margin: 5px 20px;
	text-decoration: none;
}
#barra_topo #menu_superior ul li ul li a:hover {
	color: #f7941e;
	font-weight: bold;
}

#centro {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 238px;
	background: transparent url(../img/bg01.jpg) no-repeat center top;
}
#centro.inicial {
	padding-top: 0;
	background: transparent url(../img/bg_inicial.jpg) no-repeat center top;
}
#centro.bg01 { background-image: url(../img/bg01.jpg); }
#centro.bg02 { background-image: url(../img/bg02.jpg); }
#centro.bg03 { background-image: url(../img/bg03.jpg); }
#centro #flash {
	width: 100%;
	height: 569px;
	display: table;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}

#centro #flash #menu {
	width: 701px;
	height: 52px;
	position: absolute;
	z-index: 1;
	top: 422px;
	left: 50%;
	margin-left: -478px;
}

#centro #flash #menu ul { }
#centro #flash #menu ul li {
	height: 52px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	cursor: pointer;
}
#centro #flash #menu ul li a {
	display: block;
	float: left; 
	background: url(../img/menu_bg.png) no-repeat top left;
	text-align: center;
	text-indent: -9999px;
	height: 52px;
	cursor: pointer;	
}

#centro #flash #menu ul li a.responsabilidade { width: 197px; background-position: 0 0; }
#centro #flash #menu ul li a.responsabilidade:hover { background-position: 0 -51px; }

#centro #flash #menu ul li a.agenda { width: 130px; background-position: -197px 0; }
#centro #flash #menu ul li a.agenda:hover { background-position: -197px -51px; }

#centro #flash #menu ul li a.reveillon { width: 77px; background-position: -327px 0; }
#centro #flash #menu ul li a.reveillon:hover { background-position: -327px -51px; }

#centro #flash #menu ul li a.sergipe { width: 126px; background-position: -404px 0; }
#centro #flash #menu ul li a.sergipe:hover { background-position: -404px -51px; }

#centro #flash #menu ul li a.downloads { width: 171px; background-position: -530px 0; }
#centro #flash #menu ul li a.downloads:hover { background-position: -530px -51px; }

#centro #flash  #faca_reserva {
	position: absolute;
	width: 226px;
	height: 91px;
	float: left;
	top: 383px;
	right: 50%;
	margin-right: -476px;
	margin-bottom: 20px;
}

#centro #conteudo {
	width: 1002px;
	height: auto;
	display: table;
	position: relative;
	margin: 0 auto;
	padding: 25px 0;
	z-index: 99;
}
#centro #conteudo.inicial {
	margin-top: -100px;
}

#centro #conteudo #esquerda {
	width: 226px;
	height: auto;
	float: left;
	margin: 0 25px;
}
#centro #conteudo #esquerda #faca_reserva {
	width: 226px;
	height: 91px;
	float: left;
	margin-bottom: 20px;
}

#centro #conteudo #esquerda #menu_lateral {
	width: 226px;
	height: 197px;
	float: left;
	margin-bottom: 20px;
}
#centro #conteudo #esquerda #menu_lateral ul {
	width: 226px;
	padding: 0;
	margin: 0;
}
#centro #conteudo #esquerda #menu_lateral ul li {
	width: 226px;
	float:left;
	display: inline;
	padding: 0;
	margin: 0;
}
#centro #conteudo #esquerda #menu_lateral ul li a {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 226px;
	background: url(../img/menu/lateral.png) no-repeat;
	text-align: center;
	text-indent: -9999px;
}

#centro #conteudo #esquerda #menu_lateral ul li a.responsabilidade { height: 44px; background-position: 0 0; }
#centro #conteudo #esquerda #menu_lateral ul li a.responsabilidade:hover { background-position: -226px 0; }
#centro #conteudo #esquerda #menu_lateral ul li a.agenda { height: 35px; background-position: 0 -44px; }
#centro #conteudo #esquerda #menu_lateral ul li a.agenda:hover { background-position: -226px -44px; }
#centro #conteudo #esquerda #menu_lateral ul li a.reveillon { height: 33px; background-position: 0 -79px; }
#centro #conteudo #esquerda #menu_lateral ul li a.reveillon:hover { background-position: -226px -79px; }
#centro #conteudo #esquerda #menu_lateral ul li a.sergipe { height: 37px; background-position: 0 -112px; }
#centro #conteudo #esquerda #menu_lateral ul li a.sergipe:hover { background-position: -226px -112px; }
#centro #conteudo #esquerda #menu_lateral ul li a.downloads { height: 48px; background-position: 0 -149px; }
#centro #conteudo #esquerda #menu_lateral ul li a.downloads:hover { background-position: -226px -149px; }



#centro #conteudo #esquerda #pacotes_tarifas {
	display: table;
	width: 226px;
	height: 111px;
	float: left;
}
#centro #conteudo #esquerda #newsletter {
	width: 200px;
	height: 36px;
	float: left;
	background: url(../img/bg_newsletter.png) no-repeat;
	margin-top: 25px;
	padding: 75px 13px 0 13px;
}
#centro #conteudo #esquerda #newsletter form {
	margin: 0;
	padding: 0;
}
#centro #conteudo #esquerda #newsletter input {
	border: 0;
	width: 155px;
	height: 19px;
}
#centro #conteudo #esquerda #newsletter .rounded {
	background: url(../img/rounded.gif) no-repeat left top;
	padding: 3px 5px;
	margin: 0;
	float: left;
	height: 21px;
}
#centro #conteudo #esquerda #newsletter .confirm {
	height: 27px;
	float: right;
}
#centro #conteudo #esquerda #newsletter .confirm button {
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
} 


#centro #conteudo #principal {
	width: 701px;
	height: auto;
	float: left;
	display: block;
	margin-top: 40px;
}
#centro #conteudo #principal #topico {
	width: 701px;
	height: 50px;
	float: left;
	background: url(../img/bg_topico.png) no-repeat;
}
#centro #conteudo #principal #topico #topico_texto {
	width: 666px;
	height: 24px;
	background: url(../img/bg_topico_texto.png) no-repeat;
	background-color: #929292;
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px 0 0 15px;
	text-transform: uppercase;
}
#centro #conteudo #principal #topico #topico_texto.cor01 { background-color: #4c80bf; }
#centro #conteudo #principal #topico #topico_texto.cor02 { background-color: #e88614; }
#centro #conteudo #principal #topico #topico_texto.cor03 { background-color: #bc8347; }


#centro #conteudo #principal #texto {
	width: 671px;
	float: left;
	background-color: #fff;
	padding: 15px;
	display: block;
	min-height: 460px;
	text-align: justify;
	line-height: 1.5em;
}
#centro #conteudo #principal #texto p.titulo { font-weight: bold; font-size: 16px; margin: 0; margin-bottom: 10px; }
#centro #conteudo #principal #texto div.imagem { border: solid 1px black; float: left; margin: 0 5px 5px 0; }
#centro #conteudo #principal #texto div.imagem img { max-width: 300px; }
#centro #conteudo #principal #texto { line-height: 160%; }
#centro #conteudo #principal #texto p { margin: 10px 0; }

#centro #conteudo #principal #texto a { color: black; text-decoration: none; }
#centro #conteudo #principal #texto a:hover { text-decoration: underline; }

table.leiamais { clear: both; width: 100%; }
table.leiamais td { padding: 5px 0; }
table.leiamais a { color: black; text-decoration: none; }
table.leiamais a:hover { text-decoration: underline }

#centro #conteudo #principal #texto .tabelas {
	margin: 0 auto;
	text-align: center;
	border: #c0ba98 1px solid;
}
#centro #conteudo #principal #texto .tabelas th {
	background-color: #c0ba98;
	text-align: center;
	padding: 5px 0;
	text-transform: uppercase;
}

#centro #conteudo #principal #texto .tabelas td {
	padding: 5px 0;
	text-transform: uppercase;
}

#centro #conteudo #destaques {
	position: relative;
	width: 443px;
	height: 206px;
	float: left;
	display: block;
	background: url(../img/bg_destaques.png) no-repeat;
	padding: 41px 0 0 7px;
}

#centro #conteudo #destaques span.counter { 
	position: absolute;
	bottom: 10px;
	width: 18px;
	height: 20px;
	line-height: 22px;
	left: 215px;
	color: white;
	font-weight: bold;
	text-align: center;
	background: transparent url(../img/destaque_setas.png) no-repeat -20px 0;
	font-size: 14px;
}

#centro #conteudo #eventos {
	width: 226px;
	height: 247px;
	float: right;
	background: url(../img/bg_eventos.png) no-repeat;
	margin-right: 25px;
}

#rodape {
	width: 100%;
	height: auto;
	display: block;
}

#rodape #box_menu_inferior {
	width: 100%;
	height: 32px;
	background: url(../img/bg_menu_inferior.png) repeat-x;
	text-align: center;
	position: relative;
}
#rodape #box_menu_inferior #conteudo_menu_inferior {
	width: 1002px;
	height: 12px;
	padding: 10px 0;
	position: relative;
	margin: 0 auto;
}
#rodape #box_menu_inferior #conteudo_menu_inferior ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#rodape #box_menu_inferior #conteudo_menu_inferior li {
	display: inline;
}
#rodape #box_menu_inferior #conteudo_menu_inferior li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 4px;
}
#rodape #box_menu_inferior #conteudo_menu_inferior li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#rodape #box_info_rodape {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	padding: 15px 0;
	background-color: #b3a274;
}

#rodape #box_info_rodape #conteudo_info_rodape {
	width: 1002px;
	height: auto;
	display: table;
	position: relative;
	margin: 0 auto;
}

#rodape #box_info_rodape #conteudo_info_rodape #marca_rodape {
	width: 226px;
	height: 187px;
	background: url(../img/bg_marca_rodape.png) no-repeat;
	display: block;
	padding: 30px 0;
	text-align: center;
	color: #392f18;
	float: left;
}

#rodape #box_info_rodape #conteudo_info_rodape #depoimentos_rodape {
	width: 520px;
	height: 247px;
	display: block;
	float: left;
	margin: 0 15px;
}
#rodape #box_info_rodape #conteudo_info_rodape #depoimentos_rodape .titulo_vejamais a {
	text-decoration: none;
	text-align: right;
	float: right;
	color: #392f18;
}
#rodape #box_info_rodape #conteudo_info_rodape #depoimentos_rodape .titulo_vejamais a:hover {
	text-decoration: underline;
}
#rodape #box_info_rodape #conteudo_info_rodape #depoimentos_rodape .slider {
	float: left;
/* 	max-height: 178px; */
	margin: 10px 0 0 10px;
	overflow: hidden;
}
#rodape #box_info_rodape #conteudo_info_rodape #depoimentos_rodape .slider ul {
	margin: 0;
	padding: 0;
}
#rodape #box_info_rodape #conteudo_info_rodape #depoimentos_rodape .slider li {
	margin: 0;
	padding: 0;
	width: 454px;
	height: 80px;
	margin-bottom: 10px;
}
#rodape #box_info_rodape #conteudo_info_rodape #depoimentos_rodape .slider ul li .foto_depoimento {
	width: 85px;
	height: 70px;
	float: left;
	border: #a5a5a5 1px solid;
	margin: 4px 0;
}
#rodape #box_info_rodape #conteudo_info_rodape #depoimentos_rodape .slider ul li #texto_depoimento {
	width: 360px;
	height: 80px;
	display: block;
	float: right;
	color: #392f18;
	text-align: justify;
}
#rodape #box_info_rodape #conteudo_info_rodape #depoimentos_rodape .slider ul li #texto_depoimento a { color: #392f18; text-decoration: none; }
#rodape #box_info_rodape #conteudo_info_rodape #depoimentos_rodape .slider ul li #texto_depoimento h1 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}


#rodape #box_info_rodape #conteudo_info_rodape #lar_esmeralda {
	width: 226px;
	height: 94px;
	display: block;
	float: right;
}

#rodape #box_info_rodape #conteudo_info_rodape #midias_sociais {
	width: 226px;
	height: 54px;
	display: block;
	float: right;
	background: url(../img/bg_midias_sociais.png) no-repeat;
	padding-top: 40px;
	margin: 10px 0;
	text-align: center;
}
#rodape #box_info_rodape #conteudo_info_rodape #midias_sociais img {
	margin: 0 5px;
}

#rodape #box_info_rodape #conteudo_info_rodape #agw_interativa {
	width: 92px;
	height: 34px;
	display: block;
	float: right;
	margin: 0 67px;
}

/*   #####   PERSONALIZAÇÃO   #####   */

/* fotos do hotel */
#centro #conteudo #principal #texto .fotos_hotel {
	width: 512px;
	height: auto;
	display: block;
	margin: 0 auto;
	background-color: #f5f5f5;
}
#centro #conteudo #principal #texto .fotos_hotel {
	text-align: center;
}
#centro #conteudo #principal #texto .fotos_hotel a {
	margin: 0;
	border: #e88614 2px solid;
	display: block;
}
#centro #conteudo #principal #texto .fotos_hotel a:hover {
	border: #5085c6 2px solid;
}


/* lista laranja padrão */
#centro #conteudo #principal #texto ul.lista_padrao {
	margin-left: 15px;
	padding-left: 15px;
}
#centro #conteudo #principal #texto ul.lista_padrao li {
	margin: 8px 0;
	list-style: square;
	color: orange;
}
#centro #conteudo #principal #texto ul.lista_padrao li span { color: black; }


/* Formulário de contato */
#centro #conteudo #principal #texto #form_contato table {
	margin: 0 auto;
}
#centro #conteudo #principal #texto #form_contato .input_contato {
	width: 242px;
	height: 16px;
	padding: 2px 4px;
	font-size: 14px;
}
#centro #conteudo #principal #texto #form_contato .select_contato {
	width: 250px;
	height: 24px;
	font-size: 14px;
}
#centro #conteudo #principal #texto #form_contato .textarea_contato {
	width: 502px;
	height: 67px;
	padding: 4px;
	font-size: 14px;
}

p.sucesso {
	clear: both;
	display: block;
	background: #e88614;
	font-weight: bold;
	text-align: center;
	color: white;
	padding: 10px;
}


/* Calendário */

#eventos .mes {
	color: #000;
	padding: 4px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	font-size: 10px;
	padding-bottom: 10px;
}

#eventos .mes a { color: black; text-decoration: none; }

#eventos #Calendar {
	position: relative;
	top: 30px;
	left: 14px;
}

#eventos #Calendar table {
	border: none;
	text-align: center;
	border-collapse: separate;
} 
#eventos #Calendar table th,
#eventos #Calendar table td { text-align: center; border: none; padding: 4px 5px; }

#eventos #Calendar .tabela { background: #FFFFFF; color: #0033CC; }

#eventos #Calendar .diasSemana { color: #88816f; background: url(../img/calendario_diasemana_bg.gif) center center; }

#eventos #Calendar .normal { color: #3F3F3E; background: url(../img/calendario_dias_bg.gif) center center; }

#eventos #Calendar .evento,
#eventos #Calendar .evento a { background: url(../img/calendario_evento_bg.gif) center center; color: white; cursor: pointer; text-decoration: none; }



/* formularioFaleconsco */

#texto form .dados {
	padding: 70px 0 0 20px;
	text-align: center;
} #texto form .dados img {
	margin-bottom: 20px;
} #texto form .dados p.atendimento {
	font-weight: bold;
} 

.sucessoEmail {
	clear: both;
	text-align: center;
	padding: 5px;
	margin: 10px 0;
	background: #0e80bb;
	color: #FFF;
}

#texto .formularioFaleconsco { width:280px; padding-top: 20px;  }

#texto .formularioAcessoMedico { position: relative; width:450px; margin: 0 auto; padding-top: 20px;  }

#texto .formularioEsqueciSenha { position: relative; width:550px; margin: 0 auto; padding-top: 20px;  }

#texto .formularioEsqueciSenha label { margin-left: 190px; }

#texto .formularioTrabalheconosco { position:relative; width: 325px; float: left; margin: 0 5px; margin-top: 10px; }

#texto .formularioFaleconosco { position:relative; width: 330px; float: left; margin: 0 5px; }

#texto .formularioDicas { position:relative; width: 330px; margin: 0 5px; left: 200px; }

#texto form span.linha .colA .half,
#texto form span.linha .colB .half { width: 156px; }

#texto form span.linha .colA .select, 
#texto form span.linha .colB .select { width: 162px; }

#texto form span.linha label.margr { margin-right: 10px; }

#texto form .formularioTrabalheconosco textarea { height:35px }
	
/* FORM */

#texto form { margin-top: 10px; }
#texto  form div { position: relative; }
#texto  form label { display:block; color: black; margin-bottom: 5px; padding: 2px 0; }
#texto  form label .infotelefone { visibility: hidden; color: red; padding-left: 5px; }

#texto form input,
#texto form select,
#texto form textarea { outline: none; background: #FBFBFB; border: solid 1px #D9D9D9; font-weight: normal; padding: 3px 1px; }
#texto form textarea { height: 80px; }
#texto form span.info { font-size: 10px; color: #666; font-weight: normal; }

#texto  form span.linha { position: relative; clear: both; display: table; width: 100%; margin-bottom: 2px; }
#texto  form span.linha .colA,
#texto  form span.linha .colB { float: left; }
#texto  form span.linha .colB { float: right } 

#texto  form p.tipo {
	font-size: 12px;
	font-weight:bold;
	background: #e88614;
	color:#FFF;
	padding: 3px;
	border: none;
	margin-bottom: 5px;
} 

#texto form button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	cursor: pointer;
} 

#texto form .full { width: 99%; }
#texto form .half { width: 45%; }
#texto form .minHalf { width: 20%; }
#texto form .select { width: 49%; padding:0; }

#texto form .areaBotao {
	clear: both;
	text-align: center;
	width: auto;
}
