/**
* 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%;
     overflow:hidden;
	 font-size: 22px;
}

 

.tiempo{
     width: 54px;
    height: 12px;
    padding: 28px;
       margin-left: 641px;
    margin-top: 132px;
    position: absolute;
    color: #B90D49;
	}
	
	.marcador{
     width: 54px;
    height: 12px;
    padding: 28px;
 
       margin-left: 634px;
    margin-top: 286px;
    position: absolute;
    color: #B90D49;
    font-size: 50px;
	
	}
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: 113px;
height: 108px;
margin-left: 44px;
margin-top: 136px;
    position: static;
}

#respuesta2{
width: 113px;
height: 108px;
 margin-left: 182px;
margin-top: -15px;
    position: static;
}

#respuesta3{
 width: 113px;
height: 108px;
  margin-left: 344px;
margin-top: -324px;
    position: static;
}

#respuesta4{
 width: 113px;
height: 108px;
  margin-left: 474px;
margin-top: -21px;
    position: static;

}
#respuesta5{
width: 113px;
height: 108px;
 margin-left: 350px;
margin-top: -31px;
    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;
}
