/* CSS Document */
body{
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: 'Arial';
	font-size: 12px;
	color: #55544F;
	background-color: #efeeda;
}

@font-face {
	font-family: "Contrail One";
	src: url("http://www.icmbio.gov.br/flonatapajos/images/stories/eventos/seminario2_tapajos/Contrail_One/ContrailOne-Regular.ttf");
}

a{
	color: #e28021;
}
	a:hover {
		color: #fe5400;
	}

p {margin-top: 0; margin-bottom: 20px;}
ul, li {margin: 0; padding-bottom: 6px; list-style-type: disc !important;}

h1, h2, h3 {
	font-family: 'Contrail One', cursive, arial;
	font-weight: normal;
}
h1 {
	font-size: 20px;
	color: #00531F;
}
h2 {
	font-size: 18px;
	color: #00531F;
}
h3 {
	font-size: 14px;
	color: #444;
	margin: 0, 0, 4px, 0;
}

table{
	border-style: goove;
	border: 0.5px #fff !important;
}

table td, th{
	padding: 10px;
}
	.bg_cinza{
		background-color: #dad8ba;
	}
	.bg_branco{
		background-color: #fff;
	}

#logo{
	background: url('../imagens/logo_topo.png') no-repeat;
	position: fixed;
	z-index: 3;
	top: 0;
	margin-left: 75px;
	width: 263px;
	min-height: 259px;
}

#menutopo{
	position: fixed;
	z-index: 9999;
	width: 167px;
	height: 210px;
	background-color: #efeeda\0/;
	background-color: #efeeda/9;
	_background-color: #efeeda;
	background: rgba(239,238,218, 0.7);
	padding: 20px;
	margin: 150px 0 0 115px;
}
	#menutopo li {margin: 0; padding: 0; list-style-type: none !important;}
	
	

#aside{
	width: 360px;
	height: 100%;
}
	#menu_base{
		background: url('../imagens/bg_madeira.jpg') repeat-y;
		background-position: right bottom;
		width: 360px;
		min-height: 100%;
		position: fixed;	
		float: left;
		margin-left: 68px;
		margin-top: -12px\0/;
		margin-top: -12px\9;
		_margin-top: -12px;
	}
	* #menu_base{
		margin-top: -12px;
	}
	*+#menu_base{
		margin-top: -12px;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#menu_base{
			margin-top: -12px;
		}
	}
	
		.menu ul{
			line-height: 30%;
		}
		.menu a {    
			font-family: 'Contrail One', cursive, arial;
			font-size: 16px;
			letter-spacing: -0.6px;
			display: block;
			text-align: right;
			color: #00531F;
			font-size: 16px;
			padding: auto;
			text-decoration: none;
			line-height: 180%;
		}
			.menu a:hover {	 
				color: #fe5400;
			}

	#india{
		background-image: url('../imagens/india_base.jpg');
		position: fixed;
		bottom: 0;
		width: 360px;
		height: 329px;
		margin-left: 68px;
		z-index: 0;
	}

/* Content and page */	
.page{
	padding-left: 430px;
	width: 60%;
}

.page article {	
    left: 50%;
	margin-top: 10px;
	float: left;
	margin-bottom: 20px;
	/* Fallback for web browsers that don't support RGBa */
	/* background-color: rgb(255, 255, 255); */
	/* RGBa with 0.6 opacity */
	/* background-color: rgba(255, 255, 255, 0); */
}

.btn_voltar{
	position: fixed;
	z-index: 999;
	bottom: 15px;
	right: 15px;
	background-color: #fff;
	border: 3px solid #fff;
}
	
.ancora{
	position: relative;
	top: -20px;
}
