#barra_topo {
	height: 32px;
	width: 100%;
	position: absolute;
	top: 0px;
	background-image: url(../images/barra_topo.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#area_alunos {
	float: right;
	height: 32px;
	width: 136px;
	margin-right: 25px;
	line-height: 28px;
	font-family: Calibri, Arial, Tahoma, "Times New Roman";
	font-size: 12px;
	color: #F4F4F4;
	text-align: center;
	font-weight: normal;
}

#area_profs {
	height: 32px;
	width: 136px;
	margin-right: 115px;
	float: right;
	font-family: Calibri, Arial, Tahoma, "Times New Roman";
	line-height: 28px;
	color: #F4F4F4;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
.link_topo {
	color: #FFFFFF;
}

