/**
* 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('imag/menu-sheet0.png');
    width: 54px;
    height: 12px;
    padding: 28px;
    margin-left: 142px;
	}
	
	.marcador{
     background-image: url('imag/menu-sheet1.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;
 font-weight: bold;

 
 
  /*margin: 30px 20px;*/
}

#juego div {
  width: 100%;
  margin: 0 auto;
  margin-left: 65px;
}

/* style for each square in the puzzle */
#juego .puzzleSquare {
    height: 40px;
    width: 40px;
    text-transform: uppercase;
    background-color: #92a56d;
    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: -332px;
   left: 555px;
    color: #ffffff;
     font-weight: bold;
  
  
}

.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;
}
