@charset "utf-8";

@font-face {
    font-family: "frutigerLtBold";
    font-weight: 700;
    src: url('frutigerLtBold.eot');
    src: url('frutigerLtBold.eot?#iefix') format('embedded-opentype'), url('frutigerLtBold.woff') format('woff'), url('frutigerLtBold.ttf') format('truetype'), url('frutigerLtBold.svg#glyphicons-halflingsregular') format('svg');

}
@font-face {
    font-family: "frutigerLtLight";
    font-weight: normal;
    src: url('frutigerLtLight.eot');
    src: url('frutigerLtLight.eot?#iefix') format('embedded-opentype'), url('frutigerLtLight.woff') format('woff'), url('frutigerLtLight.ttf') format('truetype'), url('frutigerLtLight.svg#glyphicons-halflingsregular') format('svg');

}
html {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: frutigerLtLight, Verdana, Geneva, sans-serif;
}
.clear {
    clear: both;
}
.none {
    display: none;
}
.block {
    display: block;
}
/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #374E59;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 0;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
  margin-bottom: 10px;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}

.presentacionLogin{
    font-size: 14pt;
    line-height: 15pt;
    text-align: center;
    word-wrap: break-word;
    white-space: pre-line;
}

.subTitulo {
    color: #ffffff;
    display: block;
    margin-top: 15pt;
    text-align: center;
}
/*
 * Affix and center
 */
@media (max-height: 895px) and (min-width: 768px) {
    .cover-container {
        /*margin-top: 120px;*/
    }
    .masthead {
        position: relative !important;
    }
}
@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}
#registBRAIN {
    margin-left: 5%;
    margin-top: 16pt;
    border: solid #F07C00 2px;
    border-radius: 15pt;
    padding: 10pt;
    text-align: center;
    background-color: #30444D;
    -webkit-box-shadow: inset 0 0 100px #30444D;
    box-shadow: inset 4pt 4pt 4pt #30444D;
}
#registBRAIN button {
    font-size: 14pt;
}
#registBRAIN .lead {
    font-size: 12pt;
}


/*******************
 ** PERSONALIZADO **
 *******************/

#cabeceraMenu {
    cursor: pointer;
}
.noFloat {
    float: none !important;
}
.txtNaranja {
    color: #f07c00;
}
.cambio_zona.bf_70, #paso2 .bf_70,  #paso4 .bf_70,  #paso5 .bf_70 {
    float: none !important;
}
#startQuiz .presentacionLogin, #hideQuiz .presentacionLogin {
    text-align: left !important;
}
#quiz .presentacionLogin {
    text-align: left;
}
#quiz h1 {
    font-size: 24pt;
}
#quiz h1 br {
    font-size: 24pt;
    line-height: 40pt;
}
/*** LOGIN ***/

#loginBRAIN .input-block-level{
    font-size: 12pt;
}

#loginBRAIN button {
    margin: 5px auto;
}

.radioFloat {
    margin-top: 0px;
    float:right;
    margin-right: 10px;
}
#lopdModel .modal-body p{
    font-size: 11pt;
    text-align: justify;
    color: #374E59;
    font-family: frutigerLtLight, Verdana, Geneva, sans-serif;
    text-shadow: none !important;
}
#lopdModel .modal-body p a{
    color: rgb(238,127,1);
}
/*** STARTQUIZ ***/
.naranja{
    color: #F07C00;
}
.peces, .tartas {
    margin: 15pt 5% 35pt;
    cursor: pointer;
    padding: 5px 5px 15px;
}
.peces:hover, .tartas:hover {
   /* -webkit-box-shadow: 1pt 1pt 2pt rgba(0,0,0,.5);
            box-shadow: 1pt 1pt 2pt rgba(0,0,0,.5);
    */ 
    margin-bottom: 33pt;
    padding-bottom: 12pt;
    border-bottom: solid 2pt #F07C00;
}
#guardando {
    color: #30444D;
}
#guardando h4 {
    color: #30444D !important;
}

.mergeBot_15 {
    margin-bottom: 5pt;
    margin-top: 10pt;
}
    
/*****************
 **** PECES ******
 *****************/
#ejemploModal .modal-content, #guardando .modal-content {
    background-color: #F07C00;
    
}
#ejemploModal .modal-header, #guardando .modal-header {
    border-bottom: none;
}
#ejemploModal .modal-footer, #guardando .modal-footer {
    border-top: none;
    padding: 0 5pt 5pt;
}
#ejemploModal .btn-link, #guardando .btn-link{
    color: #996300;
}
    
    
/***************
 *** MEMORIA ***
 ***************/

.testEjecutiva {
    height: 600px;
    min-height: 600px;
}
    
#reloj {
    font-size: 14pt;
    font-family: frutigerLtBold, Verdana, Geneva, sans-serif;
}
/***************
 *** MEMORIA ***
 ***************/

#ejemploMemo {
    background-image: url('../../views/pages/test/memoria1/img/generica.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 671px;
    height: 438px;
    margin: 0 auto;
}
#ejemploMemo img{
    width: 671px;
    height: 438px;
}
#ejemploMemo2 {
    background-image: url('../../views/pages/test/memoria2/img/generica.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 671px;
    height: 527px;
    margin: 0 auto;
}
#ejemploMemo2 img{
    width: 671px;
    height: 527px;
}
.memoLista{
    text-align: left;
    margin: 10px 25%;
    width: 50%;
}
#testChange img {
    margin: 2px 10px;
}

  
/*******************
 *** ORIENTACION ***
 *******************/

.ejemplosTest{
    margin-bottom: 20px;
}
#ejemplo2 img.resOrientacion {
    width: 150px;
    margin: 5px 15px;
}
.resOrientacion button {
    width: 100px;
    font-size: 14pt;
    font-weight: bold;
    color: #374e59;
}

#ejemplo1 img.resOrientacion
{
    width: 23%;
    text-align: center;
    float: left;
    margin: 5px 1% 25px;
}
#ejemploQ1, #ejemploQ2, #ejemploQ3, #ejemploQ4
{
    width: auto;
}
img.preguntaOrientacion
{
    width: auto;
}
/* Mobile devices (mobile vertical, 320px and up) */
@media (max-width: 320px) {
    #loginBRAIN.form-signin, #registBRAIN {
        width: 90%;
        margin: 0 auto;
    }
    #loginBRAIN .input-block-level {
        width: 100%;
        margin: 5px auto;
    }
    #registBRAIN {
        margin-bottom: 15pt;
    }
    .bf_80{
        width: 100%;
        margin: 0 auto 15px;
    }
    .bf_70{
        width: 100%;
        margin: 0 auto 15px;
    }
    .bf_60{
        width: 100%;
        margin: 0 auto 15px;
    }
    .bf_50{
        width: 100%;
        margin: 0 auto 15px;
    }
    .bf_40{
        width: 100%;
        margin: 0 auto 15px;
    }
    .bf_30{
        width: 100%;
        margin: 0 auto 15px;
    }
    #btnPasos span{
        font-size: 9pt;
        color: #F07C00;
        cursor: pointer;
    }
    #btnPasos span.active, #btnPasos span.active .glyphicon{
        font-size: 9pt;
        color: white;
        cursor: default;
    }
    #btnPasos .glyphicon{
        font-size: 7pt;
    }
    .peces {
        margin: 15pt 15%;
    }
    .lengua {
        margin: 10pt 10%;
    }
    .ejecutiva {
        margin: 10pt 10%;
    }
    #ejemplo4 .resOrientacion, #test .resOrientacion {
        width: 25%;
        text-align: center;
        float: left;
        margin: 0;
    }
    .ejemplosTest img.resOrientacion
    {
        width: 
        50%;
        text-align: center;
        float: left;
        margin: 15px 0;
    }
    #test .resOrientacion {
        width: 98%;
        text-align: center;
        float: none;
        margin: 5px 1%;
    }
} 
/* Mobile devices (mobile landscape, 768px and up) */
@media (max-width: 768px) and (min-width: 320px) {
    #loginBRAIN.form-signin, #registBRAIN {
        width: 90%;
        margin: 0 auto;
    }
    #loginBRAIN .input-block-level {
        width: 80%;
        margin: 5px auto;
    }
    #registBRAIN {
        margin-bottom: 15pt;
    }
    .bf_80{
        width: 90%;
        margin: 0 auto 15px;
    }
    .bf_70{
        width: 90%;
        margin: 0 auto 15px;
    }
    .bf_60{
        width: 90%;
        margin: 0 auto 15px;
    }
    .bf_50{
        width: 90%;
        margin: 0 auto 15px;
    }
    .bf_40{
        width: 90%;
        margin: 0 auto 15px;
    }
    .bf_30{
        width: 90%;
        margin: 0 auto 15px;
    }
    #btnPasos span{
        font-size: 9pt;
        color: #F07C00;
        cursor: pointer;
    }
    #btnPasos span.active, #btnPasos span.active .glyphicon{
        font-size: 9pt;
        color: white;
        cursor: default;
    }
    #btnPasos .glyphicon{
        font-size: 7pt;
    }
    .peces {
        margin: 15pt 15%;
    }
    .tartas {
        margin: 15pt 0%;
    }
    .lengua {
        margin: 10pt 10%;
    }
    .ejecutiva {
        margin: 10pt 10%;
    }
    #ejemplo4 .resOrientacion, #test .resOrientacion {
        width: 23%;
        text-align: center;
        float: left;
        margin: 0 1%;
    }
    #ejemplo1 img.resOrientacion
    {
        width: 50%;
        text-align: center;
        float: left;
        margin: 15px 0;
    }
    #test .resOrientacion {
        width: 98%;
        text-align: center;
        float: none;
        margin: 5px 1%;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
    #loginBRAIN.form-signin, #registBRAIN {
        width: 45%;
        margin: 0 1.25%;
        float: left;
    }
    #loginBRAIN .input-block-level {
        width: 90%;
        margin: 5px auto;
    }
    
    #registBRAIN {
        margin-top: 24px;
    }
    .bf_80{
        width: 90%;
        margin: 0 auto 15px;
    }
    .bf_70{
        width: 80%;
        margin: 0 auto 15px;
    }
    .bf_60{
        width: 75%;
        margin: 0 auto 15px;
    }
    .bf_50{
        width: 70%;
        margin: 0 auto 15px;
    }
    .bf_40{
        width: 60%;
        margin: 0 auto 15px;
    }
    .bf_30{
        width: 50%;
        margin: 0 auto 15px;
    }
    #btnPasos span{
        font-size: 9pt;
        color: #F07C00;
        cursor: pointer;
    }
    #btnPasos span.active, #btnPasos span.active .glyphicon{
        font-size: 9pt;
        color: white;
        cursor: default;
    }
    #btnPasos .glyphicon{
        font-size: 7pt;
    }
    .peces {
        margin: 35pt 3%;
        padding: 0;
        width: 26%;
    }
    .tartas {
        margin: 35pt 3%;
        padding: 0;
        width: 26%;
    }
    .lengua {
        margin: 20pt 3%;
    }
    .ejecutiva {
        margin: 20pt 3%;
    }
    #ejemplo4 .resOrientacion, #test .resOrientacion {
        width: 25%;
        text-align: center;
        float: left;
        margin: 0;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .masthead,
    .mastfoot,
    .cover-container {
      width: 990px;
    }
    #loginBRAIN, #registBRAIN {
        width: 45%;
        margin: 0 1.25%;
        float: left;
    }
    #loginBRAIN .input-block-level {
        width: 90%;
        margin: 5px auto;
    }
    #registBRAIN {
        margin-top: 24px;
    }
    .bf_80{
        width: 80%;
        margin: 0 auto 15px;
    }
    .bf_70{
        width: 70%;
        margin: 0 auto 15px;
        float: left;
    }
    .bf_60{
        width: 60%;
        margin: 0 auto 15px;
        float: left;
    }
    .bf_50{
        width: 50%;
        margin: 0 auto 15px;
        float: left;
    }
    .bf_40{
        width: 40%;
        margin: 0 auto 15px;
        float: left;
    }
    .bf_30{
        width: 30%;
        margin: 0 auto 15px;
        float: left;
    }
    #btnPasos span{
        font-size: 9pt;
        color: #F07C00;
        cursor: pointer;
    }
    #btnPasos span.active, #btnPasos span.active .glyphicon{
        font-size: 9pt;
        color: white;
        cursor: default;
    }
    #btnPasos .glyphicon{
        font-size: 7pt;
    }
    .peces {
        margin: 35pt 5%;
    }
    .tartas {
        margin: 35pt 5%;
    }
    .lengua {
        margin: 20pt 2%;
    }
    .ejecutiva {
        margin: 20pt 2%;
    }
    #ejemplo4 .resOrientacion, #test .resOrientacion {
        width: 23%;
        text-align: center;
        float: left;
        margin: 5px 1% 25px;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #loginBRAIN, #registBRAIN {
        width: 45%;
        margin: 0 1.25%;
        float: left;
    }
    #loginBRAIN .input-block-level {
        width: 90%;
        margin: 5px auto;
    }
    #registBRAIN {
        margin-top: 24px;
    }
    .bf_80{
        width: 80%;
        margin: 0 auto 15px;
    }
    .bf_70{
        width: 70%;
        margin: 0 auto 15px;
        float: left;
    }
    .bf_60{
        width: 60%;
        margin: 0 auto 15px;
        float: left;
    }
    .bf_50{
        width: 50%;
        margin: 0 auto 15px;
        float: left;
    }
    .bf_40{
        width: 40%;
        margin: 0 auto 15px;
        float: left;
    }
    .bf_30{
        width: 30%;
        margin: 0 auto 15px;
        float: left;
    }
    #btnPasos span{
        font-size: 9pt;
        color: #F07C00;
        cursor: pointer;
    }
    #btnPasos span.active, #btnPasos span.active .glyphicon{
        font-size: 9pt;
        color: white;
        cursor: default;
    }
    #btnPasos .glyphicon{
        font-size: 7pt;
    }
    .peces {
        margin: 35pt 5%;
    }
    .tartas {
        margin: 35pt 0%;
    }
    .lengua {
        margin: 20pt 2%;
    }
    .ejecutiva {
        margin: 20pt 2%;
    }
    #ejemplo4 .resOrientacion, #test .resOrientacion {
        width: 23%;
        text-align: center;
        float: left;
        margin: 5px 1% 25px;
    }

button, input, optgroup, select, textarea {
    color: black;
}