/**
* 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-Medium.eot) ;
	
   src: url(./fuentes/Adelon-Medium.eot#iefix) format('embedded-opentype');
   src: url(./fuentes/Adelon-Serial-Light-Regular.ttf) format("truetype");
}

.palabra{

    z-index: 8;
}
  #preguntas1 {
     position: absolute;
    margin-top: 8px;
    margin-left: 65px;
     min-width: 561px;
 } 
 #preguntas2 {
        position: absolute;
    margin-top: 68px;
    margin-left: 102px;
    min-width: 560px;
 }
 #preguntas3 {
         position: absolute;
    margin-top: 132px;
    margin-left: 72px;
    min-width: 560px;
 }
  #preguntas4 {
         position: absolute;
    margin-top: 200px;
    margin-left: 79px;
    min-width: 560px;
 }
  #preguntas5 {
position: absolute;
    margin-top: 273px;
    margin-left: 83px;
    min-width: 560px;
 }

 #preguntas1N2 {
    position: absolute;
    margin-top: -6px;
    margin-left: 45px;
    min-width: 518px;
 }
 
  #preguntas2N2 {
        position: absolute;
    margin-top: 52px;
    margin-left: 23px;
    min-width: 560px;
 }
 #preguntas3N2 {
    position: absolute;
    margin-top: 114px;
    margin-left: 42px;
    min-width: 560px;
 }
 
  #preguntas1 img,  #preguntas2 img,  #preguntas3 img,  #preguntas4 img,  #preguntas5 img{
     width: 36px;
    height: auto;
	    
 
 }

   #preguntas1N2 img,  #preguntas2N2 img,  #preguntas3N2 img,  #preguntas4N2 img,  #preguntas5N2 img{
     width: 31px;
    height: auto;		
 
	}


 

.tiempo{
     background-image: url('images/tiempo.png');
 
	
	  width: 54px;
    height: 20px;
    padding: 16px;
    position: absolute;
    margin-top: 62px;
    background-size: 83px;
    background-repeat: no-repeat;
    margin-left: 689px;
 
 
	}
	
	.marcador{
     background-image: url('images/marcador.png');
    width: 54px;
    height: 20px;
    padding: 16px;
    position: absolute;
    margin-top: 62px;
    background-size: 83px;
    background-repeat: no-repeat;
    margin-left: 11px;
 
	}
p {
  font: 22pt sans-serif;
  margin: 20px 20px 0px 20px;
}

/**
* Styles for the puzzle
*/
#juego {
 padding: 20px;
     min-width: 426px;
    margin-top: -21px;
}

#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: #018391;
    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: 179px;
    min-height: 428px;
    max-height: 428px;
    position: relative;
    top: -514px;
    left: 595px;
    color: #ffffff;
    font-size: 13px;
    background-color: #A8100C;
  
}

.ver{
display:block;}

audio{
display:none;
}
#Palabras ul {
  list-style-type: none;
  padding-top: 7px;
  margin-top: 36px;
}

#Palabras li {
  padding: 2px;
  
}

/* indicates that the word has been found */
#Palabras .wordFound {
  text-decoration: line-through;
color: #EB6B06;
}

/**
* Styles for the button
*/
#solve {
  margin: 0 30px;
}
