/* Tira as margens e os espaçamentos */
body {
	margin: 0;
	padding: 0;
	background: url(../images/back.jpg);
}
/* Alinha a página no centro */
#corpo {
	width: 778px;
	position: absolute;
	overflow-x: hidden; /* Tira a barra de rolagem horizontal */
	left: 50%;
	margin-left: -389px;
	background: #fff;		
}
/* Imagens do topo */
#topo_superior {
	width: 100%;
	height: 73px;
	background-image: url(../images/topo_cima.jpg);
}
#topo_inferior {
	width: 100%;
	height: 76px;
	background-image: url(../images/topo_baixo.jpg);
}
/* Posiciona as imagens das bandeiras */
#idiomas {
	padding: 7px 0 0 671px;
}
/* Estiliza as informações do menu e do rodapé */
#menu, #rodape {
	height: 34px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background-image: url(../images/menu.jpg);
}
#rodape {
	margin-top: 30px;
}
/* Estiliza a janela e os dados internos sobre o WDFsites*/
#janela {
	width: 778px;
	height: 100%;
	position:absolute;
	margin: -185px 0 0 0;
	background-color:#fff;
	opacity: .6;
	-moz-opacity: 0.6;
	z-index:3;
	float:left;
}
#wdfsites { /* Define as dimensões da caixa*/
	width: 345px;
	height: 206px;
	position:absolute;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #779acc;
	margin: 20px 0 0 216px;
	border: 1px solid #4876bb;
	background-color:#fff;
	float:left;
	z-index:4;
}
.topo_wdf {
	height: 17px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin-top: 0;
	border-bottom: 1px solid #4876bb;
	padding: 2px 0 0 9px;
	background-image: url(../images/back_wdf.jpg);
}
.img_wdf { /*Posiciona a imagem fechar.jpg*/
	position:absolute;
	margin: -25px 0 0 327px;
}
.logo_wdf { /*Posiciona a logomarca */
	padding: 5px 0 0 10px;
}
#info_wdf {
	line-height: 15px;
	margin: -80px 0 0 136px;
}
#caixa_wdf {
	margin: 45px 0 0 0;
	padding: 8px 10px 8px 10px;
	border-top: 1px solid #4876bb;
	background-color: #779acc; 
}
#site_wdf {
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 10px 8px 10px;
	background-color: #4876bb; 
	line-height: 15px;
	font-weight: bold;
	
}
/* Estiliza as informações da página central onde é carregado o AJAX */
#inicial {
	width: 775px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
/* Estiliza o texto copyright */
#copyright {
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	margin-top: 10px;
}
/* Posiciona o logo wdfsites no rodapé */
.wdfsites {
	position: absolute;
	margin: -4px 0 0 270px;
}
/*Define as estilizações dos links dos menu*/
ul.menu {
	margin-left: -38px;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
}
ul.menu li{
	margin: -5px 0 0 0;
    float: left;
    width: 97px;
    text-align: center;
}
ul.menu li a{
    color: #666;
    display: block;
    padding: 5px;
    text-decoration: none;
}
ul.menu li a:hover {
	color: #fff;
	font-weight: bold;
	border: 1px solid #b2b2b2;
	background-color: #d2d2d2;
}
/* Estiliza a caixa apresentação */
#apresentacao {
	width: 426px;
	margin: 30px 0 0 40px;
}
.apresentacao, .contato, .online, .pousada, .localizacao, .fotos, .precos, .links, .reservas, .livro, .nome_livro {
	height: 18px;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin-top:0;
	padding: 2px 0 0 9px;
	border: 1px solid #9c6;
	background-image: url(../images/back_apres.jpg);
}
#caixa_apres, #caixa_cont, #caixa_on, #caixa_pous, #caixa_local, #caixa_foto, #caixa_precos, #caixa_links, #caixa_reser, #caixa_livro, #text_livro {
    height: 421px;
	margin-top: -7px;
	border-right: 1px solid #b2b2b2;	
	border-left: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
#data {
	padding: 5px 0 0 177px;
}
#mes {
	margin-top: -18px;
	padding-left: 25px;
}
#para_1 {
	font-weight: normal;
	margin: 20px 0 0 35px;
	width: 346px;
	text-align: center;
	padding-bottom: 15px;
}
#para_2, #bloco, #para_4 {
	font-weight: normal;
	margin: 20px 0 0 27px;
	width: 240px;
	text-align: justify;
}
.para_2, .para_4 {
	margin-top: -85px;
	padding-left: 255px;
}
#para_3 {
	width: 230px;
	margin: -85px 0 0 140px;
}
#para_4 {
	margin-top: 35px;
	width: 230px;
}
.para_4 {
	margin-top: -60px;
}
/* Estiliza a caixa de contato */
#contato {
	width: 245px;
	margin: -444px 35px 0 0;
	float: right;
}
.contato {
	border-color: #d5951a;
	background-image: url(../images/back_cont.jpg);
}
#caixa_cont {
    height: 158px;
}
#posicont {
	padding: 9px 0 0 21px;
}
#fone, #skype, #msn{
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	float: right;
	text-align: center;
	margin: -39px 42px 0 0;	
}
#skype {
	margin: -33px 58px 0 0;	
}
#msn {
	margin: -35px 12px 0 0;	
}
/* Estiliza a caixa do formulário on-line */
#online {
	width: 245px;
	margin: -250px 35px 0 0;
	float: right;
}
.online {
	border-color: #0cc;
	background-image: url(../images/back_form.jpg);
}
#caixa_on {
    height: 228px;
}
/* Estiliza os componentes do formulário */ 
div#formcampos form {
	padding:12px 0 0 4px;
	text-align:left;
}
div#formcampos form span {
	padding-bottom: 8px;
	display:block;
}
div#formcampos form span label {
	font-weight: normal;
	width:29%;
	float:left;
	display:block;
	margin:0 0 0 10px;
}
div#formcampos form span input.text, div#formcampos form span input.codigo {
	border:1px solid #b2b2b2;
	font: normal  x-small Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
}
div#formcampos form span input.contador, div#formreservas form span input.contador, div#form_livro form span input.contador {
	font: normal  x-small Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin-left: 180px;
	text-align: right;
	border: none;
	color:#999;
}
div#formcampos form span textarea.text {
	width:61%;
	font: normal  x-small Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	height:55px;
	border:1px solid #b2b2b2;
	overflow:auto;
}
div#formcampos form .codform, div#form_livro form .imggd_livro {
	position: absolute;
	margin-left:10px;
}
div#formcampos form span .aviso, div#formreservas form span .reseraviso, div#form_livro form span .aviso {
	color: #f00;
	text-align: center;
	padding-top: 1px;
	width: 215px;
	display:block;
}
div#formcampos form span .botao, div#formreservas form span .botao, div#form_livro form span .botao{ 
	font: normal  x-small Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 8px 0 0 90px;
	border: 3px double ;
	border-color: #acb5b5 #acb5b5 #6f7777 #acb5b5;
	background: #fefefe url(../images/button.jpg) repeat-x;	
}
div#formcampos form span .botaohov {
	border-color: #0cf #09f #06f #09f;
}
#resposta, #reseresp {
	font-weight: normal;
	padding: 85px 0 0 45px;
	width: 150px;
	text-align: justify;
}
/* Estiliza o template da pousada */
#pousada {
	width: 530px;
	margin: 30px 0 0 123px;	
}
.pousada {
	border-color: #969;
	background-image: url(../images/back_pous.jpg);
}
#caixa_pous {
	height: 390px;
}
#textpous_1, #textpous_3 {
	width: 345px;
	margin-left: 27px;
	padding-top: 25px;
	text-align: justify;
	font-weight: normal;
}
.imgpous_1, .imgpous_3 {
	margin: -80px 0 0 360px;
	padding-top: 5px;
}
#textpous_2 {
	width: 345px;
	margin: 10px 0 0 160px;
	text-align: justify;
	font-weight: normal;
}
.imgpous_2 {
	margin: -3px 0 0 -135px;
	position: absolute;
}
#textpous_3 {
	margin-top: 10px;
}
.imgpous_3 {
	margin-top: -85px;
}
#endereco {
	color: #969;
	margin: 10px 0 0 0;
	text-align: center;
}
/* Estiliza o template localização */ 
#localizacao, #fotos {
	width: 610px;
	margin: 30px 0 0 90px;
}
.localizacao {
	border-color: #c6b44f;
	background-image: url(../images/back_local.jpg);
}
#caixa_local, #caixa_foto {
	height: 400px;
}
.imglocal {
	padding: 21px 0 0 29px;
}
/* Estiliza o template de fotos */ 
.fotos {
	border-color: #b2b2b2;
	background-image: url(../images/back_foto.jpg);
}
#janela_foto{ 
	width: 608px;
	height: 400px;
	position:absolute;
	background-color:#fff;
	z-index:3;
	float:left;
}
#mostra_foto{ 
	position:absolute;
	margin: 40px 0 0 115px;
	float:left;
	z-index:4;
}
.fecha_foto{ 
	height: 16px;
	position:absolute;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
	margin: 335px 0 0 275px;
	border: 1px solid #b2b2b2;
	padding: 2px 9px 0 9px;
	background-image: url(../images/back_foto.jpg);
	cursor: pointer;
}
.efect_foto img{ /* Coloca o efeito opacity nos tumbnails*/
	padding: 10px 0 0 12px;
	opacity: .6;
	-moz-opacity: 0.6;
}
.efect_foto:hover img{
	opacity: 1;
	-moz-opacity: 1;
}
/* Estiliza o template de preços */
#precos {
	width: 610px;
	margin: 30px 0 0 90px;
}
.precos {
	border-color: #25c288;
	background-image: url(../images/back_preco.jpg);
}
#caixa_precos {
	height: 460px;
}
.tabelas {
	margin: 20px 0 0 32px;
}
.tabelas, .tabelas th, .tabelas td {
	border: 1px solid #b3b3b3;
	border-collapse:collapse;
	padding: 5px 10px 5px 10px;
}
.tabelas th {
	background-color: #e5e5e5;
}
.tabelas td {
	font-weight: normal;
}
.tabelas .azul {
	background-color: #e6f3ff;
}
.tabelas .cinza {
	background-color: #eee;
}
.tabelas .direita {
	text-align: right;
}
#especial {
	text-align: center;
	padding-top: 20px;
}
/* Estiliza o template de reservas on-line */
#reservas {
	width: 470px;
	margin: 30px 0 0 155px;
}
.reservas {
	border-color: #0c0;
	background-image: url(../images/back_reser.jpg);
}
#caixa_reser {
    height: 442px;
}
div#formreservas form, div#form_livro form {
	font-weight: normal;
	padding:15px 0 0 8px;
	text-align:left;
}
div#formreservas form span, div#form_livro form span{
	padding-bottom: 8px;
	display:block;
}
div#formreservas form span label, div#form_livro form span label {
	width:132px;
	display: block;
	float: left;
	margin:0 0 0 10px;
}
div#formreservas form span input.padrao, div#formreservas form span select.apart, div#formreservas form span select.pag,
div#formreservas form span textarea.text, div#formreservas form span input.cidade, div#formreservas form span input.estado, 
div#formreservas form span input.pais, div#formreservas form span input.cep, div#formreservas form span input.telefone, 
div#formreservas form span input.fax, div#formreservas form span input.chegada, div#formreservas form span input.saida, 
div#formreservas form span input.noites, div#formreservas form span input.leitos, div#formreservas form span input.adultos, 
div#formreservas form span input.criancas, div#formreservas form span input.codigo, div#form_livro form span input.text, div#form_livro form span input.confir, div#form_livro form span textarea.text {
	margin: 0 6px 0 5px;
	border:1px solid #b2b2b2;
	font: normal  x-small Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
}
div#formreservas form span input.padrao, div#form_livro form span input.text {
	width: 62%;
}
div#formreservas form span input.cidade {
	width: 37%;
}
div#formreservas form span input.estado {
	width: 7.5%;
}
div#formreservas form span input.pais {
	width: 37%;
}
div#formreservas form span input.cep {
	width: 15.6%;
}
div#formreservas form span input.telefone, div#formreservas form span input.fax {
	width: 26.4%;
}
div#formreservas form span input.chegada, div#formreservas form span input.saida {
	width: 17.8%;
}
div#formreservas form span input.noites, div#formreservas form span input.leitos {
	width: 13.6%;
}
div#formreservas form span input.adultos, div#formreservas form span input.criancas {
	width: 14.5%;
}
div#formreservas form span textarea.text, div#form_livro form span textarea.text {
	width: 62%;
	height: 65px;
	overflow:auto;
}
div#formreservas form span input.contador {
	margin-left: 390px;
}
div#formreservas form .codreserva {
	position: absolute;
}
div#formreservas form span .reseraviso {
	width: 435px;
}
div#formreservas form span .botao{ 
	margin-left: 198px;
}
div#formreservas form span .botaohov {
	border-color: #06ff06 #00ce00 #009b00 #00ce00;
}
#reseresp {
	padding: 195px 0 0 55px;
	width: 350px;
}
/* Estiliza o template de links */
#links {
	padding: 67px 0 67px 128px;
	width: 520px;
}
.links {
	border-color: #f90;
	background-image: url(../images/back_links.jpg);
}
#caixa_links {
	padding: 10px 40pxs;
	text-align: justify;
	height: 170px;
}
#caixa_links a, .agora {
	text-decoration: none;
	font-weight: normal;
	color: #666;
}
#caixa_links a:hover, .agora:hover {
	font-weight: bold;
	color: #fd9800;
}
.agora:hover {
	color: #22b57d;
}
/*Estiliza os links do form do livro de visitas e a páginação*/
#link_assina {
	margin: 14px 0 0 300px;
}
#volta {
	text-align: center;
	padding-bottom: 20px;
}
#link_assina a, #paginacao a, #volta a {
	font-weight: bold;
	text-decoration: none;
	color: #00f;
}
#link_assina a:hover, #paginacao a:hover, #volta a:hover {
	color: #666;
}
#resp_cont {
	font-weight: normal;
	text-align: center;
	padding: 84px 20px 20px 20px;
}
#msg_livro {
	font-weight: normal;
	margin: 14px 0 0 260px;
}
#msg_livro_ok {
	font-weight: normal;
	margin: 14px 0 0 225px;
}
/**/
#livro, #cel_livro {
	width: 370px;
	margin: 50px 0 0 205px;
}
.livro {
	border-color: #c30;
	background-image: url(../images/back_livro.jpg);
}
#caixa_livro {
    height: 230px;
	margin-bottom: 59px;
}
div#form_livro form span label {
	width: 95px;
}
div#form_livro form span input.contador {
	margin-left: 287px;
}
div#form_livro form span .aviso {
	width: 335px;
}
div#form_livro form span .botao{ 
	margin: 10px 145px;
}
div#form_livro form span .botaohov {
	border-color: #fb3f00 #c30 #a82b00 #c30;
}
/**/
#tam_livro {
	height: 290px;
}
#cel_livro {
	margin-top: 17px;
}
.nome_livro {
	border-color: #059292;
	background-image: url(../images/back_resp.jpg);
	font-weight: bold;
}
#text_livro {
	font-weight: normal;
	padding: 15px;
	text-align: justify;
	height: 82px;
}
#paginacao {
	font-weight: normal;
	text-align: center;
	margin-top: 20px;	
}