.enunciado {
	background-color: white;
	clear: both;
	width: 100%;
	text-align: left;
	color: #5190bc;
	margin: 0;
	padding: 2.5% 0 1.5% 0;
}

#botonera{
	position: relative;
	z-index: 202020202;
}

#clock {
    display: block;
    text-align: center;
    position: absolute;
    right: 3px;
    top: 30px;
    color: #005EA8;
    font-size: 21px;
}

.btnRotate{
	width: 40px;
	height: 40px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0.8;
	line-height: 40px;
	text-align: center;
	color: #5190bc;
	font-weight: bold;
}
.btnRotate:hover{
	cursor: pointer;
	opacity: 1;
}
.btnRotate#btnL{
	background-image: url(../../config/img/btnL.png);
	top: 50px;
	right: -50px;
}
.btnRotate#btnR{
	background-image: url(../../config/img/btnR.png);
	top: 5px;
	right: -50px;
}
/*-------------------------------- OBJETOS DRAG ----------------------------------------------*/
.item {
	float: left;
	cursor: move;
	width: auto;
	min-width: 50px;
	height: auto;
	background-color: #FFF;
	border-radius: 5px;
	padding: 5px;
	color: #333;
	line-height: 20px;
	font-size: 20px;
}
.item:hover {
	background-color: #ddd;
	color: #666;
}
.item  img{
	width: 200px;
}
/*-------------------------------- DIV CON DRAGS ----------------------------------------------*/
#elements {
	text-align: center;
	clear: both;
	max-width: 930px;
	margin-top: 7px;
	background-color: #DFE4F2;
	border-radius: 7px;
}
#elements ul{
	text-align: center;
	padding:13px;
}
#elements li{
	text-align: center;
	width: augo;
	min-width:130px;
	height:10px;
	line-height: 7px;
	padding:10px;
	margin:7px;
	color:#000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#FFF;
}

/*-------------------------------- DIV CON DROPS ----------------------------------------------*/
#sol {
	position: relative;
	margin-top:51px;
	width: 100%;
	max-width: 930px;
	min-height: 300px;
	height: 100%;
	text-align: center;
}
#sol li {
	width: 90%;
	padding: 5%;
	margin-top:10px;
}

.parrafo {
	position: relative;
	width: 100%;
	margin: 25px 0px;
	line-height: 50px;
	font-size: 15px;
	text-align: left;
	margin-bottom: 30px;
}
.sortable { 
	display: inline-block;
}

.activearea{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 10%;
	height: auto;
	min-width: 200px;
	min-height: 80px;
	text-align: center;
	margin: 5px 5px 50px 5px;
	padding: 10px;
}
.activeElement {
	padding-left: 210px;
}
.draging {	opacity: .2;	}
.dragged {
	color: #6a6a6a;
	text-align: center;
}
.dragenter {
	background: #64991E;
	border: 1px solid #000;
	opacity: 1;
}
.welldone, .welldone:hover {
	background-color: #009036;
	color: #fff;
}
.fail {
	background-color: #E2001A;
	color: #fff;
}
.showBoxes {
	background-color: #DFE4F2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.grupoTitle  {
	position: absolute;
	float: left;
	top: -25px;
	left: 0px;
	width: 100%;
	color: #000;
	font-size: 150%;
}
/*--------------------------------------- OTROS ----------------------------------------------*/

.mostrarguia{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: black;
	border: 2px solid #ffcb00;
	opacity:0.3;
}
.mostrarguia span{
	position: absolute;
	float: left;
	top:-16px;
	left:0px;
	opacity:1;
}



