
@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,700);

html, body {
    font-family: 'Nunito', sans-serif;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    
   
}

html, body, div, ul, ol,
li, canvas, h1, h2, h3, h4, h5 {
    margin: 0; padding: 0;
}

#soup {
    margin: 0 auto;
    padding-top: 120px;
        
}

.axuda {
       font-family: 'Nunito', sans-serif;
       letter-spacing: 3px;
       font-weight: 300;
  
    
}

/* Options bar */
div#game-options {
    background: transparent;
    z-index: 500;
    top: 0;
    left: 0;
    position: absolute;
    padding: 5px 0px;
    width: 100%;
    height: 50px;
    transition: opacity .5s linear;
    text-align: center;
}

div#game-options ul {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 auto;
    margin-top: 30px;
    
}

div#game-options ul li { 
    display: inline-block;
    zoom: 1;
    *display: inline;
    list-style: none;
    line-height: 25px;
    margin-left: -4px;
}


div#game-options ul li b {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  background-color: #f68f0a;
  border: none;
  border-radius: 3px;
  box-shadow: 0 9px #bbb;
}

div#game-options ul #restart {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  background-color: #f68f0a;
  border: none;
  border-radius: 3px;
  box-shadow: 0 9px #bbb;
}

div#game-options ul #show-help {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  background-color: #f68f0a;
  border: none;
  border-radius: 3px;
  box-shadow: 0 9px #bbb;
}

div#game-options ul #font-size-up {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  background-color: #f68f0a;
  border: none;
  border-radius: 3px;
  box-shadow: 0 9px #bbb;
    
}

div#game-options ul #html5-wordsearch-score {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  background-color: #f68f0a;
  border: none;
  border-radius: 3px;
  box-shadow: 0 9px #bbb;
    
}


div#game-options ul #font-size-down {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  background-color: #f68f0a;
  border: none;
  border-radius: 3px;
  box-shadow: 0 9px #bbb;
}

div#game-options ul li div.words {
    width: 110px;
}
div#game-options ul li div.words select {
    width: 130px;
}

div#game-options ul #download-button {
    display: none;
    position: absolute;
    right: 20px;
}

/* Clock */
#html5-wordsearch-timer {
    width: 90px;
}

#html5-wordsearch-score {
    width: 130px;
    display: block;
    text-align: center;
}

#modal-window #save-score-form .button { float: none; clear: both; }

#save-score-input {
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 1px 1px 4px #000 inset;
       -moz-box-shadow: 1px 1px 4px #000 inset;
            box-shadow: 1px 1px 4px #000 inset;
    outline: none;
    padding: 5px
       
}

html.lt-ie8 #soup { padding-top: 80px; }
html.lt-ie9 #html5-wordsearch { margin-top: 80px; }
html.lt-ie8 #font-size-down small { font-size: 12px; }
html.lt-ie7 #download-puzzle span { display: none; }
.loading .html5-wordsearch,
.loading div#game-options {
    visibility: hidden;
}

.wordsearch {
    position: relative;
    background: transparent; /* cambiar color */
    overflow: hidden;
    border: 1px solid transparent;
}

.loading .wordsearch,
.loading.wordsearch {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center 30%;
}

body.hide-form #save-score-form {
    display: none;
}

.html5-wordsearch canvas,
.html5-wordsearch ul,
.html5-wordsearch div {
     font-family: 'Nunito', sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
}

.html5-wordsearch {
    position: relative;
    transition: opacity .5s linear;
}

.html5-wordsearch canvas {
    border: 3px solid #f68f0a;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    margin-left: -10px;
}

.html5-wordsearch canvas.grid {
    background: #fff;
}

.html5-wordsearch div.description {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
}

.html5-wordsearch .description span.word {
    background: #050;
    color: red;
    padding: 2px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.html5-wordsearch .list {
    border: 3px solid #f68f0a;
    background: #f68f0a;
    position: absolute;
    top: 0;
    right: 0;
    width: 271px;
    overflow: auto;
    font-size: 16px;
    margin-left: 5px;
    border-radius: 3px;
    font-family: 'Nunito', sans-serif;

    
}

.html5-wordsearch .list li {
    margin-top: 10px;
    position: relative;
    padding: 4px 30px;
    line-height: 21px;
    color: #fff;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    
}

.html5-wordsearch .list li a {
    color: #f68f0a;
     font-family: 'Nunito', sans-serif;
    font-size: 10px;
    padding: 5px 8px;
    background: #fff;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 2px;
    text-decoration: none;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
         -o-border-radius: 2px;
        -ms-border-radius: 2px;
            border-radius: 2px;
}

.html5-wordsearch .list li.crossed a,
body.disable-hints .html5-wordsearch .list li a {
    visibility: hidden;
}

.html5-wordsearch .list li.crossed {
    background-repeat: no-repeat;
    background-position: 10px center;
}

.html5-wordsearch .list li.crossed.bad {
    background-image: url(../images/red.png);
  
}

.html5-wordsearch .list li.crossed.good {
    background-image: url(../images/green.png);
  
}

#download-puzzle {
    position: absolute;
    right: 20px;
    display: none;
}
 
#download-puzzle span {
    text-decoration: underline;
    font-weight: bold;
    -webkit-text-shadow: 0 -1px 0 #aaa;
       -moz-text-shadow: 0 -1px 0 #aaa;
        -ms-text-shadow: 0 -1px 0 #aaa;
            text-shadow: 0 -1px 0 #aaa;
}
/* icons */
.crossed {
    text-decoration: line-through;
}

/****************
 * HELP MESSAGE *
 ****************/
div#modal-window {
    margin: 10px;
     font-family: 'Nunito', sans-serif;
    letter-spacing: 3px;
    font-weight: 300;
    color: #f68f0a;
    border: 0px solid transparent;
    margin-top: 30px;
}


div#modal-window.help {
    border: 0px solid transparent;
    margin-top: 30px;
}

div#modal-window.button {
    border: 3px solid #0b52a4;
    margin-top: 30px;
}

div#modal-window.help li {
    margin: 10px;
     font-family: 'Nunito', sans-serif;
    letter-spacing: 3px;
    font-weight: 300;
    color: #f68f0a;
}

div#modal-window.help h1 {
   font-family: 'Nunito', sans-serif;
   letter-spacing: 4px;
   text-transform: uppercase;
   color: #f68f0a;
   padding-bottom: 10px;
}

div#modal-window.help h3 {
    font-family: 'Nunito', sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f68f0a;
    padding-top: 10px;
}

div#modal-window.help #puzzle-description.hide { display: none; }

div#modal-window.help #puzzle-description {
    margin-right: 10px;
    border-radius: 4px;
    background: transparent;
    border: 3px solid #f68f0a;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 3px;
    font-weight: 300;
    font-size: 16px;
    color: #f68f0a;
    padding-top: 6px;
    background: #fff;
}
/* Google-styled buttons
* http://pixify.com/blog/use-google-plus-to-improve-your-ui/
*/
a.button, b.button {
    color: #f68f0a;
    border: 3px solid #f68f0a;
    font-family: 'Nunito', sans-serif;
    outline: none;
    letter-spacing: 3px;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
}

a.button:hover {
    color: #333;
    border-color: #999;
    
}

a.button:active {
    color: #000;
    border-color: #444;
}

a.left {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}

a.middle {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: solid 1px #f3f3f3;
    margin: 0;
    border-left: solid 1px rgba(255, 255, 255, 0);
}

a.middle:hover, a.right:hover { border-left: solid 1px #999 }

a.right {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}


