/* CSS Document */
html, body {
	margin:0;
	padding:0;
}

body {
	background-color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#wrapper {
	width:850px;
	margin:0 auto;
}
#topo {
	width: 850px;
	height: 368px;
}
#conteudo {
	width: 752px;
	background: #FFF url(../img/bg_conteudo.jpg) bottom center no-repeat;
	margin-left:49px;
	padding-bottom: 120px;
	padding-top: 20px;
	margin-top:-20px;
	display:block;
}
#tabela_conteudo {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	display:block;
}

#tabela_home {
	width: 100%;
	padding-left: 0px;
	padding-right: 40px;
	display:block;
}


#rodape {
	background: url(../img/bg_rodape.jpg) bottom center no-repeat;
	height: 120px;
	display:block;
}
#rodape span {
	width: 320px;
	height: 35px;
	font-size:10px;
	color:#FFF;
	padding-left: 70px;
	padding-top: 80px;
	float:left;
}
#rodape img { float:right; padding-right: 70px; padding-top: 60px; }

/* CLASSES DOS TITULOS */

#home { 
	background:url(../img/titulo_home.gif) no-repeat; 
	width: 213px;
	height:48px;	
	display:block;
	margin-left: 30px;
	padding-bottom: 10px;
}

#hotel { 
	background:url(../img/titulo_hotel.gif) no-repeat; 
	width: 112px;
	height:34px;	
	display:block;
	margin-left: 30px;
	padding-bottom: 20px;
}

#reservas { 
	background:url(../img/titulo_reservas.gif) no-repeat; 
	width: 112px;
	height:34px;	
	display:block;
	margin-left: 30px;
	padding-bottom: 20px;
}
#pacotes { 
	background:url(../img/titulo_pacotes.gif) no-repeat; 
	width: 112px;
	height:34px;	
	display:block;
	margin-left: 30px;
	padding-bottom: 20px;
}

#pacote {
	margin-top:10px;
	margin-left:10px;
	margin-right:5px;
	border:solid 1px #CCC;
	float:left;
	width:270px;
	min-height:210px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
}

#pacote_basico {
	margin-top:10px;
	margin-left:10px;
	margin-right:5px;
	border:solid 1px #CCC;
	float:left;
	width:300px;
	min-height:260px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
}

#pacote_principal {
	clear:both;
	padding-left:20px;
	padding-right:20px;
}

#pacote_foto {
	width:330px;
	text-align:center;
	float:left;
	margin-top: 20px;
}

#pacote_foto2 {
	width:650px;
	text-align:center;
	float:left;
}

#caixa_2_principal {
	clear:both;
	width:680px;
	background-color:#FFF;
	font-size:14px;
	color:#666;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

#caixa_2_principal img {
	margin-top:30px;
	margin-bottom: 20px;
}

#pacote_titulo {
	padding-top:5px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
}

#contato { 
	background:url(../img/titulo_contato.gif) no-repeat; 
	width: 112px;
	height:34px;	
	display:block;
	margin-left: 30px;
	padding-bottom: 20px;
}
