a {
	text-decoration:none;
	color:#444444;
}
a:visited{
	color:#888888;
}
a:hover{
	text-decoration:underline;
}
body{
	font-family:arial;
	font-size:12px;
	text-align: center;
}
div#pagina{
	width:980px;
	text-align:left;
	margin:0 auto;
}


/*Topo*/
div#topo{
	background-image:url(/imagens/fundo_topo.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	/*width:980px;*/
	height:225px;

}
h1{
	display:none;
}
fieldset#areausuario{
	display:none;
}
div#porquecadastrar{
	float:right;
	width:400px;
}
hr.topo{
	border:3px solid #999;
}
h2.destaque{
	/* background-image:url(/imagens/curva_destaque.gif);
	background-repeat:no-repeat;
	background-position:left top; */
	color:#0079C6;
	padding:10px 5px 0px 0px;
	font-size:18px;
	margin:0px;
	border-bottom:3px solid #DBDBDB;
}
h2.barra_azul{
	color:#FFFFFF;
	background-color:#0079C6;
	padding:2px;
	margin-top:0px;
}
h3{
	color:#000000;
	background-color:#F3D2AF;
	padding:5px;
	padding-left:10px;
}
h3 a, h3 a:visited{
	color:#FFFFFF;
}
h3.maps{
	color:#000000;
	background-color:#FFF;
	padding:5px;
	padding-left:10px;
}
div#porquecadastrar h3, div#porquecadastrar p {
	margin:0px;
	padding:0px;
	color:#000000;
	background-color:#FFFFFF;
}
div.busca{
	margin:20px 10px 0px 40px;
	font-size:16px;
	color:#FFFFFF;
	font-variant:small-caps;
	font-weight:bolder;
	font-family:"Helvetica";
}
div.busca input.text{
	width:600px;
	font-size:20px;
	border:2px solid #FFFFFF;
	background-color:#FFFFFF;
	margin-top:10px;
	font-family:"Helvetica";
}
div.busca input.submit{
	background-color:#1B497A;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	border:2px solid #104C80;
	width:130px;
	height:32px;
	font-family:"Helvetica";
}
div.busca div.legenda{
	font-size:12px;
	text-transform:none;
}
div#funcoes_topo{
	margin-top:-12px;
	text-align:right;
	height:33px;
}
div#funcoes_topo div.botao{
	float:right;
	text-align:center;
	background-image:url(/imagens/quadro.jpg);
	background-repeat:no-repeat;
	max-height:33px;
	margin-left:2px;
	padding-top:8px;
}
div#funcoes_topo div.botao a, div#funcoes_topo div.botao a:visited{
	color:#fff;
	font-weight:bold;
	display:block;
	width:126px;
	height:27px;
}

/* menu */
div#menu{
	float:left;
	margin-right:5px;
	width:140px;
}
div#menu h3{
	padding-left:0px;
	background-color:#FFF;
	color:#0079C6;
	font-size:16px;
	margin-top:10px;
	margin-bottom:5px;
}
ul.menu {
	padding:0px;
	margin:0px;
}
ul.menu li{
	padding:0px;
	list-style:none;
	padding-top:3px;
	border-bottom:1px solid #DDD;
}
ul.menu li ul li{
	list-style-type:square;
	padding-top:3px;
	border-bottom:1px solid #DDD;
	
}
ul.menu li ul li a.menu_selecionado{
	font-weight:bold;
	color:#E87814;
	
}
ul.menu li ul{
	padding-left:20px;
	margin:0px;
}

/*Conteudo */
div#conteudo{
	float:left;
	/*clear:right;
	margin-left:155px;*/
	margin-left:0px;
	width:980px;
}
div#home_lista{
	float:left;
	width:850px;
}

/* rodape */
div#rodape{
	width:980px;
	text-align:center;
	background-color:#EEEEEE;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:20px;
}

/*banners*/
div#propaganda{
	float:left;
	margin-left:5px;
	margin-top:20px;
}
div#propaganda div{
	border:1px solid black;
	margin-bottom:3px;
}
img.banner{
	border:0px;
	background-color:#FFF;
}
div#adsense_topo{
	float:right;
	border:1px solid #000;
}
div.banner_home{
	text-align:center;
	padding-top:10px;
	clear:left;
}
div.banner_home img{
	border:1px solid black;
	
}

/*formulario*/
form input[type="text"], form input[type="password"]{
	border:1px solid black;
}
table.formbase{
	font-size:12px;
}
div#conteudointernas{
	float:left;
	margin-left:5px;
	width:810px;
}
.erro{
	color:red;
	font-weight:bolder;
}
table.formlista{
	background-color:#0079C6;
	margin-bottom:10px;
}
table.formlista td{
	background-color:#ffffff;
	font-size:12px;
}
table.formlista th{
	color:#ffffff;
	font-size:12px;
}


/* FOTO */
div#foto360{
	width:100%;
	height:400px;	
	border:1px solid #000;
}

div.lateral_direita, div.lateral_esquerda{
	float:right;
	width:50px;
	height:400px;
	text-align:center;
	filter: alpha(opacity = 60);
	opacity:0.6;
	background-color:#000;
	background-image:url(/imagens/panorama/seta_imagem_dir.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFF;
	cursor:pointer;
}
div.lateral_esquerda{
	float:left;
	background-image:url(/imagens/panorama/seta_imagem_esq.jpg);
}