#aba-abertura {
	background-image:url(img/capa.jpg);
	display:block;
	width:936px;
	height:624px;
	position:relative;
}
#aba-abertura h1 {
	margin-top:0;
	font-size:30px;
}
#texto-abertura {
	border: 1px solid white;
	background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(3%, #f7f7f7), color-stop(12%, #f2f2f2), color-stop(90%, #d9d9d9));
	background-color:#fff;
	box-shadow: 0 1px 5px 3px rgba(0,0,0,0.52), inset 0 4px 7px rgba(255,255,255,0.57);
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#5d5850;
	width:240px;
	position:absolute;
	top:10px;
	left:10px;
}
#aba-abertura #fonte {
	position:absolute;
	bottom:0px;
	right:0px;
	background:#000;
	color:#fff;
	font-size:10px;
	padding:5px;
	-moz-opacity:.40;
	filter:alpha(opacity=40);
	opacity:.40;
	cursor:pointer;
}
#aba-abertura #fonte:hover {
	-moz-opacity:.90;
	filter:alpha(opacity=90);
	opacity:.90;
}

#botao-confira {
	width:114px;
	height:24px;
	display:block;
	background:url(img/confira.gif) no-repeat;
	text-indent:-5000px;
}

#botao-confira:hover {
	background-position:0 -30px;
}









