body {
	padding-top: 50px;
	background-color: darkgray;
	font-family: sans-serif;
}

#contentor {
	position: relative;
	box-sizing: border-box;
	width: 780px;
	height: 500px;
	margin: auto;
	background-color: white;
	border-radius: 20px;
}

#caixatit {
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	border-radius: 20px;
	background-color: brown;
	color: white;
	text-align: right;
	padding-right: 10px;
}

h1 {
	display: inline-block;
	width: 660px;
	float: left;
}

#hangman {
	padding-top: 20px;
	float: right;
}

#caixajogo {
	box-sizing: border-box;
	position: absolute;
	width: 700px;
	height: 280px;
	top: 170px;
	left: 40px;
}

#boneco {
	float: left;
	/*opacity: 0.3;*/
	position: relative;
}

#forca {
	position: absolute;
	opacity: 0.3;
}

.erroImg {
	position: absolute;
	bottom: -273px;
}

.erroLetra {
	position: absolute;
	top: 13px;
	left: 13px;
}

#teclado {
	box-sizing: border-box;
	width: 351px;
	float: right;
	border-left: solid darkgray 1px;
	border-top: solid darkgray 1px;
}

.letra {
	position: relative;
	box-sizing: border-box;
	border-right: solid darkgray 1px;
	border-bottom: solid darkgray 1px;
	width: 50px;
	padding: 15px 20px;
	color: darkgrey;
	text-align: center;
	float: left;
}

#palavra {
	margin-top: 50px;
	width: 450px;
	clear: left;
	float: right;
}

.space {
	width: 30px;
	height: 20px;
	border-bottom: solid darkgray 2px;
	font-weight: bold;
	color: brown;
	text-align: center;
	margin-left: 10px;
	float: right;
}
