#breadcrumbs {
	position: relative;
	top: 0px;
	left: 14px;
	width:582px;
	height:auto;
	
	padding: 20px 0px 15px 0px;
	color: #666666;
	font-size: 11px;
}

.breadcrumbs_link {
	text-decoration: none;
	font-style: italic;
	color: #666666;
}

.breadcrumbs_link:hover {
	text-decoration: underline;
}

.subtitle {
	position: relative;
	left: 14px;
	width:566px;
	height:auto;
	
	background: #219fd0;
	
	padding: 10px 8px 10px 8px;
	
	color: #FFFFFF;
	
	font-weight: bold;
	font-size: 14px;
	
	margin-bottom: 20px;
}

.text {
	position: relative;
	top: 0px;
	left: 14px;
	width:582px;
	height:auto;
	
	color: #666666;
	
	line-height: 20px;
	
	margin-bottom: 20px;
}

#legenda {
	position:relative;
	top:0px;
	left:0px;

	width: 562px;
	height: auto;
	
	padding: 10px;
	
	background: #bce2f1;
	
	margin: 20px 0;
	
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
	-webkit-background-clip: padding-box; background-clip: padding-box;
}

.legenda_color {
	position:relative;
	top:0px;
	left:0px;

	width: 10px;
	height: 10px;
	
	display: inline;
	
	margin-right: 3px;
}