@charset "utf-8";
/* CSS Document */

body {
	margin:0px; /* centraliza a página */
	text-align:center; /* centraliza a página no internet explorer */
	background-color:#fff; /* define uma cor de fundo para a página */
}
#corpo {
	margin:0px auto; /* centraliza a div na página */
	background-color:#FFFFFF; /* definimos a cor de fundo da div */
	overflow:hidden;
}
#bgtopo {
	width:100%;
	background-image:url(../imagens/bgtopo.jpg);
	background-repeat:repeat-x;
}
#topo {
	margin:0px auto;
	width:1000px;
	height:150px;
	background-image:url(../imagens/bgtop.jpg);
	background-repeat:no-repeat;
}
#conteudo {
	margin:0px auto;
	width:1000px;
	overflow:hidden;
	min-height:412px;
}
#rodape {
	clear:left;
	width:100%;
	height:150px;
	background-color:#0F2D5F;
	margin-top:5px;
}
.logo {
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	float:left;
	display:inline;
}
.menu {
	width:820px;
	height:44px;
	background-color:#FFF;
	margin:103px 10px 0px 0px;
	float:right;
}

#flashtour{
	width:531px;
 	margin:15px 18px 0px 10px;
	float:left;
	display:inline;
}

#cont_rdp{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
}

#box_cont_rodape01{
	width:370px;
	overflow:hidden;
	background-color:#0F0;
	position:relative;
	top:10px;
	left:10px;
	float:left;
	display:inline;
	margin-right:1px solid #FFF;
}

#box_cont_rod02{
	width:330px;
	overflow:hidden;
	background-color:#F00;
	position:relative;
	top:10px;
	left:20px;
	float:left;
	display:inline;
}

#box_cont_rod03{
	width:260px;
	overflow:hidden;
	background-color:#60C;
	position:relative;
	top:10px;
	right:10px;
	float:right;
	display:inline;
}

#contdir{
	width:430px;
	overflow:hidden;
	margin:15px 10px 0px 0px;
	float:right;
	
}

#box_book_dest_home{
	width:435px;
	overflow:hidden;
	min-height:220px;
	background-color:#F3F6FB;
	margin-top:10px;
}

#box_book_home{
width:121px;
height:121px;
float:left;
display:inline;
margin: 10px 6px 6px 15px;
}

.box_news{
	width:290px;
	height:100px;
	background-color:#F4F4F4;
	border-bottom:#CCC 1px solid;
	margin-top:6px;
	text-align:justify;
	padding:10px;
	float:left;
	display:inline;
	margin: 0px 10px 10px 10px;
}