/* CSS Document */
body{
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	background-image:url(../imagens/bg.gif);
}
.fundo{
background-image:url(../imagens/fundo.jpg);
background-repeat:repeat-x;
background-color:#D8E999;
}
/* links */  
.linkpreto{
    font-family:Arial;
    font-size:12px;
    color:#333333;
    background: transparent;
    font-weight:100;
}
a.linkpreto:link {text-decoration:none}
a.linkpreto:visited {text-decoration:none}
a.linkpreto:active {text-decoration:underline;}
a.linkpreto:hover {text-decoration:underline;}

.linkverde{
    font-family:Arial;
    font-size:12px;
    color:#007D00;
    background: transparent;
    font-weight: 100;
}
a.linkverde:link {text-decoration:underline;}
a.linkverde:visited {text-decoration:underline;}
a.linkverde:active {text-decoration:underline;}
a.linkverde:hover {text-decoration:underline;}

.linksubmenu{
    font-family:Arial;
    font-size:12px;
    color:#007D00;
    background: transparent;
    font-weight: bold;
}
a.linksubmenu:link {text-decoration:none;}
a.linksubmenu:visited {text-decoration:none;}
a.linksubmenu:active {text-decoration:underline;}
a.linksubmenu:hover {text-decoration:underline;}

.linkmapa{
    font-family:Arial;
    font-size:12px;
    color:#333333;
    font-weight:100;
}
a.linkmapa:link {text-decoration:none}
a.linkmapa:visited {text-decoration:none}
a.linkmapa:active {text-decoration:none;}
a.linkmapa:hover {text-decoration:underline;}

/* textos */
.tempo{
	font-family:Arial;
	font-size:12px;
	color:#333333;
}
.texto{
	font-family:Arial;
	font-size:12px;
	color:#333333;
}
.textopeq{
	font-family:Arial;
	font-size:10px;
	color:#333333;
}
.subtitulo{
	font-family:Arial;
	font-size:12px;
	color:#00763A;
	font-weight: bold;
}
.titulo{
	font-family:Arial;
	font-size:13px;
	color:#003300;
	font-weight: bold;
}
.creditos{
	font-family:Arial;
	font-size:12px;
	color:#999999;
}
/* inputs */
.menurapido {
	font-family: Arial;
	color: #666666;
	background-color: #f0f0e5;
	border: 1px solid #666666;
	font-size: 12px;
	width:130px;
}
.viagens{
	font-family: Arial;
	color: #666666;
	background-color: #f0f0e5;
	font-size: 11px;
	width:160px;
}
.formularios{
	font-family: Arial;
	color: #333333;
	background-color: #f0f0e5;
	font-size: 11px;
}
.palavras_chave{
    font-family:Arial;
    font-size:12px;
    color:#333333;
    background: transparent;
    font-weight: bold;
}
/* estilo para caixas de comentarios (ALT) */
.navtext{
    width:200px;
	font-family:Arial;
	color:#333333;
    font-size:11pt;
    border-width:2px;
    border-style:outset;
    border-color:darkgray;
    layer-background-color:#DCE699;
    background-color:#DCE699;
}
