@charset "iso-8859-2";
/* CSS Document */

body{
  background:url(../imagens/bg.png) center top no-repeat #000000;
  color:#FFFFFF;
  font-family:"Trebuchet MS", Arial;
}

/********************** index *******************************/
/************************************************************/

.fundo_tabela_corporativo{
  background-color:#574512;
}

.fundo_lateral_direita{
  background: #9f7d20;;
}

.fundo_atracao{
  background:url(../imagens/palhacho_index.png) bottom center no-repeat #5F5F5F;
}

.botao_atracoes{
  background:url(../imagens/bt_atracoes.png) no-repeat bottom;
}

.texto_index_atracoes{
    color:#FFFFFF;
    font-size:12px;
}

.linkAtracoes:link{
  font-family:"Trebuchet MS", Arial;
  font-size:11px;
  text-decoration:none;
  color:#FFFFFF;
}

.linkAtracoes:visited{
  font-family:"Trebuchet MS", Arial;
  font-size:11px;
  text-decoration:none;
  color:#FFFFFF;
}

.linkAtracoes:hover{
  font-family:"Trebuchet MS", Arial;
  font-size:11px;
  text-decoration:underline;
  color:#FFFFFF;
}

.linkAtracoes:active{
  font-family:"Trebuchet MS", Arial;
  font-size:11px;
  text-decoration:none;
  color:#FFFFFF;
}

.texto_corporativo_index{
  color:#f0d998;
  font-size:11px;
  text-align:justify;
}

.imagem {
	padding: 2px;
	border: 1px solid #CCC;
}	

.paginacao {
	border: 1px solid #999999;
	padding: 5px;
	background-color: #666666;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

/******************** mais fotos **********************/
.linkFotos:link{
  font-family:"Trebuchet MS", Arial;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  color:#FFFFFF;
}

.linkFotos:visited{
  font-family:"Trebuchet MS", Arial;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  color:#FFFFFF;
}

.linkFotos:hover{
  font-family:"Trebuchet MS", Arial;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  color:#f2f2f2;
}

.linkFotos:active{
  font-family:"Trebuchet MS", Arial;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  color:#FFFFFF;
}





/******************** empresa **********************/
/***************************************************/
.texto{
   text-align:justify;
   font-size:12px;
}

.titulo_formulario {
	background: url(../imagens/bg_contato.png) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
}

/******************** galeria **********************/
/***************************************************/

.galeria_categoria {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

.titulo_galeria {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*************** rodape ********************/
/*******************************************/
.fundo_rodape{
	background:url(../imagens/bg_rodape.png) repeat-x;
	color:#000000;
	font-size:11px;
}

.copyright {
	font-size: 10px;
	color: #FFF;
}


/******************** parceiros ********************/
/***************************************************/

.parceiros{
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
}


/************** formulario ****************/
/*******************************************/

.FormularioButton {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	border: 0px;

}

.titulo_formulario {
	background: url(../imagens/bg_contato.png) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
}


.form_contato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}


