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

.unidade {
	width: 640px;
	font-size: 14px;
	margin-top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#referencias {
	margin-top: 35px;
}
.unidade .descricao {
	float: left;
	width: 433px;
	padding-left: 5px;
}
.unidade .nome {
	float: left;
	width: 200px;
}
