#puzzle .alphabet{
	font-size: 1.31em;
	line-height:35px;
	text-align: center;
	color: black;
}
#puzzle{
	position:absolute;
	left: 60px;
	top: 170px;
	width: 472px;
	height: 472px;
}
.content{
	background-position: 40px 120px;
	background-repeat:  no-repeat;
	background-image: url('../img/RESUMEN/SB_M_G10_U03_L03_boton-30.png');
	height: 665px;
}
ul.words{
	position:absolute;
	right: 30px;
	top: 120px;
	width: 574px;
	padding-left: 0px;
	margin: 0px;
	font-size: 1.4em;
	text-align: justify;
}
ul.words li{
	margin-bottom: 30px;
	line-height: 1.5em;
}
ul.words li span{
	background: #e2e2e2;
	color: transparent;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    padding-left: 5px;
    padding-right: 6px;
}
ul.words li span.guessed{
	color: #b7584e;
	-webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    font-style: italic;
}
#puzzle .hover{
	background-color: rgba(255, 83, 84, 0.28);
}
#puzzle .complete, #wordList .complete{
	background-color: rgba(255, 83, 84, 0.28);
	color: #ff5354;
  	font-style: italic;
  	font-weight: bold;
}
#puzzle .active, #wordList .active{
	background-color: rgba(255, 83, 84, 0.28);
}
.start, .restart, .instructions{
	position: absolute;
	top: 60px;
}
.start{
	left: 36px;
}
.restart{
	left: 412px;
}
.instructions{
	right: 36px;
}
.container-chronometer{
	position: absolute;
	top: 0px;
	left: 240px;
}
#countdown360_chronometer{
	width: 110px;
	height: 110px;
}

.icon_close_button{
    top: 54px;
    left: 775px;
    float: right;
    position: absolute;
}
.popup_ins p{
	position: relative;
    right: -116px;
    top: -367px;
    width: 686px;
    color: white;
    font-size: 1.6em;
    text-align: center;
}
div.block{
  width: 511px;
  height: 477px;
  background: rgba(0, 0, 0, 0.51);
  position: absolute;
  top: 167px;
  left: 42px;
}
.start.disable,
.restart.disable{
	opacity: 0.5;
}
p.title{
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 1.88em;
	position: absolute;
	top: 95px;
	left: 42px;
	width: 511px;
	text-align: center;
}


.popup_ins{
	height: 500px;
}