@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}/*reset de margem e espa?amento para todos os elementos*/

body	{
	font-family: Arial Narrow, Helvetica, sans-serif;
	color: #999;
	size: 14px;
	}

#geral	{
	width: 900px;
	margin: 0 auto;
	/*padding: 5px;*/
}

#topo	{
	margin: 0 auto;
	width: 890px;
	height: 200px;
	padding-top: 5px;
	}

#conteudo	{
	margin: 0 auto;
	width: 890px;
	height: 500px;
	/*background-color: #CCC;*/
	padding-top: 10px;
	}
	
.imgcabecalho	{
	float: left;
	background-image: url(../img/cabequipe.png);
	background-repeat: no-repeat;
	width: 350px;
	height: 40px;
	margin-top: 5px;
	/*margin-left: 5px;
	margin-bottom: 5px;*/
	border-bottom: #3647e9 solid 1px;
	}

#navegacao { 
	position: relative;
	left: 5px; posição à direita*/
	margin-top: 5px; /*posição abaixo*/
	width: 180px;
	float: left;
}

ul {
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/ 
	font: 18px arial narrow, helvetica, sans-serif;
}

li {
	margin-bottom:1px;
}

a {
	display: block;
	padding: 10px 0 10px 25px;
	border: 1px solid #000000;
	width: 180px;
	background-color: #339966;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/fundotres.gif);
}

a:hover { 
	background-image: url(../img/fundoquatro.gif);
	width: 180px;
}


#centro	{
	float: right;
	width: 660px;
	height: 50px;
	text-align: justify;
	line-height: 150%;
	}
	
.servicos	{
	width: 210px;
	height: 140px;
	float: left;
	margin-left: 10px;
	padding: 2px;
	border-right: #CCC solid 1px;
	font-size: 14px;
	}

.pre	{
	width: 210px;
	height: 140px;
	float: left;
	margin-left: 8px;
	padding: 2px;
	border-right: #CCC solid 1px;
	font-size: 14px;
	}

.eventos	{
	width: 210px;
	height: 140px;
	float: left;
	margin-left: 8px;
	padding: 2px;
	font-size: 14px;
	}

.areaprotegida	{
	width: 210px;
	height: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	padding: 2px;
	font-size: 14px;
	border-right: #CCC solid 1px;
	}

.informativo	{
	width: 430px;
	height: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	padding: 2px;
	font-size: 14px;
	/*background-image: url(../img/demo.png);*/
	background-color: #CCC;
	}


a.linkum:link {
color:#172be6;
text-decoration:none;
background-color: #FFF;
background-image: url(../img/bulletsaiba.png);
background-repeat: no-repeat;
border: none;
font-family: arial narrow;
padding: 0px 0 0px 40px;
width: 150px;
}
a.linkum:visited {
color:#999999;
text-decoration:none;
}
a.linkum:hover {
color:#ba0e0f;
text-decoration:underline;
}
a.linkum:active {
color:#00FF00;
text-decoration:underline;
}

.credito	{
	margin: 0 auto;
	width: 800px;
	height: 60px;
	text-align: center;
	border-top: #CCC solid 1px;
	padding-top: 5px;
	}

img	{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	padding: 10px;
}

.qsomos	{
	padding: 10px;
	line-height: 150%;
	text-align: justify;
	font-size: 16px;
	}

.video	{
	width: 250px;
	height: 188px;
	float: right;
	margin: 5px;
	border: 2px solid #900;
	}