/**
* 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{
     max-width:100%;
     max-height:100%;
    
	 font-size: 22px;
}

 .reiniciar{
    position: absolute;
    margin-top: 36px;
    margin-left: 4px;
 } 
 .irMenu{
       position: absolute;
    margin-top: 36px;
    margin-left: 611px;
 }


.tiempo{
     background-image: url('images/tiempo.png');
    width: 54px;
    height: 12px;
    padding: 28px;
   
    position: absolute;
    margin-top: 91px;
    margin-left: 632px;
	}
	
	.marcador{
     background-image: url('images/marcador.png');
    width: 54px;
    height: 12px;
    padding: 28px;
     position: absolute;
    margin-top: 91px;
    margin-left: 52px;
	}
p {
  font: 22pt sans-serif;
  margin: 20px 20px 0px 20px;
}

/**
* Styles for the puzzle
*/
#juego {
    padding: 20px;
    min-width: 426px;
    margin-left: 178px;
    margin-top: 8px;
    /* margin: 30px 20px; */
    position: absolute;
}

#juego div {
  width: 100%;
  margin: 0 auto;
}

/* style for each square in the puzzle */
#juego .puzzleSquare {
     height: 25px;
    width: 25px;
    text-transform: uppercase;
    background-color: #76B934;
    border: solid 2px #ffffff;
    font: 16px sans-serif;
    color: #ffffff;
    font-family: 'Adelon';
    padding: 0px;
}

#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: 434px;
    height: 93px;
    position: relative;
    top: 180px;
    left: 603px;
    color: #ffffff;
    font-size: 21px;
  
}

#c1{
position: absolute;
    top: 214px;
    margin-left: 35px;
	height: auto;
	  width: 121px;
	}
#c2{
position: absolute;
    top: 372px;
  margin-left: 35px;
	height: auto;
	  width: 121px;
	}
#c3{
    position: absolute;
    top: 501px;
 margin-left: 234px;
    width: 121px;
	height: auto;
	}
#c4{
    position: absolute;
    top: 501px;
   margin-left: 418px;
    width: 121px;
	height: auto;
	}


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