/* Deixando o conteudo responsivo*/
img,embed,object,video {max-width: 100%;}
.both{clear:both;}
.fleft{float: left;}
.fright{float: right;}

#box-esquerdo{width: 20%; float: left; margin: 0px auto; margin-bottom: -10px;background: #404F5F;}
#box-direito{ width: 80%; float: left; margin: 0px auto;}
/* TOPO */
#geral{max-width:1485px;margin:0px auto;position:relative;}
#wrap-topo { width: 100%; height:auto;}

#box-logo-info{width: 100%; min-height: 90px; margin: 0px auto;position: absolute;z-index: 99999; top: 0px;}
#div-logo-topo { width: 20%; min-height: 80px;float: left; background: #1aa1c1; text-align: center;padding: 15px 0px; }
#div-info-topo{float: right;width: 6%; min-height: 80px; text-align: center;cursor: pointer;}

#box-info-endereco{padding:10px 10px;font-size:0.950em;color:#fff;width: 25%; min-height: 130px; background: url('../img/fundo-box-info.png')repeat;position: absolute; right: 0px;top: 84px;z-index: 9999999;}
#info_telefone{background: url('../img/phone.png') no-repeat;padding-left: 32px;min-height: 45px;}
#info_email{background: url('../img/email.png') no-repeat;padding-left: 32px;min-height: 45px;}
#info_email a{color: #fff;}
#info_endereco{background: url('../img/endereco.png') no-repeat;padding-left: 32px;min-height: 45px;}

#box-menu{  width: 100%; margin-top:110px;  min-height: 200px;}
#div-menu-topo { width: 100%; height: 399px; margin:0px auto;background:#4E5F70; padding-top:55px;}
#full-slider-wrapper{width: 100%; margin:0px auto; min-height: 440px;}
ul.slimmenu .lessborder{border-bottom: 0px;}

/* Menu do topo */

.nav ul {
	margin: 0px auto;
	padding: 0;
	height: 55px;
	width:400px;
}
.nav li {
	margin: 0px 0px;
	padding: 0;
	list-style: none;
	float: left;
}
.nav a {
	padding: 10px 20px;
	text-decoration: none;
	color: #000;
	line-height: 55px;
}
.nav a:hover {
	color:#fff;
}
.nav .current a {
	color: #000;
	display:none;
}
.nav .current a:hover { color:#fff;}

#wrap-conteudo { min-height: 500px; }
.box-conteudo { width: 90%;margin: 30px 5%; float: left; min-height: 500px;}
#wrap-conteudo #conteudo-index { width: 100%; min-height: 300px; float: left; padding: 50px 0px;}
#conteudo { width: 80%; margin: 30px auto;}
#texto-conteudo {width: 45%;float: left;margin:2%;}

#box-tools-1{width: 100%; min-height: 395px;background: #404F5F;}
#box-tools-2{width: 100%; min-height: 500px;}

#box-ferramenta{min-height: 200px;padding-top: 30px;width: 100%;}
.ferramenta{background:#ededed;width: 90%; margin: 5px auto;min-height: 60px; }
.ferramenta img{float: left;max-width: 100%;margin: 5% 1% 5% 5%;}
.ferramenta p{font-size: 1.2em;margin: 19px 5px;float: left;}

#inewsletter{width: 90%;margin:10px auto;}
#icone-inewsletter{margin:5px 10px 5px 0px;}
#form-inewsletter{width: 100%;margin: 5px auto;clear: both;}

#barra-servicos{min-height: 100px; width: 90%; margin: 10px auto;}
.barra h1{color: #fff; font-size: 2.2em; text-align: center; width: 100%; padding: 10px 0px; font-family: Calibri;}
.barra p{color: #000; font-size: 1.0em; text-align: center; width: 100%; background: #f4f4f4;padding: 10px 0px}

.barra-1{min-height: 100px; width: 49%;margin: 0px auto;float: left;}
.barra-1 h1{background: #1EA9A7;}
.barra-1 h1:hover{background: #bfbfbf; color:#212121;}

.barra-2{min-height: 100px; width: 49%;margin: 0px auto;float: right;}
.barra-2 h1{background: #1EA9A7;}
.barra-2 h1:hover{background: #bfbfbf; color:#212121;}

#box-info{width: 90%; margin: 30px auto 10px auto; min-height: 350px;}

#new-box{border-right: 1px solid #eee; width: 40%;margin: 0px auto; float: left; min-height: 350px; }
#new-box h1{font-size: 2.0em;margin-bottom: 10px;}
#new-box .data-cad_news{background: #1EA9A7; font-size: 1.0em; text-align: center; padding: 5px 0px; width: 150px; color: #fff;margin-bottom: 10px; }

#ferramenta-extra{min-height: 200px; float:right; width: 59%;}
.tools-extra{width: 30%; float: left; text-align: center; background:url('../img/fundo-tools.png')no-repeat center;  min-height: 190px;  margin: 0px 1%;}
.tools-extra h1{color: #fff; font-size: 1.5em; margin: 40px auto 10px auto; }
.tools-extra p{color: #fff; font-size: 0.9em; margin: 10px auto 10px auto;width: 95%;  }
.tools-extra img{max-width: 100%;}

#consulta-rapida{width: 59%; min-height: 135px; margin: 10px auto; float: right;}
#consulta-rapida h1{text-align: center;font-size: 1.5em;margin-bottom: 10px;}
.lista-conculta{width: 50%; float: left; }
.lista-conculta li {line-height: 25px;list-style: url('../img/bandeira.png'); margin-left:30px;}
.lista-conculta li a{font-size: 1.0em; vertical-align: 3px;}
.lista-conculta li a:hover{color: #525556;}

/* CONTATO */
#contato{
	width:30%;
	padding:15px;
	border-radius:15px;
	background-color: #ffffff;
	border: 1px solid #eee;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	z-index:999999;
	color:#000;
	float: left;
	min-height: 425px;
}
#contato .tb-form { width: 90%; }
#contato  input { width: 100%; }
#contato textarea { width: 100%; }
#contato .first { width: 20%; }
#contato .second { width: 80%; }
#contato .valigntop { vertical-align: top; }

#mapa-contato{width:100%;}
#mapa{min-height: 660px; width: 100%}
.enviar-form{margin: 0px 5px;}
.tb-form_formulario{width:100%;}
.tb-form_formulario tr td div{font-weight:bold;min-height:25px;padding-top:5px;}
.tb-form_formulario tr td input{min-height:25px;}
.tb-form_formulario tr td select{min-height:35px;}
.tb-form_formulario tr td span{color:red;}
.label-doc{width:15%; height: 3em;float:left;}
.input-doc{width:80%; height: 3em;float:left;}
#idocumentos {width: 45%; min-height: 150px; margin:0px auto;background:#ededed;padding:20px;}
#idocumentos-form{width:100%; min-height: 130px;padding-top:10px}
#idocumentos-form label { margin: 5px auto;color:#448ed3;vertical-align:-14px;}
#idocumentos-form input { width: 90%; height: 2em; margin: 5px 10%;	 }
#idocumentos-form button { width:35%; height: 2.5em; margin: 5px 0px;float:left; }
#idocumentos-form p a{ margin-top:20px;float:right;color:#448ed3;}
/* FIM CONTEUDO */

/* RODAPE */
#wrap-rodape{width: 20%;  background: #404F5F;margin-top: -50px; min-height: 120px; float: left;}
#rodape-social{width: 37%; margin: 5px auto; min-height: 50px;}
#rodape-social ul li{float: left;margin:0px 2%;}
#rodape-direitos{font-size: 0.8em; color: #fff;text-align: center;}
#rodape-validacao{margin:10px auto;width: 90%;color: #c5c5c5;}
#w3c{float: left;}
#tiideal{float: right;}
#final-rodape{width: 100%; background: #404F5F;min-height: 20px;clear: both;}

/* FIM RODAPE */

/* SISTEMA */

#status_erro, .status_erro{
	background: url("../img/ico-erro-1.png") no-repeat scroll 4px center #FFCACA;
	border: 1px solid #AE0000;
	width:85%;
}
.status{
	border-radius: 4px;
	margin: 20px auto;
	padding: 4px 0 4px 24px;
}
	
/* 	
    STATUS:
    ERRO -> Mensagens de erro no sistema 
    OK	 -> Mensagens de sucesso no sistema 
    INFO -> Mensagens com informações sobre determinadas ações
*/

.status{ /* Configuração default das caixas de avisos */
    padding:4px 0px 4px 24px; 
    margin:20px auto;
    border-radius:4px; 
    -moz-border-radius:4px;  
    -webkit-border-radius:4px;
}
    .box-status p{font:11px Tahoma;}
    .box-status p strong, 
    .box-status p b{font:bold 12px Arial;}
	
#status_erro, 
.status_erro{ 
    background:url(../img/ico-erro-1.png) #FFCACA 4px center no-repeat; 
    border:1px solid #AE0000;	 
}
    #status_erro p, 
    .status_erro p{color:#B70000;}

#status_ok, 
.status_ok{ 
    background:url(../img/ico-ok-1.png) #D7FFEB 4px center no-repeat; 
    border:1px solid #00592D;
}
    #status_ok p, 
    .status_ok p{color:#006600;}

#status_info, 
.status_info{  
    background:url(../img/ico-info-1.png) #FF9 4px center no-repeat; 
    border:1px solid #FF0;
}
    #status_info p, 
    .status_info p{color:#666600;}	

#iartigos ul li { margin-top: 10px; }
#iartigos ul li span { display: block; }
#iartigos-detalhes { width: 80%; margin: 10px auto; }

.box-parceiro { margin: 20px 5%; float:left; max-width:30%;min-height:150px; text-align:center;}
.tabela-parceiro{margin:0px auto;}
	
/* Box com link's úteis (utilitários) */
#box-links-uteis p a{padding:4px 2px; display: block;}
#box-links-uteis div{margin-top:10px;}
#box-links-uteis div ul{margin-left:30px; margin-bottom:10px; width:260px;}
#box-links-uteis div ul li a{padding:3px 2px; display:block;}

.galeria-fotos { float: left; margin: 5px 1%;  width: 17%;  min-height: 230px;  text-align: center; border:1px solid #ccc;padding:5px 0px;}
.galeria-videos { float: left; margin: 5px 1%;  width: 17%;  min-height: 230px;  text-align: center; border:1px solid #ccc;padding:5px 0px;}

.box-conteudo ul, .box-conteudo ol {margin: 10px 0px 10px 30px;}
.box-conteudo ul li {list-style: circle; padding: 4px 0px;}
.box-conteudo ol li{list-style: decimal;}

	
/* FIM SISTEMA */