@charset "utf-8";
/* CSS Document */

#apresentacao, #apresentacaoView {
	position:relative;
	text-align:left;
	width:100%;
	color:#727070;
	padding:0 0 15px 0;
	margin:30px 0 30px 0;
	float:none;
}

#npress {
	position:absolute;
	float:right;
	right:0;
	bottom:5px;
	margin:5px 20px 0 0;
	height:15px;
}

#npress span {
	font-size:10px;
	float:right;
	position:absolute;
	width:15px;
	height:15px;
	background-color:#C3CFD9;
	color:#888888;
	font-weight:bold;
	border:solid 1px #CCD8E2;
	border-radius:3px;
	-moz-border-radius:3px;
	padding:0;
	display:table-cell;
	line-height:15px;
	text-align:center;
	cursor:pointer;
}
