/* CSS Document */
/* Estrutura básica do site em divs*/

body {
/*	width:990px;*/
    margin-top:0px;
    background-image:url(../imagens/fundo.jpg);
	background-repeat:repeat-y;
	background-position:center;
	scrollbar-arrow-color:#330000;
	scrollbar-3dlight-color:#000000;
	scrollbar-highlight-color:#330000;
	scrollbar-face-color:#BA995C;
	scrollbar-shadow-color:#330000;
	scrollbar-darkshadow-color:#FCFAE0;
	scrollbar-track-color:#FCFAE0;
}

#geral {
  width:990px;
  margin: 0 auto auto auto;
/*  position:relative;*/
}

#cabecalho {
  width:990px;
}

#conteudo {
  width:990px;
  height:370px;
  background-image:url(../pt/imagens/backgroundliso.jpg);
  background-repeat:no-repeat;
  background-position:center;
}


/*Layout padrão de páginas contendo textos*/
#col1a {
  float:left;
  width:220px;
  height:370px;
}

#col1b {
  float:left;
  width:550px;
  height:370px;
}

#col1c {
  float:right;
  width:220px;
  height:370px;
}
/******************************************/

/*Listagem de Atrativos*/
#col2a {
  float:left;
  width:770px;
  height:370px;
}

#col2b {
  float:left;
  width:220px;
  height:370px;
}

/*********************/

/*Atrativos*/
#col3a {
  float:left;
  width:600px;
  height:370px;
}

#col3b {
  float:left;
  width:390px;
  height:370px;
  overflow:auto;
}

#col3b h1 {
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
  margin-left:15px;
  margin-right:15px;
  color: #412101;
}

#col3b p {
  font:"Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: normal;
  text-align:justify;
  margin-left:15px;
  margin-right:15px;
  color: #412101;
}

#col3b a, a:link, a:active, a:visited {
  font-size:12px;
  color: #9B4A2F;
  text-decoration:underline;
  border:hidden;
}

#col3b a:hover {
  font-size:12px;
  color: #9B4A2F;
  text-decoration:none;
  background-color:#FCFAE0;
}

#conteudo-atrativos {
  height:370px;
  padding-left:40px;
  padding-right:40px;
  overflow:auto;
}

#col3b ul li {
  font-size:12px;
  text-align:left;
  color: #412101;
}

/*************/

#conteudo-topo {
  margin-top:15px;
  height:40px;
}

#conteudo-baixo {
  height:310px;
  font:"Times New Roman", Times, serif;
  font-size: 14px;
  text-align:justify;
  line-height:25px;
  color: #683402;
  padding-left:40px;
  padding-right:40px;
  overflow:auto;
}

#conteudo-baixo .tabela_borda {
  border:1px #8E5624 dashed;
}

#conteudo-baixo .fundo1 {
  background:#C6AC8D;
}

#conteudo-baixo .fundo2 {
  background:#E2CF9F;
}


#conteudo-baixo p a, a:link, a:active, a:visited {
  font:"Times New Roman", Times, serif;
  font-size: 14px;
  color: #9B4A2F;
  text-decoration:underline;
  border:hidden;
}

#conteudo-baixo p a:hover {
  font:"Times New Roman", Times, serif;
  font-size: 14px;
  color: #9B4A2F;
  text-decoration:none;
  background-color:#FCFAE0;
}

#conteudo-baixo h1 {
	font:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #412101;
}

#conteudo-baixo h2 {
	font:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6C3702;
}

#conteudo-baixo h3 {
	font:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #412101;
}

#conteudo-baixo table p {
  font-size:11px;
  color: #9B4A2F;
  line-height:13px;
}

#conteudo-baixo table a, a:link, a:active, a:visited {
  font-size:11px;
  color: #9B4A2F;
  text-decoration:underline;
  border:none;
}

#conteudo-baixo table a:hover {
  font-size:11px;
  color: #9B4A2F;
  text-decoration:none;
  background-color:#FCFAE0;
}

#conteudo-baixo th {
	font:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	line-height:18px;
	color: #412101;
	padding-left:10px;
	padding-right:10px;
	height:100px;
}

#mapa {
  margin-top:0px;
}

#select {
   margin-top:-360px;
   z-index:100;
}

#select select {
	font:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	border: 1px solid #70210A;
	background-color:#43280C;
/*	text-transform: uppercase;
	background-image: url(../imagens/input_background.gif);
	background-repeat: repeat-x;*/  
}

/*select:focus {
	color:#000000;
	background-color:#FFFFFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5; 
/*	text-transform: uppercase;
	background-image: url(../imagens/input_background.gif);
	background-repeat: repeat-x;*
}
*/

#rodape {
  clear:both;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;
  color:#000000;
}

/*
#rodape a, a:link, a:visited, a:active {
   color:#003333;
   text-decoration:none;
}

#rodape a:hover {
   color:#003333;
   text-decoration:underline;
}
*/

/*---------------------------------------*/
