@charset "utf-8";

/* Resetando Elementos */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;	outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {	border-collapse: collapse;border-spacing: 0;}
a { text-decoration:none; }
a:hover { text-decoration: underline; }
html { overflow: -moz-scrollbars-vertical; } /* Firefox sempre com barra */

*{font-family:Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;}

body{
	font-size:14px;
	line-height:14px;
	color:#fff;
	background:url(imagens/bg.jpg) repeat-x #002A54;
}

#geral{
	width:860px;
	background:#fff;
	margin:0 auto;
}

#topo{
	background:url(imagens/topo.jpg) no-repeat;
	height:140px;
	padding-top:112px;
}

#logo a{
	width:267px;
	height:60px;
	float:left;
	text-indent:-9999px;
	display:block;
}

#satelite{
	position:absolute;
	margin:-35px 0 0 -40px;
}

#brasil{float: right;margin: 25px;}

#topomenu{
	width:572px;
	height:60px;
	margin-left:10px;
	float:left;
}

#topomenu li{display:inline;}
#topomenu li a{
	float:left;
	color:#0C2D4F;
	margin-top:22px;
	padding:0 11px 5px 11px;
	font-size:15px;
	border-right:1px solid #34B9F1;
	border-left:1px solid #8CEFFA;
}
#topomenu li a.one{border-left:none}
#topomenu li a.last{border-right:none}
#topomenu li a:hover{color:#fff;text-decoration:none}

#conteudo{
	margin:-70px 10px 0 10px;
}

#menu{
	background:url(imagens/menu_bg.gif) no-repeat;
	width:214px;
	min-height:200px;
	padding-top:10px;
	float:left;
}

#menu li{
	background:url(imagens/linha.jpg) no-repeat bottom center;
	padding-top:15px;
	min-height:28px;
	display:block;
}

#menu li a{
	background:url(imagens/menu_li.gif) no-repeat 0 -51px transparent;
	color:#036;
	margin-left:28px;
	padding-left:30px;
}

#menu li a:hover{background-position:0 0;color:#10AEEB;text-decoration:none}

#header{
	width:620px;
	float:right;
	margin-top:6px;
}

#classificados{
	clear:both;
	width:836px;
	margin:0 0 10px 5px;
}

#classificados #class_titulo a{
	background:url(imagens/botoes.png?asdfg) 0 0 no-repeat;
	width:150px;
	height:29px;
	text-indent:-9999px;
	float:left;
	margin-top:5px;
}

#compra, #venda, #arrendamento{
	background:url(imagens/class_botoes.png) 0 0 no-repeat;
    float: left;
    height: 29px;
    margin:5px 0 0 5px;
    width: 165px;
    text-indent:-9999px;
    cursor:pointer;
}

#venda.off{background-position: 0 -42px}
#venda.on{background-position: 0 0}

#compra{width:144px}
#compra.off{background-position: -168px -42px}
#compra.on{background-position: -168px 0}

#arrendamento.off{background-position:-314px -42px}
#arrendamento.on{background-position:-314px 0}

#classificados ul{
	background:url(imagens/classificados_bg.jpg) no-repeat;
	height:113px;
	clear:both;
	overflow: hidden;
}

#classificados li{
	display:inline;
	float:left;
	padding:15px 16px 0;
	font-size:13px;
	line-height:17px;
}

#classificados li h2{color:#036}
#classificados li .valor{color:#f90}
#classificados li .valor_extenso,#classificados li .cidade{color:#333}
#classificados li .valor_extenso{font-size:12px}
#direita{
	width:420px;
	float:left;
}

#duvidas{
	background:url(imagens/duvidas.jpg) no-repeat;
	width:409px;
	height:129px;
	margin:10px 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#duvidas h2{
	color:#036;
	font-size:16px;
	padding:48px 0 13px 10px;
}

#negocios, #empregos{
	background:url(imagens/negocios_bg.jpg) no-repeat;
	width:409px;
	height:129px;
}

#negocios h2, #empregos h2{
	color:#036;
	font-size:17px;
	padding:16px 0 13px 40px
}

#negocios h2{
	background:url(imagens/botoes.png) no-repeat -213px 7px;
}

#empregos h2{
	background:url(imagens/botoes.png) no-repeat -213px -63px;
}

#empregos #buscar{margin-left:5px;position:absolute}
#empregos #buscaFuncao{margin:0 0 2px 10px;width:310px}
#empregos p{color:#333;font-size:12px;margin-left:20px}

#empregos p a{
	float:left;
	background:url(imagens/botoes.png) no-repeat;
	height:19px;
	text-indent:-9999px;
}

#empregos #vitae{
	background-position:0px -57px;
	width:182px;
	margin:10px 0 0 -10px;
}

#empregos #empresa{
	background-position:0px -80px;
	width:189px;
	margin:10px 0 0 10px;
}

.empregos_botoes{ margin:-5px 0 10px 30px!important; }

#login_vitae{
	background:url(imagens/login_vitae.jpg) no-repeat!important;
	width:182px;
}

#login_empresa{
	background:url(imagens/login_empresa.jpg) no-repeat!important;
	width:190px;
}

#cadastrese{
	background:url(imagens/login_cadastrese.png) no-repeat!important;
	width:100px;
}

#login_empresa{
	background:url(imagens/login_empresa.jpg) no-repeat!important;
	width:190px;
}

#negocios h3 a{
	color:#333;
	font-weight:normal;
	font-size:13px;
	line-height:16px;
	margin:5px 0 0 20px;
	display:block;
}
#negocios h3 a:hover{text-decoration:none}

#negocios p a{
	background: #002A54;
	color: #fff;
	width: 84px;
	height: 15px;
	display: block;
	padding: 3px 4px 3px 6px;
	font-size: 12px;
	float: right;
	margin-right: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#agencianoticias{margin-top:15px;}

#agencianoticias h2{
	background:url(imagens/botoes.png) no-repeat -218px -34px;
	color:#036;
	font-size:16px;
	padding:4px 0 0 35px;
	height:28px;
}

#agencianoticias li{
	color:#10AEEB;
	font-size:20px;
	width:170px;
	height:70px;
	margin:7px 15px 7px 25px;
	float:left;
	list-style:decimal outside none;
}

#agencianoticias li a{
	font-size:13px;
	line-height:16px;
	color:#002953;
/*	float:left; ACHAR HACK PRA FIREFOX */
}

#esquerda{
	width:410px;
	float:right;
}

#estaticos{margin-top:15px}

#estaticos div{
	float:left;
	width:200px;
	height:80px;
	background:url(imagens/conteudo_bg.jpg?a);
	padding-top:135px;
}

#estaticos h2{color:#555;font-size:12px;font-weight:normal}

#estaticos p a{
	background:url(imagens/botoes.png) no-repeat;
	width:103px;
	height:18px;
	text-indent:-9999px;
	display:block;
	margin:10px 0 0 95px;
}

#estaticos .consultar{background-position: -146px -106px}
#estaticos .saber{background-position: 44px -131px}
#estaticos .lista{background-position: -147px -130px}

#estaticos h2 a{color:#555}

#normas{}

#servicos{
	background-position:-214px 3px !important;
	margin-left:10px;
}

#equipamentos{background-position:0px -231px !important;}

#legislacao{
	background-position:-214px -231px !important;
	margin-left:10px;
	overflow:hidden;
}

#estaticos #processo{
	background:url(imagens/processo.jpg) no-repeat;
	margin-top:20px;
	padding:10px;
	width:180px;
}

#processo h2{
	color:#036;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
}

#processo form{padding-top:15px}
#processo #numProcesso{width:140px}
#processo #processoOK{margin:2px 0 0 5px;position:absolute}


#estaticos #tempo{
	background:none;
	margin:0 0 0 40px;
	width:130px;
	height:110px;
	padding:5px;
}

#parceiros{
	clear:both;
	padding-bottom: 6px;
}

#parceiros ul{margin-left:25px}
#parceiros li{
	display:inline;
	float:left;
	height:50px;
	padding:10px;
}

#parceiros p{
	clear:both;
	color:#ccc;
	font-size: 12px;
    text-align: center;
}

#interna{
	float:right;
	width:610px;
}

#interna p, #interna{
	margin-bottom:13px;
	line-height:17px;
	color:#036;
	font-size:13px;
}

#interna a{color:#036;}
#interna a:hover{text-decoration:underline}

#interna h1{
	font-size:24px;
	line-height:24px;
	color:#036;
	margin:20px 0;
}

#interna h2{
	font-size:16px;
	margin:20px 0 10px 0;
}

#interna ul{margin-bottom:15px}
#interna li{list-style:disc inside;margin-bottom:3px}


#interna blockquote{
	margin:20px 10px 20px 80px;
	
}

#classificados.class{width:100%;margin-top:7px}
#classificados.class h2{
	font-size:14px;
	margin:0;
}
#classificados.class li{width:50%;padding:10px 0!important;}

#classificado dt{
    background: #D1E6EF;
    border: 1px solid #ccc;
    clear: both;
    float: left;
    font-weight: bold;
    height: 20px;
    margin: 2px 4px 2px 0;
    padding-right: 4px;
    text-align: right;
    width: 81px;
}

#classificado dd{
   float: left;
    margin-bottom: 10px;
    min-height: 20px;
    text-align: justify;
    width: 510px;
}

#other p a, #classificado h2.mais{
    padding: 7px;
    text-align: center;
	display:block;
	clear:both;
}
#other p a, #classificado h2.mais{border-top: 1px dashed #CCC}
#classificado h2.mais{border-bottom: 1px dashed #CCC}

#other{clear:both;padding-top:10px}

#other h2{
	font-size:13px!important;
}


#noticia_video{
	float:left;
	width:325px;
	margin:0 7px 10px 0;
}

#noticia_foto{
	width:320px;
	float:left;
	margin:0 7px 10px 0;
}

#mini{
	margin-top:5px;
}

#mini li{
	width:80px;
	float:left;
	padding:2px 4px;
	cursor:pointer;
	height:61px;
	overflow:hidden;
}


#filhos{margin:20px;clear:both}
#filhos h2{
	color:#27150C;
	font-size:16px;
	margin:0 0 10px -20px;
} 
#filhos li{list-style:disc inside}

#filhos.legisla li{margin:10px 0}
#filhos.legisla li a{font-weight:bold}
#filhos .legislaMini{margin-left:14px;font-size:12px}

.class-form input, .class-form textarea, .class-form select{
	width:135px!important;
	color:#036!important;
	display:inline!important;
}
#ok-class{width:26px!important;border:0;position:absolute;margin:5px 0 0 5px}

.formulario fieldset{
	width:530px;
	padding:10px;
	margin-bottom:10px;
	border:0;
}

.formulario legend{
	font-size:14px;
	padding:0 4px;
}

.formulario label{margin:10px 0 0 0;display:block;color:#036}

.formLabel label{color:#999}
.formLabel span{font-size:11px;}

.formulario .botao{width:80px; height:23px;border:0}

.formulario span, .formulario li{color:#999}

.formulario input, .formulario textarea, .formulario select{
	-moz-border-radius:5px 5px 5px 5px;
	background:#fff;
	display:block;
	border:1px solid #999;
	padding:3px;
	height:17px;
	width:520px;
	margin-top:5px;
	font-size:13px;
	color:#036!important;
}

.formulario select{height:22px; padding:1px;}
.formulario .radio{display:inline;width:20px}
.formulario .botao{width:80px; height:23px;}
.formulario textarea{height:100px;}

input.login{width:250px!important;}

#funcoes { margin: 15px 0}
#funcoes select{ height:250px!important}

.tipo-pessoa{float:left;width:120px;margin:10px 0;}
.tipo-pessoa input{display:inline;width: 100%;}

.some{display:none!important}
#cpf,#cnpj{margin-bottom:20px}

.mensagem{color:red}

#rodape{
	clear:both;
	height:20px;
}

address{font-size:11px;color:#EB8C36}

#by{width:60px;height:20px;float:right;margin-right:10px;}
#by a{height:31px;display:block;text-indent:-10000px;float:left}
#by #cw{background:url(imagens/by_consulteware.png) no-repeat;width:120px}

#banners{width: 860px;margin: 5px auto;height: 100px;}
#wwf{ width:468px; height:60px; margin-top:20px; float:left; }
#radiopirata { width:100px; height:100px; margin:0 10px 0 20px; float:left; }
#ban a{float:right;width:100px; height:100px; margin:22px 20px 0 10px; }

