#ahorcado-container {
	margin: 0 auto;
	width: 634px;
	height: 550px;
	margin-top:20px;
}

#ahorcado-man {
	width: 260px;
	height: 338px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-size: 260px 338px;
}

#ahorcado-word-container {
	margin: 0 auto;
	width: 634px;
	height: auto;
	margin-bottom: 20px;
	display: inline-block;
}

.letter-box {
	float: left;
	width: 60px;
	height: 60px;
	margin: 4px;
	background-image: url("../images/memory/empty.png");
	background-size: 60px 60px;
}

.ahorcado-hint-container {
	display: inline-block;
}

.letter-box div {
	position: absolute;
	word-wrap: break-word;
	text-align: center;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 2em;
}

.letter-box input {
	padding: 0px 0px 0px 12px;
	/*position: absolute;*/
	width: 30px;
	height: 40px;
	margin: 8px;
	font-size: 2em;
	border: none;
}

@media only screen and (max-width: 660px)
{
	#ahorcado-man {
		width: 160px;
		height: 208px;
		background-size: 160px 208px;
	}
	.letter-box input {
		padding: 0px 0px 0px 6px;
		margin: 5px;
		width: 16px;
		height: 26px;
		font-size: 1em;
	}
	
	.letter-box {
		width: 36px;
		height: 36px;
		margin: 2px;
		background-size: 36px 36px;
	}
	
	#ahorcado-word-container {
		width: 324px;
	}
	
	.letter-box div {
		padding: 2px;
		width: 36px;
		height: 36px;
		margin: 0 auto;
		margin-top: 6px;
		font-size: 1em;
	}
	
	#ahorcado-container {
		width: 324px;
	}
}