@charset "utf-8";

/* CSS Document */

#headercinza {
	background:#ECF0F4;
	height: 16px;
	border-top: 2px solid #DDD;
	padding:4px 4px 4px 4px;
	min-height: 16px;
	margin-bottom:4px;
}

	#headercinza span.titulo {
		font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		float:left;
		color:#333;
	}

	#headercinza span.indice {
		font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
		font-size:10px;
		float:right;
		padding-right:2px;
		padding-top:1px;
		color:#000;
		font-weight:normal;
	}

	#headercinza span.indice a {
		color:#000;
		text-decoration:none;
	}

	#headercinza span.indice a:hover {
		color:#000;
		text-decoration:underline;
	}

#headerazul {
	background: #ECF0F4;
	height:16px;
	border-top: 2px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding:4px 4px 4px 4px;
	min-height: 16px;
	margin-bottom:4px;
}

	#headerazul span.titulo {
		font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		float:left;
		padding-left:2px;
		color:#333;
	}

	#headerazul span.indice {
		font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
		font-size:10px;
		float:right;
		padding-right:2px;
		padding-top:1px;
		font-weight:normal;
	}

	#headerazul span.indice a {
		color: #000;
		text-decoration:none;
	}

	#headerazul span.indice a:hover {
		color: #000;
		text-decoration:underline;
	}

#headerlaranja {
	background: #F69301;
	min-height:16px;
	height:16px;
	border: 1px solid #CCC;
	padding:4px 4px 4px 4px;
	overflow:auto;
	margin-bottom:4px;
}

	#headerlaranja span.titulo {
		font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		float:left;
		padding-left:2px;
	}

#headerprodutos {
	background: #EDEDED;
	width: 270px;
	border: 1px solid #CCC;
	padding:4px 4px 4px 4px;
	overflow:auto;
	margin-bottom:4px;
}

	#headerprodutos span.titulo {
		font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		float:left;
		padding-left:2px;
	}

	#headerprodutos span.indice {
		font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
		font-size:10px;
		float:right;
		padding-right:2px;
		padding-top:1px;
		font-weight:normal;
	}
