@charset "utf-8";
/* CSS Document */
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:0;
}
html{
	height: 100%;
	overflow:hidden;
}
body{
	background-image:url(../img/fundo.gif);
	margin: 0px;
	border:0px;
	padding: 0px;
	background-color:#DCD5BB;
	
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}
h1,h2,h3,h4{
	margin-bottom:10px;
	font-family:Arial;
}
h1{
	color:#933A00;
}
h2{color:#FF9900;}
h3{color:#0066CC;}
h4{color:#5C8C2D;}
p{
	margin-bottom:10px;
}
input,textarea{
background-color:#E7D8CB;
}
#titulo_aviso
{
font-family:"Trebuchet MS";
font-size:20px;
color:#E68433;
}
#texto_aviso
{
font-family:Tahoma;
font-size:11px;
color:#94753A;
}

#topo{
	width:1005px;
	height:389px;
	background:url(../img/topo.jpg) top no-repeat #FFFFFF;
	border:1px solid #FFFFFF;
}
#topo #menu{
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	margin-left:300px;
	margin-top:230px;
}
#topo #menu .fechado{
	text-align:left;
	text-indent:30px;
	display:block;
	height:25px;
	margin-left:20px;
	float:left;
	background:url(../img/menu_icon.gif) left top no-repeat;
}
#topo #menu .fechado:hover{
	background:url(../img/menu_icon.gif) left bottom no-repeat;	
}
#topo #menu .aberto{
	text-align:left;
	text-indent:30px;
	display:block;
	height:25px;
	margin-left:20px;
	float:left;
	background:url(../img/menu_icon.gif) left bottom no-repeat;	
}
#topo #menu li a{
	text-decoration:none;
	font-weight: bold;
	font-family:Arial;
	color:#933A00;
	
}
#conteudo{
	text-align:left;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	width:1005px;
}
#conteudo #menu_lateral{
	background:url(../img/pontilhado_1.gif) repeat-y right top;
	width:240px;
	height:auto;
	float:left;
}
#conteudo #menu_lateral ul{
	background:url(../img/menu.jpg) top left no-repeat;
	display:block;
	list-style:none;
	padding-top:50px;
}
#conteudo #menu_lateral ul li{
	background:url(../img/menu_item.jpg) top left no-repeat;
	display:block;
	height:25px;
	text-indent: 70px;
	width:100%;
}

#conteudo #menu_lateral ul li a{
	text-decoration:none;
	font-weight: bold;
	font-family:Arial;
	font-size:12px;
	color:#933A00;	
}
#conteudo #comprar_agora{
	background:url(../img/comprar_agora.jpg) top left no-repeat;
	padding:4px;
	padding-top:50px;
	width:233px;
	height:194px;
	margin:2px;
}
#conteudo #comprar_agora a{
	text-decoration:none;
	font-weight: bold;
	font-family:Arial;
	font-size:16px;
	color:#990000;	
}
#conteudo #texto{
	margin-left:10px;
	width:745px;
	float:left;
	font-size:12px;
	color:#444444;
}
#conteudo #seg_cont{
	width:1px;
	clear:both;
	height:40px;
}
#rodape{
	clear:both;
	text-align:left;
	background: url(../img/rod_fund.jpg) repeat-x bottom #FFFFFF;
	height:231px;
	width:1005px;
	color:#933A00;
	border:1px solid #FFFFFF;
}
#rodape #realizacao{
	background:url(../img/pontilhado_1.gif) repeat-y right;
	width:374px;
	height:202px;
	float:left;
}
#rodape #apoio{
	background:url(../img/pontilhado_1.gif) repeat-y right;
	width:258px;
	height:202px;
	float:left;
}
#rodape #atendimento #telefones{
	margin-top:20px;
	margin-left:18px;
	text-align:center;
	font-size:44px;
	float:left;
}
#rodape #atendimento #email_msn{
	margin-top:10px;
	margin-left:20px;
	float:left;
	width:300px;
	height:33px;
	background:url(../img/logo_msn.jpg) no-repeat;
	text-indent:40px;
	font-size:20px;
}
#aviso{
position:absolute;
width:346px;
height:132px;
left:50%;
top:50%;
margin-left:-173px;
margin-top:-66px;
z-index:90001;
display:none;
}
#aviso_fundo{
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
background-color:#ffffff;
z-index:90000;

opacity: .5; filter: alpha(Opacity=50); -khtml-opacity: .5;
display:none;
}
#loading{
position:absolute;
width:70px;
height:70px;
left:50%;
top:50%;
margin-left:-35px;
margin-top:-35px;
z-index:90003;
display:none;
}
#fundo_loading{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;

background-color:#ffffff;
z-index:90002;
opacity: .5; filter: alpha(Opacity=50); -khtml-opacity: .5;
display:none;
}

.tab_pacotes{
	border-bottom-width: 1px;
	border-bottom-color: #CADAE6;
	margin-bottom:5px;
	border-bottom-style: solid;
}
.tab_pacotes *{
padding:5px;
}
.tab_pacotes_preco{
	background-color:#FFFF99;
}

.obs{color:#FF0000; font-size:9px}


