/*AUTHOR: CARLOS MENCO*/
/*DATE: 03/08/2015*/
.area1 {
    background-image: url(../img/S_G07_U01_L04_04/imgR-area1-01-02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    top: 0%;
    left: 0%;
}
.ggc_textArea1 {
        font-family: "cabinmedium" !important;
    width: 560px;
    height: 76px;
    background-color: transparent;
    font-size: 30px;
    margin: 0% auto 0 auto;
    padding: 10px;
    resize: none;
    background-size: 100% 100%;
    border: 0px;
    top: 23%;
    left: 50%;
    position: absolute;
}

.ggc_textArea1:focus {
    outline: none;
}
.ggc_textArea2 {
        font-family: "cabinmedium" !important;
    width: 560px;
    height: 76px;
    background-color: transparent;
    font-size: 30px;
    margin: 0% auto 0 auto;
    padding: 10px;
    resize: none;
    background-size: 100% 100%;
    border: 0px;
    top: 37.5%;
    left: 50%;
    position: absolute;
}

.ggc_textArea2:focus {
    outline: none;
}
.ggc_textArea3 {
        font-family: "cabinmedium" !important;
    width: 560px;
    height: 76px;
    background-color: transparent;
    font-size: 30px;
    margin: 0% auto 0 auto;
    padding: 10px;
    resize: none;
    background-size: 100% 100%;
    border: 0px;
    top: 52%;
    left: 50%;
    position: absolute;
}

.ggc_textArea3:focus {
    outline: none;
}
.ggc_textArea4 {
        font-family: "cabinmedium" !important;
    width: 560px;
    height: 76px;
    background-color: transparent;
    font-size: 30px;
    margin: 0% auto 0 auto;
    padding: 10px;
    resize: none;
    background-size: 100% 100%;
    border: 0px;
    top: 67%;
    left: 50%;
    position: absolute;
}

.ggc_textArea4:focus {
    outline: none;
}
.ggc_textArea5 {
        font-family: "cabinmedium" !important;
    width: 560px;
    height: 76px;
    background-color: transparent;
    font-size: 30px;
    margin: 0% auto 0 auto;
    padding: 10px;
    resize: none;
    background-size: 100% 100%;
    border: 0px;
    top: 81.5%;
    left: 50%;
    position: absolute;
}

.ggc_textArea5:focus {
    outline: none;
}


/*CRUCIGRAMA*/
#game3 .main-legend {
  float: left;
  width: 450px;
  margin-left: 60px;
}
#game3 .crucigrama {
  display: inline-block;
}
#game3 .crucigrama .active-area {
      position: absolute;
    height: 665px;
    width: 720px;
    top: 5px;
    left: 500px;
}
#game3 .crucigrama .active-area .word {
  position: absolute;
}
#game3 .crucigrama .active-area .word .popup-btn {
         position: absolute;
    height: 30px;
    width: 36px;
    top: -32px;
    background-color: transparent;
    z-index: 1;
}
#game3 .crucigrama .active-area .word .word-area {
  position: absolute;
  width: 101%;
  height: 101%;
}
#game3 .crucigrama .active-area .word .word-area .letter {
      display: inline-block;
    height: 37.023px;
    width: 37.023px;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0px;
}
#game3 .crucigrama .active-area .word .word-area.horizontal .letter {
      margin-top: 0px;
    margin-left: 0px;
  margin-right: 0px;
}
#game3 .crucigrama .active-area .word .word-area.vertical .letter {
  margin-top: 0px;
  margin-left: 0px;
}
#game3 .crucigrama .active-area .word .word-area.valid {
  color: #50ba50;
}
#game3 .crucigrama .active-area .word .word-area.invalid {
  color: #ed384c;
}
#game3 #validar-btn {
      position: absolute;
    top: 470px;
    left: 1106px;
    background: #4A756D;
    color: #FFF;
    padding: 10px 30px;
    background-color: #75c9cb;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    border: 3px solid #ffffff;
}
.g3popup {
  width: 600px;
  height: 300px;
  padding: 10px;
  background-color: #4a756d;
}
.g3popup .container {
  background-color: #ffffff;
  height: 93%;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.g3popup .container .help {
  width: 495px;
  text-align: center;
  margin: 10px auto 0px;
  font-size: 30px;
  height: 110px;
}
.g3popup .container .help img {
  position: relative;
  margin-left: 10px;
}
.g3popup .container .help img.abajo {
  top: 14px;
}
.g3popup .container .help img.derecha {
  top: 0;
}
.g3popup .container .field {
  display: block;
  margin: 20px auto 0;
  height: 60px;
  width: 370px;
  font-size: 40px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.g3popup .closePopup {
      top: 230px;
    left: 260px;
    position: absolute;
    right: 107px;
    width: 85px;
    height: 45px;
    background-color: #4a756d;
    background-image: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.g3popup .closePopup span {
  display: block;
  margin: 5px auto;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  text-transform: lowercase;
}
#game3 .crucigrama .active-area .word#word1 {
    top: 33px;
    left: 594px;
    height: 255px;
    width: 37px;
}
#game3 .crucigrama .active-area .word#word2 {
      top: 142px;
    left: 483px;
    height: 294px;
    width: 37px;
}
#game3 .crucigrama .active-area .word#word2 .word-area {
  margin-left: -1px;
  margin-top: 1px;
}
#game3 .crucigrama .active-area .word#word2 .word-area :nth-child(7) {
  margin-left: 0px;
margin-top: 1px;
}
#game3 .crucigrama .active-area .word#word3 {
      top: 215px;
    left: 298px;
    height: 220px;
    width: 37px;
}
#game3 .crucigrama .active-area .word#word3 .word-area {
  margin-top: 3px;
  margin-left: 0px;
}
#game3 .crucigrama .active-area .word#word3 .word-area :nth-child(6) {
      margin-left: -0.5px;
    margin-top: -0.5px;
}
#game3 .crucigrama .active-area .word#word4 {
      top: 252px;
    left: 445px;
    height: 37px;
    width: 260px;
}
#game3 .crucigrama .active-area .word#word4 .word-area {
  margin-top: 2px;
}
#game3 .crucigrama .active-area .word#word5 {
       top: 290px;
    left: 372px;
    height: 220px;
    width: 37px;
}
#game3 .crucigrama .active-area .word#word5 .word-area {
  margin-left: -1px;
  margin-top: -2px;
}
#game3 .crucigrama .active-area .word#word5 .word-area :nth-child(4) {
  margin-left: 0px;
margin-top: 2px;
}
#game3 .crucigrama .active-area .word#word6 {
          top: 327px;
    left: 224px;
    height: 220px;
    width: 37px;
}
#game3 .crucigrama .active-area .word#word6 .word-area {
  margin-top: -1px;
  margin-left: 2px;
}
#game3 .crucigrama .active-area .word#word6 .word-area :last-child {
  margin-top: 1.5px;
}
#game3 .crucigrama .active-area .word#word6 .word-area :nth-child(3) {
         margin-left: -3px;
    margin-top: 2.5px;
}
#game3 .crucigrama .active-area .word#word7 {
          top: 363px;
    left: 150px;
    height: 297px;
    width: 37px;
}
#game3 .crucigrama .active-area .word#word7 .word-area {
  margin-top: 1px;
  margin-left: 2px;
}
#game3 .crucigrama .active-area .word#word7 .word-area :nth-child(2) {
         margin-left: -3px;
    margin-top: 2.5px;
}
#game3 .crucigrama .active-area .word#word8 {
      top: 363px;
    left: 484px;
    height: 37px;
    width: 221px;
}
#game3 .crucigrama .active-area .word#word8 .word-area {
  margin-top: 4px;
  margin-left: 3px;
}
#game3 .crucigrama .active-area .word#word8 .word-area :nth-child(1) {
  margin-left: -5px;
margin-top: -1px;
}
#game3 .crucigrama .active-area .word#word9 {
   top: 400px;
    left: 38px;
    height: 37px;
    width: 482px;
}
#game3 .crucigrama .active-area .word#word9 .word-area {
      margin-top: 2px;
    margin-left: 0px;
}
#game3 .crucigrama .active-area .word#word10 {
      top: 623px;
    left: 78px;
    height: 37px;
    width: 258px;
}
#game3 .crucigrama .active-area .word#word10 .word-area {
      margin-top: 2px;
    margin-left: 0px;
}

.ggc_contenido {
  background: url(../img/bg.png) #ffffff;
}
.tabs .tab.active a {
  background: #ed384c;
}
.two-column .right-side {
  margin-top: 90px;
}
#popup2 .right-side {
  margin-top: 180px;
}
#tab-pane1 h1,
#tab-pane3 h1,
#popup3 h1 {
  color: #ed384c;
  text-align: center;
}
#tab-pane1 .image-container,
#tab-pane3 .image-container,
#popup3 .image-container {
  width: 763px;
}
#popup3 p {
  font-size: 34px;
}
#popup7 .two-column .left-side {
  padding-left: 160px;
  width: 420px;
}
#tab-pane3 p {
  margin-top: 20px;
  padding: 0px 30px 0;
  font-size: 30px;
}
#tab-pane6 .two-column .left-side {
  width: 625px;
}
#tab-pane6 .two-column .left-side p {
  font-size: 30px;
}

.field:focus{
    outline: none;
}
