@charset "iso-8859-1";
/* CSS Document */
object {
outline: none;
}
body {
	margin:0;
	padding:0;
	background:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}
a.white {
	color: #FFF;
	text-decoration: none;
	}
a.white:visited {
	text-decoration: none;
	}
a.white:hover {
  text-decoration: underline; 
  color: #FFF;
}
a.white:active {text-decoration: none;
}
#container {
	background-image:url(images/bgmain.png);
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}
#topo{
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:400px;
}
#home {
	margin: 10px 33px;
	width: 934px;
	height: 632px;
	
}
#destaque{
	width:310px;
	height:315px;
	background-color:#f7b30f;
	float:left;
	margin-left:0
}
#informe{
	width:310px;
	height:315px;
	background-color:#fa6e08;
	float:left;
	margin-left:2px;
}
#artigos{
	width:310px;
	height:315px;
	background-color:#7c5225;
	float:left;
	margin-left:2px;
}
#noticias{
	margin-top:2px;
	width:310px;
	height:315px;
	background-color:#ee8800;
	float:left;
	margin-left:0;
}
#previsao{
	margin-top:2px;
	width:310px;
	height:315px;
	background-color:#fa4c08;
	float:left;
	margin-left:2px;
}
#news{
	margin-top:2px;
	width:310px;
	height:315px;
	background-color:#593611;
	float:left;
	margin-left:2px;
}
#footer{
	width:932px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
#copy{
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	color:#FFF;
}
#fw{
	float:right;
	width:117px;
	height:23px;
}
#conteudo_home {
	width: 290px;
	height: 310px;
	padding: 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
.home_titulo {
	font-family:Calibri, Arial, Verdana;
	font-size:24px;
	color:#FFF;
	font-weight:bold;
}
.home_destaque{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#593511;
	font-weight:bold;
}
.home_artigos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F7B30F;
	font-weight:bold;
}
.input_news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#630;
	background-color: #F9C909;
	border: #F9C909 2px solid;
}
#previsao_borda {
	width: 175px;
	height: 195px;
	margin: auto;
	background-image:url(images/bg_previsao.png);
	background-repeat:no-repeat;
	padding-top: 25px;
	padding-left: 25px;
}
/*internas*/
.interna_titulo {
	font-family:Calibri, Arial, Verdana;
	font-size:24px;
	color:#EE8800;
	font-weight:bold;
}
.conteudo_titulo {
	font-family:Calibri, Arial, Verdana;
	font-size:18px;
	color:#7C5225;
	font-weight:bold;
}
a.interna {
	color: #7C5225;
	text-decoration: none;
	}
a.interna:visited {
	text-decoration: none;
	}
a.interna:hover {
  text-decoration: underline; 
  color: #7C5225;
}
a.interna:active {text-decoration: none;
}
#box_interna {
	background-color:#FFF;
	margin: 10px 33px;
	width: 920px;
	height: auto;
}
#conteudo_interna {
	width: 880px;
	padding: 5px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	min-height: 400px;
	display:table;
}
#noticia {
	float:left;
	width: 600px;
	padding: 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	display:inline;
	text-align:justify;
}
#noticia_fotos {
	float:right;
	width: 170px;
	padding: 5px 10px;
	display:inline;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
