* {
	margin:0;
	padding:0;
	border:0;
}


#notas {
	clear:both;
	padding-top:32px;
	background:url(imagens/notas_bg.gif) 0 100% repeat-x;
	height:150px;
	overflow:hidden;
	line-height:150%;
}

#notas * {
	line-height:150%;
}

#notas_abas {
	position:absolute;
	margin-top:-32px;
	
	width:100%;
	height:32px;
	left:0;
	overflow:hidden;
	
	background:url(imagens/ficha_aba_base.gif) 0 100% repeat-x;
	
	line-height:0;
	font-size:0;
	
	_position:relative;
	_width:auto;
}

#notas_abas * {
	line-height:0;
	font-size:0;
}

#notas_abas ul {
}

#notas_abas ul li {
	float:left; display:inline;
	background:url(imagens/ficha_aba_esq.gif) 0 0 no-repeat;
	
	margin:0 0 0 7px;
	
	height:32px;
	overflow:hidden;
}

#notas_abas ul li a {
	display:block;
	overflow:hidden;
	padding:5px 19px 5px 19px;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	text-transform:lowercase;
	line-height:180%;
	
	background:url(imagens/ficha_aba_dir.gif) 100% 0 no-repeat;
	
	cursor:pointer;
}

#notas_abas ul li a:hover {
	text-decoration:underline;
}

#notas_abas ul li.abaAtual {
	background:url(imagens/ficha_aba_esq2.gif) 0 0 no-repeat;
	color:#d9261c;
	text-decoration:underline;
}

#notas_abas ul li.abaAtual a {
	color:#d9261c;
	text-decoration:underline;
	background:url(imagens/ficha_aba_dir2.gif) 100% 0 no-repeat;
}

#notas_padding {
	line-height:0;
	font-size:0;
	height:14px;
	*height:20px;
	overflow:hidden;
	width:100%;
}

	.notas_blocoItem {
		margin:0 0 0 15px;
		height:20px;
		overflow:hidden;
	}
	
	.notas_blocoItem span {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#e40704;
	}
	.notas_blocoItem a {
		margin:0 0 0 7px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#525250;
		text-decoration:underline;
	}
	.notas_blocoItem a strong {
		text-transform:uppercase;
	}
	.notas_blocoItem a:hover {
		color:#999;
	}
	.notas_blocoAll {
		/*text-align:right;
		margin:-18px 10px 0 0;*/
		display:block; position:absolute;
		left:50%;
		padding:10px 0 0 20px;
		margin:-20px 10px 0 342px;
		background-color:#fff;
		line-height:0;
		font-size:0;
		height:26px;
		overflow:hidden;
	}