@charset "utf-8";
/* CSS Document */

@import "menu.css"; 
@import "box.css"; 
@import "links.css";
@import "hotels.css";
@import "tour.css";

body{
	/*background-color:#f3f1e9;*/
	background-color:#396379;
	font-size:12px;
	color:#524D49;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;	
	/*background-image:url(../img/bg_topo.jpg); 
	background-position:top; 
	background-repeat:no-repeat*/
	}
	
#homepage{
width:900px; 
margin:0 auto;
background-color:#f3f1e9;
}
	
#topo{
	width:100%;
	height:204px;
	background-image:url(../img/topo.png);
	_background-image:url(../img/topo.gif);
	background-position:top;
	background-repeat:no-repeat;
	z-index:10;
	position:relative;
}

#logo{
	position:absolute;
	left:15px;
	top:15px;
	z-index:11;
	/*background-image:url(../img/logo.png);
	_background-image:url(../img/logo.gif);*/
	background-repeat:no-repeat;
	background-position:top;
	width:250px;
	height:100px;
	}

.about_us{
	 background-image:url(../img/bg_about_us.jpg);
	 background-repeat:no-repeat;
	 padding:30px;
	 width:580px;
	 height:210px;
	 }


form{
	margin:0;
	}
	
.homepage{
	padding:30px 0 0 0;
	margin:0 auto 0 auto;
	width:873px;
	}
	
.conteudo{
	margin:30px auto 10px auto;
	}

	
.titulo, .titulo_topo, a.titulo{
	font-size:17px;
	color:#1E73A5;
	font-weight:bold;
}

a.titulo{
	text-decoration:none
}


.titulo_topo{
	background:url(../img/seta_titulo.jpg) left top no-repeat;
	padding-left:30px;
	padding-top:3px;
	height:30px;
}


.rodape{
	background-color:#3F464F;
	text-align:center;
	width:900px;
	color:#FFFFFF;
	margin:15px auto 0 auto;
	padding:0;
	}
	
.titulo_pacotes, a.titulo_pacotes{
	font-size:17px;
	color:#2175A7;
	}
	
.titulo_pacotes2{
	font-weight:bold;
	color:color:#2175A7;
	}
	
.titulos{
	font-size:23px;
	color:color:#2175A7;
	}
	
.titulos_cidades{
	font-size:16px;
	color:#898249;
	font-weight:bold;
	}

.more_info a {
	color:#2175A7;
	text-decoration:underline;
	}
	

.box_menor{
	width:290px;
	margin-bottom:20px
}
	
.coluna_esquerda{
	float:left;
	width:600px;
	margin-left:10px;
	}
	
.coluna_direita{
	float:right;
	width:170px;
	background-image:url(../img/bg_coluna_direita1.jpg);
	background-position:bottom;	
	background-repeat:repeat-x;
	text-align:left;
	background-color:#EEEAE9;
	padding:20px;
	margin-right:20px;
	font-size:11px;
	}
	

.titulo02{
	font-size:18px;
	}
	
.titulo_nevegacao{
	 border-bottom:1px #575353 solid;
	 padding:0 0 4px 5px;
	 }
	 

.box_calendar{
	width:300px;
	}

.box_calendarTitulo, .box_calendarConteudo{
	background-image:url(../img/bg_boxCalendar1.jpg);
	background-repeat:repeat-x;
	background-color:#F8F2E2;
	mini-height:30px;
	padding:5px 0 0 5px;
	border:3px #FFFFFF solid
	}

.box_calendarConteudo{
	background-image:url(../img/bg_boxCalendar1.jpg);
	mini-height:50px;
	padding:10px;
	}
	
.linha_contato{
	width:550px;
	text-align:center;
	margin:20px 0 20px 0;
	}

#box_hotel{
	padding:5px 10px 5px 10px;
	background-color:#E0DCC5;
	margin:10px 0 10px 0;
	}