/*
*  CSS Document
*  Autor: Elionai Moura Cordeiro | Andressa Kroeff Pires(SINFO)
*  E-mail: elionaimoura@info.ufrn.br
*  Data: 08/08/2011
*/

/* png ie6 */
* html img,
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}
img{
	border:0px;
}

/* sprite de icones - imagens fixas */
.icones {
	width: 200px;
	height: 60px;
	background: transparent url(../img/icones.png) no-repeat left top;
}

.margLeft {
	margin-left:0;	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

/* body */
body {
	margin:0px;
	display: block;
	min-width: 1024px;
	width: 100%;
	min-height: 300px;
	_height: 300px;
	font-family: "Tahoma",Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #4c4d4e;
}

body a, body input, body img {
	outline: 0;
}

/* bg */
#bg {
	display: block;
	width: 100%;
	min-height: 400px;
	_height: 400px;
	background: transparent url(../img/bg.jpg) repeat-x center top;
}

/* bg do rodape */

/* estrutura */
#bg_rodape #estrutura {
	display: block;
	width: 1000px;
	min-height: 350px;
	_height: 350px;
	margin: 0 auto;
}

.azul {
	float:left;
	font-size: 12px;	
	font-weight: bold;
}

	/* topo */
	#estrutura #topo {
		display: block;
		background: transparent url(../img/bg_topo.jpg) no-repeat center right;
	}

		#topo .centraliza_top{
			display: block;
			width: 987px;
			margin: 0px auto;
			height: 145px;
		}	


		/* logo */
		.centraliza_top #logo {
			display: block;
			width: auto;
			height: auto;
		}
		
		#logo a {
			float: left;
			margin: 23px 0px;
		}
				
		/* brasao */
		#topo #brasao {
			height: auto;
    		width: auto;
			display:block;
		}
		
		#brasao a {
			float: right;
			margin: 23px 0px;
		}



		
		/* menu */
#nav{
	background:#5099ca;
	height:21px;
	margin-top:4px;
	padding-top:5px;
	border-bottom:3px solid #314e5f;
}

#nav ul{
	list-style: none outside none;	
}

#menu{
	width:990px;
	display:block;
	margin:0px auto;
	height:25px;
	margin-top:-6px;
}

#menu ul.nav-main{
	display:block;
	width:100%;
	height:20px;
	padding:0px;
	margin:0px;
	*margin-top:-5px;
}

#menu ul.nav-main li{
	display:inline;
	font-family:Arial;
	font-size:13px;
	margin: 0 15px 0 0;
	padding:5px 10px;
	height:20px;
}

#menu ul.nav-main li a{
	text-decoration:none;
	color:#fff;
	*padding:5px 1px;
	*display:inline-block;
}

#menu ul.nav-main li:hover{
	text-decoration:none;
}

#menu ul.nav-main li#inicio:hover{
	text-decoration:none;
	background:#19aa1c;
}	

#menu ul.nav-main li.separador:hover{
	background:url(../img/separador.png) no-repeat center center;
	margin:0px -10px;
}	

ul.nav-main li:hover > ul {
	visibility: visible;
}

ul.nav-main li.hover,
ul.nav-main li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
}

ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding:0px;
	top: 28px;
	left: 0;
	z-index: 598;
	background:#5099ca;
	border:1px solid #314e5f;
}

ul.nav-main li {
	float:left;
	display:block;
}

#menu ul.nav-sub li {
	list-style:none;
	padding: 5px 0 5px 5px;
	height:auto;
	border-bottom:1px solid #314e5f;
	display:block;
	margin:0;
}

ul.nav-sub li:hover {
	color:white;
}

ul.nav-sub li a:hover{
	color:white;
}

ul.consultas li {
	width:120px;
}

ul.consultas li:hover {
	width:120px;
}

ul.consultas li a:hover{
	color:white;
}

	/* conteudo */
		#estrutura #conteudo {
			display: block;
			width: 984px;
			min-height: 400px;
			_height: 250px;
			margin: 0 auto;
			padding: 37px 0;
			overflow:auto;
			height:auto;
	}

		#img_pagina{
			float:right;
			width: 164px; /*180px */
			min-height: 111px; /*127px */
			padding:8px;
			background:url(../img/bg_img_pagina.jpg) no-repeat top center;
			margin: 0 0 10px 10px;
		}

			#img_pagina a {
				display: block;
				width: 100%;
				height: auto;
				margin: 0px auto;
				text-align: center;
			}

				#img_pagina a img {
					max-width: 165px;
					max-height: 110px;
				}

		#legenda{
			display: block;
			margin: 10px 0 0;
			width: 100%;
			height: auto;
			text-align: right;
			font-style:italic;
		}

		#esquerda{
			display:inline-block;
			vertical-align:top;
			overflow:auto;
			width:540px;
			height:auto;
			min-height:500px;
		}

		#esquerda.interna{
			width:490px;
		}

			.destaques {
			    background: none repeat scroll 0 0 #B9D6EA;
				display: block;
				margin: 0 0 30px;
				height: 192px;
				padding: 10px;
				width: 490px;
			}
			
			.destaques ul#noticias {
				display: block;
				height: 162px;
				margin: 0;
				overflow: hidden;
				padding: 0;
				position: relative;
				width: 490px;
			}
			
			.destaques ul#noticias li.n_conteudo {
				display: block;
				min-height: 132px;
				overflow: hidden;
				width: 100%;
			}
			
			
			ul#noticias li.n_conteudo .n_imagem {
				border: 1px solid #5099ca;
				float: left;
				height: 97px;
				margin: 0 10px 0 0;
				text-align: center;
				width: auto;
			}
			
			.destaques ul#noticias li.n_conteudo .n_imagem img {
				border: 3px solid #FCF4E3;
				height: 91px;
				width: 131px;	
			}
			
			
			.destaques li.n_conteudo .n_titulo {
			    display: block;
				font-family: "Verdana",Tahome,Arial,Helvetica,sans-serif;
				font-size: 8pt;
				font-weight: bold;
				height: auto;
				margin: 0 0 20px;
				text-transform: uppercase;
				width: 100%;
			}
			
			.destaques #navegacao {
				display: inline-block;
				height: 22px;
				margin: 8px 0 0;
				width: auto;	
			}
			
				#navegacao a {
					float: left;
					width: 21px;
					height: 14px;
					padding: 3px 0;
					margin: 0 5px 0 0;
					border: 1px solid #3369a9;
					background: #fff;
					color: #387dce;
					text-align: center;
					text-decoration: none;
					font-family: "Verdana", Tahoma, Arial, Helvetica, sans-serif;
					font-size: 9pt;
					font-weight: bold;
					outline: none;
				}
				
				#navegacao a.activeSlide {
					color: #ffffff;
					background: #5099ca;
				}
											
			.destaques #mais_noticias {
				float: right;
				height: 14px;
				margin: 8px 0 0;
				padding: 6px 0 2px;
				width: auto;
			}
			
			.destaques #mais_noticias a{
				color: #5099ca;
				font-size: 9pt;
				font-weight: bold;
			}
			
			
			#conteudo .albuns {
				display: inline-block;
				height: auto;
				min-height: 242px;
				padding: 0;
				vertical-align: top;
				width: 520px;
			}
			
			
			#conteudo .albuns .album {
				display: block;
				min-height: 200px;
				margin: 17px 0 0;
				overflow: hidden;
				position: relative;
				width: 100%;
			}
			
			#conteudo .albuns .album a:hover .album-destaque{
				color:#5099CA;	
			}
				
			  #conteudo .albuns .album .ultima {
				margin-right:0;	  
			  }
			
			  .album-destaque {
				  display: inline-block;
				  vertical-align:top;
				  height: auto;
				  margin: 0 63px 0 0;
				  min-height: 190px;
				  width: 126px;
				  color:#4C4D4E;
			  }		
			  
			  
			  .album-destaque .img-album {
				  height: auto;
				  margin: 0;
				  vertical-align: top;
				  width: 100%;
			  }	
			  
			  .album-destaque .img-album img {
				  border: 4px double #569dcc;
				  height: 84px;
				  width: 118px;
				  margin: 0 0 6px;
			  }			
			  

			  .album-destaque .img-album p {
				  font-size: 11px;
				  font-weight:bold;
				  text-align: center;
				  text-indent: 0;
				  margin:0;
				  padding:0;
			  }


			  .album-destaque .texto-album {
				  display: inline-block;
				  font-size: 11px;
				  height: auto;
				  margin: 14px 0 0;
				  padding:0;
				  width: 100%;
			  }
			  #conteudo a.mais {
				  float: right;
				  padding-right: 10px;
				  text-align: right;
				  vertical-align: middle;
				  width: auto;
			  }		
			  	  		
		#direita{
			border-left: 1px solid #f0f0f0;
			display: inline-block;
			height: auto;
			margin-left: 14px;
			min-height: 300px;
			padding-left: 44px;
			vertical-align: top;
			width: 370px;	
		}

		#direita.interna{
			width: 430px;
		}
		
		#direita .mapa {
			display: block;
			margin: 20px 0 0 10px;
			border: 1px solid #5099CA;
		}
		
		#direita p .legenda {
			margin: 0;	
			font-weight: bold;
		}
		
		#direita .eventos {
			width:100%;
			min-height:238px;	
		}
		
		#direita .legislacao {
			width:100%;
			min-height:150px;	
		}
		
		#direita .links {
			width:100%;
			min-height:120px;	
			margin-top:40px;	
		}
		
		.destaque{
			color:#61a1ce;
			font-weight:bold;
		}
		
		.dir{
			float:right;
			color:#5099ca;
		}

		a.link_img{
			display: inline-block;
			height: 68px;
			width: auto;
			margin: 0 14px 0 0;
		}
		
		a.ultima {
			margin-right:0;	
		}

		img.link_img{
			border:1px solid #5099ca;
		}

		h1{
			font-size: 13px;
			font-family:Arial;
			font-weight:bold;
			text-transform:uppercase;
			margin: 10px 0 28px;
		}

		p {
			font-size:11px;
			line-height:16px;
			text-align:justify;
			margin-left:10px;
		}
		
		.bloco_form {
			display: inline-block;
			*float: left;
			width: 48%;
			height: auto;
			vertical-align: top;
			margin: 0;
		}

		input {
			border: 1px solid #5099ca;
			margin: 0px 15px 10px 15px ;
			padding: 8px;
			width: 427px;
			height: 12px;
			color: #606062;
			font-family: "Arial";
			font-size: 11px;
			border-radius: 6px 6px 6px 6px;
		}

		label {
			display: block;
			width: auto;
			margin: 0px 15px 3px 15px;
			color: #606062;
			font-size: 11px;
			font-family: "Arial";
		}

			label strong {
				color: #19aa1c;
				font-size: 10px;
			}

		input.campo {
			background: none;
			border: 1px solid #19aa1c;
			margin: 0px 15px 6px 15px ;
			padding: 0px;
			width: auto;
			height: auto;
			color: #606062;
			font-size: 11px;
			font-family: "Arial";
		}

		.bloco_form input {
			margin-bottom: 17px;
		}

		textarea {
			border: 1px solid #5099ca;
			margin: 1px 15px;
			padding: 8px;
			width: 427px;
			height: 99px;
			overflow: auto;
			color: #606062;
			font-family: "Arial";
			font-size: 11px;
			border-radius: 6px 6px 6px 6px;
		}

		#conteudo table{
			border:1px solid #4c4d4e;
			width:70%;
			margin:0 auto;
		}

		#conteudo table td {
			width: auto;
		}

		#conteudo table td.menor {
			width: 26%;
		}

		#conteudo a{
			color:#61a1ce;
		}
		
		#conteudo p a{
			color: #5099ca;
			text-decoration:underline;
		}
		
		#conteudo ul{
			margin-left:-20px;
		}
		
		#conteudo ul li{
			display:block;
			margin:10px 0px;
		}
		
		#conteudo ul li a{
			color:#4c4d4e;
			text-decoration:none;
		}
		
		#conteudo ul li a:hover{
			color:#5099ca;
		}
		
		#not_destaque{
				width: 510px;
				min-height: 94px;
				height:auto;
				display:block;
				overflow:auto;
		}
		
		.imagem{
			float: left;
			width: 113px;
			height: 73px;
			padding:10px 5px;
			background: url(../img/bg_img_noticia.jpg) no-repeat center top;
			margin-right: 10px;
		}

			.imagem img {
				display: block;
				max-width: 109px;
				max-height: 75px;
				margin: 0px auto;
			}
		
		.chamada{
			display:block;
			width:280px;
			height:80px;
			float:left;
			margin-left:10px;
			padding:5px 0px;
			text-align:justify;	
		}
		
		.titulo{
				width:250px;
				font-size:13px;
				color:#4c4d4e;
				text-transform:uppercase;
				font-weight:bold;
				display:block;
		}
		
		#botoes {
			display: block;
			margin: 0px 20px;
			text-align: center;
			width:427px;
		}

		#botoes.maior {
			width:912px;
			margin: 5px 15px 20px;
		}

		.bt_enviar {
			margin: 0px 10px;
			border:0;
			cursor:pointer;
			height:32px;
			width:76px;
			background:url(../img/bg_enviar.png) no-repeat center bottom;
		}
		
		.bt_limpar {
			margin: 0px 10px 0 0;
			border:0;
			cursor:pointer;
			height:32px;
			width:76px;
			background:url(../img/bg_limpar.png) no-repeat center bottom;
		}
		
		/* ----- FIM - conteudo ----- */


	/* rodape */
	#rodape {
		display: block;
		width: 100%;
		height: 32px;
		margin: 0 auto;
		padding: 25px 0;
		text-align: left;
		color: #ffffff;
		background: transparent url(../img/bg_rodape.png) repeat-x center bottom;
	}

	#info{
		width:990px;
		margin:0px auto;
	}
		/* direitos */
		#rodape .direitos {
			display: block;
			*float: left;
			width: 400px;
			height: auto;
		}

			.direitos a {
				color: #ffffff;
			}

			.direitos a:hover {
				text-decoration: underline;
			}

		/* desenvolvido */
		#rodape .desenvolvido {
			float: right;
			width: auto;
			height: auto;
			line-height: 11px;
			margin-top: -5px;
			position: relative;
		}

			.desenvolvido label {
				float: left;
				font-weight: bold;
				font-size: 10px;
				margin: -15px 6px 0 0;
				*margin: -15px 0 0 7px;
				color:#ffffff;
 			}

			.desenvolvido a {
				float: right;
				width: 30px;
				height: 30px;
				border: none;
				text-decoration: none;
				margin: -25px 0 0;
			}
		/*-------- FIM - rodapé ----------*/
		/*--------- LightBox ------------*/
		#jquery-overlay {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 90;
			width: 100%;
			height: 500px;
		}
		#jquery-lightbox {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			z-index: 100;
			text-align: center;
			line-height: 0;
		}
		#jquery-lightbox a img { border: none; }
		#lightbox-container-image-box {
			position: relative;
			background-color: #fff;
			width: 250px;
			height: 250px;
			margin: 0 auto;
		}
		#lightbox-container-image { padding: 10px; }
		#lightbox-loading {
			position: absolute;
			top: 40%;
			left: 0%;
			height: 25%;
			width: 100%;
			text-align: center;
			line-height: 0;
		}
		#lightbox-nav {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			z-index: 10;
		}
		#lightbox-container-image-box > #lightbox-nav { left: 0; }
		#lightbox-nav a { outline: none;}
		#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
			width: 49%;
			height: 100%;
			zoom: 1;
			display: block;
		}
		#lightbox-nav-btnPrev { 
			left: 0; 
			float: left;
		}
		#lightbox-nav-btnNext { 
			right: 0; 
			float: right;
		}
		#lightbox-container-image-data-box {
			font: 10px Verdana, Helvetica, sans-serif;
			background-color: #fff;
			margin: 0 auto;
			line-height: 1.4em;
			overflow: auto;
			width: 100%;
			padding: 0 10px 0;
		}
		#lightbox-container-image-data {
			padding: 0 10px; 
			color: #666; 
		}
		#lightbox-container-image-data #lightbox-image-details { 
			width: 70%; 
			float: left; 
			text-align: left; 
		}	
		#lightbox-image-details-caption { font-weight: bold; }
		#lightbox-image-details-currentNumber {
			display: block; 
			clear: left; 
			padding-bottom: 1.0em;	
		}			
		#lightbox-secNav-btnClose {
			width: 66px; 
			float: right;
			padding-bottom: 0.7em;	
		}
		
		
		/* Galeria de fotos */
		

		.caixa-albuns {
			display: block;
			height: auto;
			margin: 0;
			min-height: 250px;
			padding: 10px 0 0;
			position: relative;
			width: 100%;
			font-size: 11px;
		}
		
		.caixa-albuns .galeria-foto a {
			text-decoration:none;	
		}
		
		.caixa-albuns a:hover .dados-galeria {
			color:#5099ca;
		}
		
		.titulo-album {
			color: #67686a;
			display: block;
			font-family:Arial;
			font-size: 13px;
			font-weight:bold;
			margin: 0 0 26px;
		}
		
		.galeria-foto {
			display: inline-block;
			height: auto;
			margin: 0 37px 10px 0;
			position: relative;
			vertical-align: top;
			width: 129px;
		}
		
		.caixa-albuns .ultimo {
			margin-right:0;		
		}

		.galeria-foto img {
			border: 4px double #569DCC;
			height: 79px;
			margin: 0;
			width: 116px;
		}		
		
		.dados-galeria {
			display: block;
			height: 100px;
			padding: 0;
			position: relative;
			width: 130px;
			color:#4C4D4E;
		}
		
		.dados-galeria .data {
			display: block;
			font-weight: bold;
			position: relative;
			margin: 0;
		}

		.dados-galeria .descricao {
			display: block;
			line-height: 16px;
			padding: 0;
			position: relative;
			margin: 15px 0 0;
		}		
		
		
		.fotos {
			display: inline-block;
			margin: 0;
			min-height: 450px;
			padding: 0;
			vertical-align: top;
			width: 100%;
		}
		
		.corpo {
			font-size: 11pt;
			height: auto;
			min-height: 450px;
		}
		
		
		.corpo .caixa-fotos {
			display: block;
			height: auto;
			margin: 0;
			padding: 0;
			width: 100%;
		}
		
		.corpo .caixa-fotos .ultima {
			margin:0;	
		}
		
		.corpo .caixa-fotos p {
			color:#67686a;
			margin: -12px 0 20px;
		}
		
		.corpo .caixa-fotos strong {
			color: #5099ca;	
		}
		
		.caixa-fotos .data-foto {
			display:block;
			color: #67686a;
			padding: 0 0 0 25px;
			margin: 6px 0 0;
			font-size: 12px;
		}
		
		.caixa-fotos a:hover  {
			text-decoration:none;	
		}
		
		.caixa-fotos a:hover .data-foto  {
			color:#5099ca;
		}
		
		.corpo .voltar {
			display:block;
			color: #5099ca;
			height: 140px;
			padding-left: 25px;
			vertical-align: middle;
			width: auto;
		}
		

		.rodape-album {
			border-top: 1px dotted #DEDEDE;
			display: block;
			font-size: 10px;
			height: 10px;
			padding: 0;
			width: 100%;
			margin: 15px 0 0;
		}

