body, div {
	margin: 0;
	padding: 0;
	float: left;
}

#page-wrapper {
	width: 640px;
	height: auto;
}

#header {
	width: 640px;
	height: 60px;
	background-color: #1f9ff0;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	color: #fff;
	line-height: 60px;
	text-transform: uppercase;
}

#faces-container {
	width: 640px;
	height: auto;
	left: 0;
	top: 0;
	display: inline-block;
}

.ministros-container {
	width: 320px;
	height: 96px;
	cursor: pointer;
	margin-top: 20px;
}

.candidato {
	width: 96px;
	height: 96px;
	background-position: center center;
	float: left;
	border-radius: 96px;
}

.ministros-container:hover .candidato {
	background-size: 120px;
}

.ministros-container:hover .thumb-nome {
	color: #1f9ff0;
}

.thumb-nome {
	width: 214px;
	height: auto;
	padding: 0 5px;
	color: #393939;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
}

.thumb-cargo {
	width: 214px;
	height: auto;
	padding: 0 5px;
	color: #636363;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: 100;
}

#profile {
	width: 560px;
	height: auto;
	background-color: #fff;
	position: absolute;
	top: 80px;
	left: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 20px;
	display: none;
	border: 1px solid #393939;
}

#profile-close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.profile-bio {
	font-size: 22px;
	line-height: 22px;
	margin-top: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}

#profile-bed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
