.corpo {
	background: #004c98;
	background: #fff;
}
.titulos {
	color: #fff;
  display: none;
}
.aprovados-titulo {
	margin: 25px auto 35px;
}
.aprovado {
	color: #004c98;
	font-family: 'bold';
	margin: 25px auto;
	position: relative;
	text-transform: uppercase;
	z-index: 0;
}
.aprovado a {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.aprovado a:hover,.aprovado a:focus {
	background: rgba(0, 60, 132, 0.25);
}
.aprovado-avatar {
	margin: 0 auto;
	max-width: 254px;
	position: relative;
	z-index: 0;
}
.aprovado-avatar:before {
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border:solid 32px #fff;
	content: '';
	display: block;
	height: 99.2%;
	left: 0.5px;
	max-width: 252px;
	position: absolute;
	top: 1px;
	width: 100%;
	z-index: 2;
}
.aprovado-avatar img {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.aprovado-nome {
	font-size: 18px;
}
.aprovado-curso {
	font-size: 23px;
	line-height: 6px;
	margin-top: 0;
}