body{
	height: 100%;
	width: 100%;
	counter-reset:section;
}
body li .item{
	list-style: none;
}
.enunciado {
	position: relative;
	margin-top: 40px;
	text-align: justify;
	font-family: Helvetica;
	font-size: 20px !important;
	font-weight: bold;
	color: #005EA8 !important;
	margin-left: 30px;
}
body > tittle {
	opacity: 0;
}
/*-------------------------------- CROSSWORDS ----------------------------------------------*/
#crossword {
    text-align:center;
}
#mensajefinal p{
	margin-top:-4%;
	font-size: 30px;
}
.ui-button{
	margin-bottom:10px;
}
.crossword {
    border-collapse:collapse;
    font-family: Helvetica;
    margin-left:auto;
    margin-right:auto;
    clear:both;
    margin-top:60px;
    margin-bottom:10px;
    
}

.crossword td {
    border:1px solid #005ea8;
    padding:0;
    margin:0;
    vertical-align:middle;
    padding:0;
    
    width:50px;
    height:50px;
    
    font-size:200%;
    z-index:1;
    
}
.crossword input {
    border:0px solid black;
    background-color: transparent;
    padding:0;
    margin:0;
    vertical-align:middle;
    padding:0;
    width:50px;
    height:50px;
    
    font-size:120%;
    color: #000;
    text-align:center;
}



.across:before,.down:before {
    float:left;
    position:absolute;
    margin-left: -17px;
    margin-top: -1px;
    z-index:0;
    content: counter(section);
    color: #EEE;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0px;
    
    border: 1px solid #005ea8;
    background-color: #005ea8;
    width: 15px;
    height: 50px;
    cursor: pointer;

}
.down:before {
    margin-left: -1px;
    margin-top: -17px;
    width: 50px;
    height: 15px;
    line-height: 16px;
}

.first {
    counter-increment:section;
    line-height: 44px;
    font-size: 40px;
    text-align: center;
    padding-left:0px;
   
    
}
.crossword input:focus { background-color: #DFE4F2; color: black; }
.wellDone { background-color: #009036 !important; color: white !important; }
.malDone { background-color: #E2001A !important; color: white !important; }

.crossword .no-border {    border:none;   }

.pista {
    position: absolute;
		top: 25%;
		left: 50%;
		margin-left: -230px;
    width: 460px;
    height: auto;   
    padding: 20px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;   
    background-color: #DFE4F2;   
    color: #005EA8;
    font-size: 16px;
		font-weight: bold;
}
.pista img {
    width: 100%;
		margin-top: 10px;
    -webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px; 
}
#clues {
    margin:auto;
}

#clues td {
    vertical-align:top;
}
/*-------------------------------- OBJETOS DRAG ----------------------------------------------*/
.item {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	border:1px solid #999999;
	padding: 5px;
	color:#666666;
	float: left;
	cursor: move;
	margin: 1% 0.5% 1% 0.5%;
}
.item:hover {
}
/*-------------------------------- DIV CON DRAGS ----------------------------------------------*/
#elements {
	width: 100%;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*background-color: #ccebf8;*/
	margin: 1% 0 2% 0;
	border: 1px solid #ccebf8;
}
#elements ul{
	width: 100%;
	text-align: center;
	min-height:20px;
}
#elements li{ 
	
}

/*-------------------------------- DIV CON DROPS ----------------------------------------------*/
#sol {
	margin: 1% auto 5% auto;
	width: 98%;
	min-height: 160px;
	height: 700px;
	text-align: center;
	padding: 1%;;
	border: solid 1px #ccebf8;
}
#sol li {
	height:auto;
	min-height: 25px;
	line-height: 25px;
	min-width: 100px;
	width: auto;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	
}
.parrafo {
	counter-increment:section;
	font-weight: 200;
	width: 97%;
	margin: 0;
	line-height: 1.7;
	font-size: 20px;
	text-align: left;
	margin-bottom: 1%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f0ff;
	padding: 0.5% 1.5%;
}


.sortable { 
	display: inline-block;
}

.activearea{
    position:relative;
    top:4px;
	height: 25px;
	min-width: 100px;
	width: auto;
	text-align: center;
	margin: 0 5px 0 5px;
}
.activeElement {

}

.showBoxes {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
    border: 1px solid #ccebf8; 
}
.draging {	}
.dragged {
	top:0;
	color:#5190bc;
}
.dragenter {
	background-color: #4285a1;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:auto;

}
/*--------------------------------------- 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;
}




.parrafoHighlight {
	position: relative;
	animation-name:animateShadowUL;
	animation-duration: 2500ms;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	
	-webkit-animation-name: animateShadowUL;
	-webkit-animation-duration: 2500ms;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
}

@keyframes animateShadowUL{
	0% {  }
	50% {	
		box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);
		-webkit-box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);		  	
	}
	100% {	}
}

@-webkit-keyframes animateShadowUL{
	0% {  }
	50% {	
		box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);
		-webkit-box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);		  	
	}
	100% {	}
}


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	#sol{
		height: 340px;
	}
	#contents {
		margin-bottom:100px;
		margin-left:auto;
		margin-right:auto;
		height:420px;
		padding: 0 2%;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
		#sol{
		height: 590px;
	}
	#contents {
		margin-bottom:100px;
		margin-left:auto;
		margin-right:auto;
		height:815px;
		padding: 0 2%;
	}
}

.ui-sortable-helper{
	box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);
		-webkit-box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);		  	
}