/**
* Wordfind.js 0.0.1
* (c) 2012 Bill, BunKat LLC.
* Wordfind is freely distributable under the MIT license.
* For all details and documentation:
*     http://github.com/bunkat/wordfind
*/
 
@font-face {
    font-family: "Adelon";
    src: url(./fuentes/Adelon-Serial-Light-Regular.ttf) format("truetype");
 
}

html, body{
   
	 font-size: 22px;
}

 

.tiempo{
     background-image: url('../images/tiempo.png');
    width: 54px;
    height: 12px;
    padding: 28px;
    margin-left: 142px;
	}
	
	.marcador{
     background-image: url('../images/marcador.png');
    width: 54px;
    height: 12px;
    padding: 28px;
 
	}
p {
  font: 22pt sans-serif;
  margin: 20px 20px 0px 20px;
}

/**
* Styles for the puzzle
*/
#juego {
 padding: 20px;
     min-width: 426px;
 
 
  /*margin: 30px 20px;*/
}

#juego div {
  width: 100%;
  margin: 0 auto;
}

/* style for each square in the puzzle */
#juego .puzzleSquare {
    height: 40px;
    width: 40px;
    text-transform: uppercase;
    background-color: #E2AA00;
    border: solid 2px #ffffff;
    font: 1em sans-serif;
    color: #ffffff;
	 font-family: 'Adelon';
}

#marcadorFinal{
color: #ffffff;
    margin-bottom: 21px;
    margin-top: -100px;
    font-size: 23px;
	    margin-left: -9px;
		    background-color: #FEB55D;
}

button::-moz-focus-inner {
  border: 0;
}

/* indicates when a square has been selected */
#juego .selected {
  background-color: #D77493;
  
}

/* indicates that the square is part of a word that has been found */ 
#juego .found {
  background-color: #7C78FF;
  color: white;
}

#juego .solved {
  background-color: purple;
  color: white;
}

/* indicates that all words have been found */
#juego .complete {
  background-color: green;
}

/**
* Styles for the word list
*/
#Palabras {
  font-family: 'Adelon';
   
    width: 162px;
    height: 217px;
    position: relative;
     top: -372px;
    left: 570px;
    color: #ffffff;
  
  
}

#contenedorRespuestas{
    width: 469px;
    height: 330px;
    margin-left: 17px;
    position: absolute;
    margin-top: -14px;
	}
	
	#contenedorPreguntas{
  float:right;
	}
	
#respuesta1{
    width: 116px;
    height: 16px;
    margin-left: 334px;
    margin-top: 294px;
	position: static;
}

#respuesta2{
       width: 290px;
    height: 18px;
    margin-left: 101px;
    margin-top: -231px;
    position: static;
}

#respuesta3{
    width: 216px;
    height: 18px;
    margin-left: 22px;
    margin-top: 79px;
    position: static;
}

#respuesta4{
   width: 151px;
    height: 18px;
    margin-left: 280px;
    margin-top: -58px;
    position: static;
}
#respuesta5{
      width: 214px;
    height: 18px;
    margin-left: 81px;
    margin-top: -78px;
    position: static;
}

#respuesta6{
	width: 192px;
    height: 18px;
    margin-left: 141px;
    margin-top: -114px;
    position: static;
}

#respuesta7{
    width: 19px;
    height: 269px;
    margin-left: 351px;
    margin-top: -57px;
    position: static;
}

#respuesta8{
	width: 19px;
    height: 213px;
    margin-left: 159px;
    margin-top: -290px;
    position: static;
}

#respuesta9{
    width: 19px;
    height: 137px;
    margin-left: 315px;
    margin-top: -136px;
    position: static;
}
#respuesta10{
	width: 19px;
    height: 197px;
    margin-left: 412px;
    margin-top: -217px;
    position: static;
}

#respuesta1-2 {
    width: 110px;
    height: 19px;
    margin-left: 236px;
    margin-top: 268px;
    position: static;
}


#respuesta2-2{
    width: 278px;
    height: 20px;
    margin-left: 31px;
    margin-top: -185px;
    position: static;
}

#respuesta3-2{
       width: 204px;
    height: 19px;
    margin-left: 143px;
    margin-top: 89px;
    position: static;
}

#respuesta4-2{
    width: 151px;
    height: 18px;
    margin-left: 180px;
    margin-top: -94px;
    position: static;
}
#respuesta5-2{
    width: 130px;
    height: 20px;
    margin-left: 161px;
    margin-top: 112px;
    position: static;
}

#respuesta6-2{
    width: 19px;
    height: 258px;
    margin-left: 272px;
    margin-top: -279px;
    position: static;
}

#respuesta7-2{
	width: 19px;
    height: 200px;
    margin-left: 32px;
    margin-top: -314px;
    position: static;
}

#respuesta8-2{
    width: 19px;
    height: 129px;
    margin-left: 161px;
    margin-top: -238px;
    position: static;
}

#respuesta9-2{
     width: 19px;
    height: 183px;
    margin-left: 106px;
    margin-top: -57px;
    position: static;
}
#respuesta10-2{
    width: 19px;
    height: 201px;
    margin-left: 69px;
    margin-top: -294px;
    position: static;
}

.ver{
display:block;}

audio{
display:none;
}
#Palabras ul {
  list-style-type: none;
}

#Palabras li {
  padding: 3px 0;
  
}

/* indicates that the word has been found */
#Palabras .wordFound {
  text-decoration: line-through;
color: #EB6B06;
}

/**
* Styles for the button
*/
#solve {
  margin: 0 30px;
}
