

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

#wrap-topo { width: 100%; height: 199px; }
#div-logo-topo {
	width: 500px;
    height: 128px;
    margin-left: 7%;
    margin-top: 15px;
    float: left;
}
#div-webmail-topo { width: 240px;  float: right; margin-right: 10%; margin-top: 50px;}
#div-menu-topo { width: 100%; height: 56px; margin-right: 5%; clear: both; margin: 0 auto;}
#geral-meio{max-width:90%;margin:0px auto;}

/* Menu do topo */
.nav {
	position: relative;
}
.nav ul {
	margin: 0 auto;
	padding: 0;
	height: 56px;
	width: 645px;
}
.nav li {
	margin: 0px;
	padding: 0;
	list-style: none;
	float: left;
}
.nav a {
	padding: 19px 15px;
	text-decoration: none;
	color: #073053;
	line-height: 56px;
	font-weight: bold;
	font-size: 1.125em;
}
.nav a:hover {
	background: #0098C9;
	color: #FFF;
}
.nav .current a {
	color: #073053;
	display:none;
}
.nav .current a:hover { background: #0098C9; color: #FFF;}

/* Conteudo */

#box-banner{width:100%;margin:10px auto;min-height:300px;}
#box-utilitarios{width:50%;float:left;}
#util-atalho{min-height:75px;width:100%;}
.util-atalho-img{float:left;width:33%;text-align:center;margin-top:10px;}
#util-links{width:100%;min-height:225px;}
.util-links{background:#06749D;width:49%;min-height:225px;}
.util-links h1{color:#fff;font-weight:bold;font-size:1.2em;margin-bottom:10px;margin-top:20px;text-align:center;}
.util-links ul li a{color:#fff;font-weight:normal;}
.util-links ul li{list-style-image:url('../img/list.png') ; margin-left:30px;line-height:18px;}
.util-links ul {margin-left:20%;}

.leftu{float:left;}
.rightu{float:right;}

#box-tools{width:100%;margin:30px auto;min-height:150px;}
.tools{float:left;width:25%;text-align:center;}
.tools img{width:95%;}

#box-info{min-height:310px;width:100%;margin:20px auto;}


#wrap-conteudo{width:100%;margin-top:20px;min-height:500px;}

#conteudo-index, #iartigos, .box-conteudo{ width:80%; margin: 10px auto;}


#box-news { width: 55%; min-height: 200px; float:left;background:#06749D;color:#fff;padding:50px;}
#box-news h2{margin-bottom:10px;}
#inews a{ color: #fff; font-weight: normal;}
#inews span { display: block; margin: 5px 0px; width:80px; background:#124b74;padding:5px;}
#inews  .veja_mais { width: 25%; height: 1em; float:right;background:#06749D; }
#inews .slide{height:70px;}


#icalendario { width: 30%; margin-top: 20px; text-align: center;float:left;}
#icalendario table { width: 80%; margin: 0 auto;}

#utilitarios-3 { width: 100%; min-height: 90px;  text-align: center; clear:both;}
#inewsletter { width: 80%; height: 90px; margin: 0 auto;  border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; text-align: left;}

#texto-inewsletter { width: 15%; margin-top: 27px; margin-left: 2%; }
#form-inewsletter { width: 82%; margin-top: 10px; margin-left: 1%; }
#inewsletter input { width: 60%; height: 2em; margin: 5px 5%;	border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
#inewsletter button { width: 20%; height: 2.5em; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }

#wrap-rodape { width: 100%; clear:both; margin-top: 10px;}
#rodape { width: 100%; min-height: 110px; clear:both;}
#rodape-esquerdo { width: 60%; margin-left: 10%; margin-right: 5%;}
#rodape-esquerdo img { margin-top: 20px; }

#rodape-direito { width: 15%; margin-right: 10%;margin-top:30px;}
#rodape h4 { margin: 20px 0 10px 0; }

/* CONTATO */
#contato{
	width:30%;
	padding:15px;
	border-radius:15px;
	background-color: #ffffff;
	border: 1px solid black;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	position:absolute;
	z-index:999999;
}
#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: 683px; width: 100%}


/* 	
    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 0px; }
	

.galeria-fotos { float: left; margin: 0 1%; }
.galeria-videos { float: left; margin: 0 1%; }

.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;}


/* 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;}