* {	text-decoration:none; margin:0; padding:0; list-style:none; border:none;/* Começo zerando tudo. O */}
/***************************** Geral *****************************/

body{
  background: #f4f4f6;
  margin-top: 15px;
  	scrollbar-face-color: #f4f4f6;
	scrollbar-shadow-color: #b7b7b7;
	scrollbar-highlight-color: #b7b7b7;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #98874d;
	font-size: 11px;
	font-family: arial;
}

#geral{
  background: url(../images/bg_geral.gif) repeat-y;
  width:980px;
  margin: 0 auto;
  
  /*background: url(../images/bg_geral.gif) repeat-y;
  float: left; 
  position: absolute;
  left: 50%; 
  width:980px;
  margin-left: -490px !important;*/
}
/*----------------------------------------------------------------Left*/
#left {
	float: left; width: 195px;
	background: url(../images/bg_lateral.gif) repeat-y;
}

#logo {
	float: right;
}

#menu {
	margin-top: 20px;
	float: right; width: 165px; padding-right: 14px;	
}

#menu ul .li {
	background-image: url(../images/bg_menuLateral.gif);
	border-bottom: 1px dotted #000000;
	border-right: 1px solid #000000;
	margin-bottom: 1px;
	line-height: 22px;
	height: 22px;
}	

#menu ul .li a {
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
	display: block;
}

#menu ul .li a:hover {
	background-image: url(../images/bg_menuLateralOn.gif);
	_text-decoration: underline;
}

.submenu {
	border-bottom: 1px dotted #7a7a7b;
	margin-left: 10px;
	line-height: 20px;
	display: list-item;
	background-image: none;
	width: 150px;
}

.submenu a {
	color: #98874d;
	padding: 0 0 0 15px;	
	background: url(../images/bullet_subOff.gif) no-repeat left center;
}

.submenu a:hover {
	text-decoration: underline;
	background: url(../images/bullet_subOn.gif) no-repeat left center;
}

.submenu .selected {
	background: url(../images/bullet_subOn.gif) no-repeat left center;
}

#buscaRapida {
	float: right;
	width: 160px;
	padding-right: 20px;
	margin-top: 20px;
	color: #98874d;
}

div.leftBranco {
	float: right;
	background-color: #ffffff;
	width: 160px;
	margin-right: 20px;
	_margin-right: 10px;
	text-align: center;
	margin-top: 20px;
}

div.leftBranco .texto {
	font-size: 10px;
	color: #8d8d8d;
	text-align: left;
	margin: 3px 0 3px 5px;
}

div.leftBranco .logos {
	margin: 10px 3px 10px 3px;
}

div.leftGeral {
	float: right;
	width: 160px;
	margin-right: 20px;
	_margin-right: 10px;
	margin-top: 20px;
}

div.leftGeral table {
	width: 100%;
}

div.leftGeral TD {
	text-transform: uppercase;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px dotted #000000;
}

div.leftGeral .TD {
	text-transform: none;
	padding: 2px;
	border-bottom: 1px dotted #000000;
}

div.leftGeral .left {
	border-left: 1px solid #98874d;
	border-bottom: 1px dotted #98874d;
	font-weight: bold;
}

div.leftGeral .right {
	border-bottom: 1px dotted #98874d;
	text-align: right;
}

div.leftGeral .subright {
	text-align: right;
}

div.leftGeral .news {
	text-transform: none;
}

/*----------------------------------------------------------------Right*/
#right {
	width: 785px;
	float: left;
}

#topo{
  float: left;
  width: 763px;;
  height: 28px;
  background-color: #f4f4f6;
  vertical-align: baseline;
}
.curvaTop {
	background: url(../images/curva_top.gif) no-repeat bottom;
	width: 22px; height: 47px; float: left;
}

#degrade{
  float: left;
  width: 762px;
  text-align: right;
  background: #ffffff url(../images/degrade_top.gif) repeat-x top;
  height: 19px;
  border-right: 1px solid #98874d;
}

/*----------------------------------------------------------------Menu TOP*/
#data {
	float: left;
	color: #000000;
	margin-top: 10px;
	margin-left: 20px;
}

#menuTop {
	margin-top: 6px;
	float: right;
	background: #98874d url(../images/bg_menuTop.gif) repeat-x;
	
}

#menuTop .curva {
	float: left;
}

#menuTop ul li, #menuTop ul .li {
	padding-left: 12px;
	padding-right: 12px;
	line-height: 22px;
	height: 23px;
	display: inline;
}

#menuTop ul .li {
	border-right: 1px solid #d9d2b9;
}


#menuTop ul li a {
	color: #ffffff;
}


#menuTop ul li a:hover {
	text-decoration: underline;
}

#menuTop .icohome {
	padding: 0 7px 0 7px;
}

/*----------------------------------------------------------------SUBMENU2*/
#Submenu2 {
	clear: both;
	background: #8f8f92;
}

#Submenu2 ul li, #Submenu2 ul .li {
	padding-left: 12px;
	padding-right: 12px;
	line-height: 22px;
	height: 23px;
	display: inline;
}

#Submenu2 ul .li {
	border-right: 1px solid #b0b0b4;
}


#Submenu2 ul li a {
	color: #ffffff;
}


#Submenu2 ul li a:hover {
	text-decoration: underline;
}

#Submenu2 .selected {
	text-decoration: underline;
}

/*----------------------------------------------------------------INTERNA*/
#contentInterna { background: #ffffff url(../images/bg_content.gif) repeat-y right;
	float: left; width: 764px; border-right: 1px solid #98874d; padding: 20px 10px 10px 10px;
	line-height: 16px;
}

#contentInterna p {
	margin-bottom: 5px;
}

#contentInterna .bullet {
	display: list-item;  list-style-image: url(../images/bullet.gif); margin-left: 20px;
}

.imageRight {
	padding: 1px; border: 1px solid #000000; float: right; margin-left: 15px;
}

h1 { font-size: 14px; font-weight: bold; color: #98874d;
	border-bottom: 1px dotted #9f9f9f; padding-bottom: 3px;
}

h1 .voltar {
	float: right; font: 11px tahoma; font-weight: normal; color: #000000;
}

h1 a {
	color: #98874d;
}

h1 a:hover {
	text-decoration: underline;
}

.h2 {
	border-bottom: 1px dotted #98874d;
	border-left: 1px solid #98874d;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	line-height: 24px;
	padding: 0 0 0 10px;  
	width: 300px;
	margin: 20px 0 10px 0;
	text-align: left;
}

.linksRight {
	float: right; line-height: 20px; color: #98874d; font-family: tahoma;
}

.linksRight a {
	margin: 0 7px 0 7px; color: #98874d;
}

.linksRight a:hover {
	text-decoration: underline;
}

.descricao {
	border: 1px solid #d1d1d1; background-color: #f4f4f6; padding: 10px;
}

.descricao .fotoDescricao {
	padding: 1px; border: 1px solid #000000;
}

.descricao .table {
	float: right; width: 440px; margin-top: 20px;
}

.descricao .td {
	border-bottom: 1px dotted #c1c1c2;
	padding: 3px 5px 3px 0;
	vertical-align: top;
}

.descricao a {
	font: 10px tahoma;
	color:  #98874d;
	font-weight: bold;
	text-decoration: underline;
}

.descricao .Right {
	float: right;
}

.tableContent {
	width: 500px;
}

.tableContent2 {
	width: 730px;
}

.tableContent2 a { color: #000000;}
.tableContent2 a:hover {text-decoration: underline;}

.tdTitulo {
	font-weight: bold; line-height: 24px;
	border-bottom: 1px solid #c5c5c5;
	text-align: left;
}

.tdTexto {
	border-bottom: 1px dotted #c5c5c5;  line-height: 24px;
}

.importante {
	border: 1px solid #98874d; padding: 10px; background-color: #f4f4f6;
}

.importante .destaque {
	color: #98874d;
}

.rodapeContent {
	clear: both;
	font: 10px tahoma;
	margin-top: 10px;
	margin-left: 190px;
	line-height: 12px;
}

.rodapeContent .logo {
	float: left; margin-right: 30px; padding-right: 30px; border-right: 1px dotted #9f9f9f;
}

.rodapeContent a {
	color: #000000; text-decoration: underline;
}

/*----------------------------------------------------------------HOME*/
#Abas {
	float: left; width: 430px; margin-top: 10px;  
	margin-bottom: 10px;
}

#AbasMenu {
	border-bottom: 1px dotted #98874d;
	height: 20px;
	float: left;
	width: 430px;
}

#AbasMenu ul li {
	display: inline;
	margin-right: 2px;
	margin-left: 0px;
}

#AbasMenu ul li a {
	color: #000000;
	padding: 3px 10px 3px 10px;
	line-height: 21px;
	height: 19px;
}

#AbasMenu ul li a:hover, #AbasMenu ul li .active {
	color: #98874d;
	background-color: #f4f4f6;
	border: 1px solid #98874d;
	border-bottom: 1px solid #f4f4f6;
}


.paragrafo {
	clear: both;
}

#AbasTable {
	float: left;
	background-color: #f4f4f6;
	height: 180px;
	overflow: auto;
	width: 430px;
	border-bottom: 1px dotted #98874d;
}

#AbasTable table {
	width: 412px;
}

#AbasTable td {
	border-bottom: 1px dotted #b7b7b7;
	padding: 2px 7px 2px 7px;
}

#AbasTable .right {
	text-align: right;
}

#AbasTable a {
	color: #98874d;
	font-size: 10px;
}

#AbasTable a:hover {
	text-decoration: underline;
}

#Especiais {
	float: left;
}

.Especiais, .Especiais2 {
	float: left;
	padding: 1px 5px 0 7px;
	font-weight: bold;
	color: #333131;
	width: 105px;
	height: 175px;
}

.Especiais {
	border-right: 1px dotted #b7b7b7;
}

.Especiais .texto {
	padding-bottom: 5px; line-height: 14px;
}

.fotoEspeciais {
	border: 1px solid #000000; 
}

#Viagens {
	float: left; width: 764px; margin-top: 10px;
}

#Viagens .titulo {
	border-bottom: 1px dotted #98874d;
	border-left: 1px solid #98874d;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	line-height: 24px;
	padding: 0 0 0 10px;  
	width: 240px;
	margin-bottom: 5px;
}

/*----------------------------------------------------------------VIAGENS*/
#MapaViagem {
	float: right;
	border-top: 1px dotted #b7b7b7;
	color: #000000; 
	padding: 7px; _padding: 7px 0 0 3px;  
	margin-top: 30px; _margin-top: 31px;
	margin-right: 5px;_margin-right: 1px;
}

#AbasViagem {
	float: left; width: 430px; margin-top: 10px;
}

#AbasMenuViagem {
	border-bottom: 1px dotted #7b0a0e;
	height: 20px;
	float: left;
	width: 430px; _width: 432px;  
}

#AbasMenuViagem ul li {
	display: inline;
	margin-right: 2px;
	margin-left: 0px;
}

#AbasMenuViagem ul li a {
	color: #000000;
	padding: 3px 10px 3px 10px;
	line-height: 21px;
	height: 19px;
}

#AbasMenuViagem ul li a:hover, #AbasMenuViagem ul li .active {
	color: #98874d;
	background-color: #f4f4f6;
	border: 1px solid #98874d;
	border-bottom: 1px solid #f4f4f6;
}

#AbasTableViagem { float: left; width: 430px; _width: 432px;  
	background-color: #f4f4f6;
}

#AbasTableViagem a {
	color: #7b0a0e;
	font-size: 10px;
}

#AbasTableViagem a:hover {
	text-decoration: underline;
}

#AbasTablePacote { float: left; width: 420px; _width: 422px;  
	background-color: #f4f4f6; padding: 0 5px 0 5px;
}

#AbasTablePacote a {
	font-size: 10px;
}

#AbasTablePacote a:hover {
	text-decoration: underline;
}

.internacional, .internacional2 {
	float: left; padding: 5px 6px 5px 5px; 
	font-weight: bold;
	color: #333131;
	width: 130px;
	height: 120px;
	line-height: 14px;
	margin: 5px 0 10px 0;
}

.internacional {
	border-right: 1px dotted #b7b7b7;
}

.internacional .texto {
	font-weight: normal;
}

.fotointernacional {
	padding: 1px; border: 1px solid #000000; margin-bottom: 5px;
}

.tableContentPacote {
	width: 420px;
}

.tableContent2 a, .tableContentPacote a { color: #000000;}
.tableContent2 a:hover, .tableContentPacote a:hover {text-decoration: underline;}

.tdTitulo {
	font-weight: bold; line-height: 20px;
	border-bottom: 1px solid #c5c5c5;
	text-align: left;
	padding-top: 10px;
}

.tdTexto {
	border-bottom: 1px dotted #c5c5c5;  line-height: 24px;
}

.tdTextoLink {
	border-bottom: 1px dotted #c5c5c5;  line-height: 12px;
	padding: 3px;
}

.tdTextoRight {
	border-bottom: 1px dotted #c5c5c5;  line-height: 24px; text-align: right; padding-right: 10px;
}

.tdTextoMenor {border-bottom: 1px dotted #c5c5c5;  line-height: 24px; width: 90px;
	
}

.tdTituloG {
	font-weight: bold; line-height: 20px;
	border-bottom: 1px solid #c5c5c5;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	border-left: 1px solid #c5c5c5;
}

.tdTextoG {
	border-bottom: 1px dotted #c5c5c5;  line-height: 24px; padding-left: 5px;
	border-left: 1px solid #c5c5c5;
}

.tdTituloDestaque {
	font-weight: bold; line-height: 20px;
	border-bottom: 1px solid #c5c5c5;
	text-align: left;
	padding-top: 10px; color: #98874d;
}



.ordenar {
	padding: 3px; border-bottom: 1px solid #cccccc;
}


#paginacao { float: left; width: 740px; _width: 734px;  text-align: center; padding: 5px; font-size: 11px; margin: 10px 5px 10px 5px;}
	#paginacao a {		color: #000000; font-weight: bold; padding: 3px 8px 3px 8px; border: 1px solid #cccccc; margin: 0 3px 0 3px;	}
	#paginacao a:hover {		background-color: #98874d;	color: #ffffff;}
	#paginacao a:active {		background-color: #000000;		color: #ffffff;}


.h5 {
	padding: 4px 5px 3px 3px; font-weight: bold; border-bottom: 1px solid #cccccc; margin: 20px 0 0 0; text-align: left; clear: both;}	


/*----------------------------------------------------------------LINKS*/

a.linkred {
	color: #98874d;
	font-weight: normal;
}

a.linkred:hover { 
	text-decoration: underline;	
}

/*----------------------------------------------------------------FORMULARIOS*/
input, textarea {
	border: 1px solid #000000; font-size: 11px; padding: 1px; margin: 1px;
}

select {
	border: 1px solid #000000; font-size: 10px; padding: 1px; margin: 1px;
}

.inputLateral {
	width: 155px;
}

.inputNews {
	width: 145px;
}

.inputContent {
	background-color: #f5f5f5;
}

.inputBusca {
	background-color: #f5f5f5; width: 140px;
}

.buttonBusca {
	font-size: 10px;
	background-image: url(../images/bg_button.gif);
	border: 1px solid #847543;
	color: #ffffff;
	padding: 1px 3px 1px 3px;
	
}

.inputLogin {
	width: 80px;
}

.button {
	font-size: 10px;
	background-image: url(../images/bg_button.gif);
	border: 1px solid #847543;
	color: #ffffff;
	padding: 1px 3px 1px 3px;
	float: right;
}

.checkbox {
	border: none;
}


/*----------------------------------------------------------------rodape*/
#degradeBottom {
	float: left;
	background: #f4f4f6 url(../images/bg_bottom.gif) no-repeat top right;
	width: 979px; height: 7px;
}

#rodape {
  float: left;
  width: 976px;
  text-align: center; 
  font: 10px Arial, Tahoma, Sans-serf; 
  padding: 5px;
  background: #f4f4f6;
}

#menuRodape {
	float: left;
	text-align: center;
	background: #f4f4f6;
	width: 976px;
	padding: 2px 0 5px 0;
}

#menuRodape ul li {	
	display: inline;
	line-height: 20px;
	height: 20px;
}

#menuRodape ul li a {
	padding: 0 5px 0 3px;
	color: #6d6d6d;	
}

#menuRodape ul .li a {
	padding: 0 5px 0 3px;
	color: #6d6d6d;
	border-right: 1px solid #6d6d6d;
}

#menuRodape ul li a:hover {
	text-decoration: underline;
}

address { background-color: #cacaca;
  font: 10px Arial, Tahoma, Sans-serf; 
  color: #000000; line-height: 20px;
}

address a {
	color: #000000;
}

address a:hover {
	text-decoration: underline;
}

#desenvolvimento {
  clear: both;
  margin: 7px 0 7px 0;
  color: #797979;
}

#desenvolvimento .left {
	float: left;
}

#desenvolvimento a {
	color: #797979;
}

#desenvolvimento a:hover {
	text-decoration: underline;
}



/* ADICIONADO POR HENRIQUE - 21/10/2008 */

/*----------------------------------------------------------------PRODUTOS*/
#AbasProduto {
	float: left; width: 760px; margin-top: 10px;
}

#AbasMenuProduto {
	border-bottom: 1px dotted #98874d;
	height: 20px;
}

#AbasMenuProduto ul li {
	display: inline;
	margin-right: 2px;
	margin-left: 0px;
}

#AbasMenuProduto ul li a {
	color: #000000;
	padding: 3px 8px 3px 8px;
	line-height: 21px;
	height: 19px;
}

#AbasMenuProduto ul li a:hover, #AbasMenuProduto ul li .active {
	color: #98874d;
	background-color: #f4f4f6;
	border: 1px solid #98874d;
	border-bottom: 1px solid #f4f4f6;
}

#ProdutoContent { float: left; width: 750px; background-color: #f4f4f6; padding: 5px;}

#ProdutoContent a {
	color: #98874d;
	font-size: 10px;
}

#ProdutoContent a:hover {
	text-decoration: underline;
}

.h3Produtos {
	border-bottom: 1px dotted #98874d;
	border-left: 1px solid #98874d;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	line-height: 24px;
	padding: 0 0 0 10px;  
	width: 730px;
	margin: 10px 0 10px 0;
	text-align: left;
	float: left;
}

.frase1 {
	float: left; color: #98874d;
}

.frase2 {
	float: left; margin-left: 30px;
}

.imageGeral {
	border: 1px solid #000000; padding: 1px; float: left; margin: 0 10px 0 0;
}

/*----------------------------------------------------------------FIM PRODUTOS*/

/*----------------------------------------------------------------Repetidor Listas*/
.h3 {
	border-bottom: 1px dotted #7b0a0e;
	border-left: 1px solid #7b0a0e;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	line-height: 24px;
	padding: 0 0 0 10px;  
	width: 730px;
	margin: 20px 0 10px 0;
	text-align: left;
	float: left;
}

.Tipobusca {	text-align: right; margin-top: 3px; margin-right: 3px;}
.Tipo {	float: left; width: 365px; height: 250px; margin: 10px 3px 0 5px; _margin: 10px 3px 0 3px; border-bottom: 1px dotted #cccccc; padding-bottom: 5px;}

.Tipo table {	border-collapse: collapse; width: 365px; }
	.tdTituloTipo {	background-color: #c7c7c7; padding: 5px 10px 0 10px; font-weight: bold; text-transform: uppercase; border-bottom: 1px dotted #cccccc;  }
	.tdTituloTipo .p1 {	float: left;	color: #000000; font-weight: bold; text-transform: uppercase;}
	.tdTituloTipo .p2 {	float: right;	color: #000000; text-transform: none; font-weight: normal;}
	.tdTituloTipo .p2 a {	color: #000000;	}
	.tdTituloTipo .p2 a:hover {	text-decoration: underline;}
	.Tipo .td {padding: 5px; vertical-align: top;}
	.td .p3 {	color: #7b0a0e;}
	.Tipo .image {	border: 1px solid #cccccc; padding: 1px;	}
	.Tipo .bgbranco {background-color: #FFFFFF; color: #7C949E ; padding: 4px; vertical-align: top;}
	.Tipo .estrela {	margin: 2px 2px 1px 0;	}
	.Tipo preto { font-family: tahoma; color: #000000; text-decoration: underline;	font-weight: normal; margin-left: 5px; }
	.Tipo a.red { font-family: tahoma; font-weight: bold; text-decoration: underline;	color: #7b0a0e; }
	.Tipo a.red2 { font-family: tahoma; font-weight: bold; font-size: 10px; text-decoration: underline; color: #7b0a0e; margin: 0 5px 0 5px; }

	.Tipo .tableTarifas { 	width: 160px; border-collapse: collapse;}
	.tableTarifas .titulo {
		border-bottom: 1px solid #cccccc;
	}
	
	.Tipo .tableTarifas2 { 	width: 340px; border-collapse: collapse;}
	.tableTarifas2 .titulo {
		border-bottom: 1px solid #cccccc;
	}
	
.Tipo2 {	float: left; width: 350px; height: 250px; margin: 10px 25px 0 5px; _margin: 10px 20px 0 0; border-bottom: 1px dotted #cccccc; padding-bottom: 5px;}

.Tipo2 table {	border-collapse: collapse; width: 350px; }
	.tdTituloTipo2 {	background-color: #c7c7c7; padding: 5px 10px 3px 10px; font-weight: bold; text-transform: uppercase; border-bottom: 1px dotted #cccccc;  }
	.Tipo2 .td {padding: 5px; vertical-align: top; text-align: center;}
	.Tipo2 .td2 {padding: 5px; vertical-align: top; width: 160px;}
	.Tipo2 .image {	border: 1px solid #cccccc; padding: 1px;	}
	.Tipo2 .bgbranco {background-color: #FFFFFF; color: #7C949E ; padding: 4px; vertical-align: top;}
	.Tipo2 .estrela {	margin: 2px 2px 1px 0;	}
	.Tipo2 preto { font-family: tahoma; color: #000000; text-decoration: underline;	font-weight: normal; margin-left: 5px; }
	.Tipo2 a.red { font-family: tahoma; font-weight: bold; text-decoration: underline;	color: #7b0a0e; }
	.Tipo2 a.red2 { font-family: tahoma; font-weight: bold; font-size: 10px; text-decoration: underline; color: #7b0a0e; margin: 0 5px 0 5px; }	

#paginacao { float: left; width: 740px; _width: 734px;  text-align: center; padding: 5px; font-size: 11px; margin: 10px 5px 10px 5px;}
	#paginacao a {		color: #000000; font-weight: bold; padding: 3px 8px 3px 8px; border: 1px solid #cccccc; margin: 0 3px 0 3px;	}
	#paginacao a:hover {		background-color: #7b0a0e;	color: #ffffff;}
	#paginacao a:active {		background-color: #000000;	color: #ffffff;}
	
.h4 {
	background-color: #c7c7c7; padding: 4px 5px 3px 10px; font-weight: bold; text-transform: uppercase; border-bottom: 1px dotted #cccccc; margin: 20px 0 0 0; text-align: left; clear: both;}	

.mapa {	border: 1px solid #cccccc; padding: 1px; width: 520px; height: 420px;	}

.h5 {
	padding: 4px 5px 3px 3px; font-weight: bold; border-bottom: 1px solid #cccccc; margin: 20px 0 0 0; text-align: left; clear: both;}	
	
/*----------------------------------------------------------------FIM Repetidor Listas*/

body a {
  outline:0px;
}
