body{
}

header {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #f25824;
    margin-bottom: 10px;
    padding: 8px 20px;
}

header .titulo {
    padding-top: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30pt;
    font-weight: 300;
    color: #fff;
}

.tituloPDF {
    padding-top: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17pt;
    font-weight: 300;
    color: #fff;
}


header .titulo2 {
    padding-top: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 22pt;
    font-weight: 300;
    color: #fff;
}

header .titulo3 {
    padding-top: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14pt;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

header img {
    /*width: 100%;*/
}

.login-h {
    background: white!important;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.login-hn {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.header2 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
}

.header2 img {
    width: 100%;
}

.titulo {
    padding-top: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30pt;
    font-weight: 300;
    color: #414042;
}

.titulo_l {
    padding-bottom: 120px;
    padding-top: 46px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 48pt;
    font-weight: 300;
    color: #5d4f6e;
}

.titulo_2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 37pt;
    font-weight: 300;
    color: #414042;
}

.titulo_3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18pt;
    font-weight: 300;
    color: #414042;
}

.titulo_4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30pt;
    font-weight: 300;
    color: #5d4f6e;
}
.btn-naranja {
    background: #f25821;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14pt;
    font-weight: 300;
}

.btn-naranja:hover, .btn-naranja:active {
    background: #f25821;
    color: white;
}

.lineaV {
    border-left: 2px solid white;
    margin-left: 3px;
    margin-right: 10px;
}

.lineaH {
    width: 85%;
    border-top: 3px solid #5d4f6e;
}

.form-login > form .form-group {
    padding: 10px;
}

.form-login > form ::-webkit-input-placeholder {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 300;
}
.form-login > form ::-moz-placeholder {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 300;
} /* firefox 19+ */
.form-login > form :-ms-input-placeholder {
            font-family: 'Josefin Sans', sans-serif;
        font-weight: 300;
} /* ie */
.form-login > form input:-moz-placeholder {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 300;
}
.form-login > form input {
    font-size: 14pt;
}

.form-login > form i.glyphicon, .form-login > a i.glyphicon, #formRegistro i.glyphicon {
    font-size: 15pt;
    top: 0;
    vertical-align: middle;
    font-weight: 200;
}

.registro-form {
    width: 80%;
    border-style: solid;
    border-color: #5d4f6e;
    border-radius: 4px;
    border-width: 6px;
    padding: 20px;
    margin: 60px auto 60px;
}

#formRegistro > div > label, #formRegistro > div > div > div > label {
    font-weight: 300!important;
}

#formRegistro > div > div > div > label{
    padding-left: 0px!important;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a8a9;
    width: 1em;
    height: 1em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em!important;
    line-height: 0;
    top: 50%!important;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    -webkit-transform: scale(3) rotateZ(-20deg);
    -moz-transform: scale(3) rotateZ(-20deg);
    -o-transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;

}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    -webkit-transform: scale(1) rotateZ(0deg);
    -moz-transform: scale(1) rotateZ(0deg);
    -o-transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

footer {
    background: #404142;
    color: #fff;
    padding: 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17pt;
    font-weight: 300;
    text-align: center;
}

#columna_preguntas > .pregunta:nth-child(even) {
    background-color: #a9a8a9;
}

.area {
    display: table-cell;
    background: #f25824;
    padding-left: 5px;
    padding-right: 5px;
    color: #414042;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16pt;
    font-weight: 400;
}

.area2 {
    display: table-cell;
    background: rgba(242,88,36,0.8);
    padding-left: 15px;
    padding-right: 5px;
    color: #fff;
    font-family: 'Century Gothic';
    font-size: 13pt;
    font-weight: bold;
    font-style: italic;
}

.pregunta {
    font-family: 'Arial', sans-serif;
    font-size: 12pt !important;
    color: #414042 !important;
    border: 1px solid #414042 !important;
    padding-left: 2px !important;
    padding-bottom: 0 !important;
}

.boton_cuestionario {
    background: rgba(93,79,110, 0.8);
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
}

.boton_cuestionario:hover {
    background: #f25824;
    color: #fff;
}

.active, .focus, .boton_cuestionario:active {
    background: #f25824;
    color: #fff;
}

.Table {
    font-family: 'Josefin Sans', sans-serif;
    display: table;
    padding: 0 20px 20px 20px;
    width: 100%;

}

.Title {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.Heading  {
    display: table-row;
    font-weight: bold;
    text-align: center;
}

.Row {
    display: table-row;
}

.Cell {
    display: table-cell;
    border: 1px solid #414042;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Arial', 'Josefin Sans';
    font-size: 15pt;
    color: #414042;

}

.Cell_encabezado {
    display: table-cell;
    border: 1px solid #414042;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Arial', sans-serif;
    font-size: 15pt;
    font-weight: bold;
    color: #fff;
    background: #5d4f6e;

}

.par {
    background: #a9a8a9;
}

.instrucciones {
    width: 90%;
    background: #5d4f6e;
    font-family: 'Arial';
    font-size: 15pt;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    margin: 20px auto;
    padding: 1px 100px;
}

.instrucciones2 {
    width: 90%;
    background: #5d4f6e;
    font-family: 'Arial';
    font-size: 13pt;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    margin: 20px auto;
    padding: 1px 50px;
}

.instrucciones3 {
    width: 90%;
    background: #5d4f6e;
    font-family: 'Arial';
    font-size: 11pt;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    margin: 20px auto;
    padding: 1px 20px;
}

.encabezado {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14pt;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: rgba(93,79,110, 0.8);
    padding: 5px 0 0 0;
}

.contenedor_botones {
    margin-top: 20px;
}

.btn.focus {
    color: #fff;
}

button {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 7px;
    background-color: #5d4f6e;
    border: 1px solid #5d4f6e;
    border-radius: 4px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 16pt;
}

button:hover{
    color: #404142;
    background-color: #a9a8a9;
    border-color: #a9a8a9;
}

button:active {
    color: #fff;
    background-color: #404142;
    background-image: none;
    border-color: #414042;
}

.cerrar_sesion {
    display: inline-block;
    padding: 1px 5px 1px 5px;
    margin-bottom: 10px;
    margin-right: 7px;
    color: #fff;
    background: #CB4335;
    border: 1px solid #CB4335;
    border-radius: 4px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 16pt;
}

a {
    display: inline-block;
    padding: 1px 5px 1px 5px;
    margin-bottom: 10px;
    margin-right: 7px;
    color: #fff;
    background-color: #5d4f6e;
    border: 1px solid #5d4f6e;
    border-radius: 4px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 16pt;
}

a:hover {
    text-decoration: none;
    color: #404142;
    background-color: #a9a8a9;
    border-color: #a9a8a9;
}

a:active {
    color: #fff;
    background-color: #404142;
    background-image: none;
    border-color: #414042;
}

#guardar {
    margin-top: 10px;
    margin-right: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16pt;
}

.cancelar {
    padding: 2px;
    margin: 0;
}

.contenido-login {
      background: url(../imagenes/fondo_inicial.png) no-repeat center 35%;
      background-size: contain;
      background-color: #a9a8a9;
      margin-bottom: 100px;
}

.form-login {
    max-width: 382px;
    height: auto;
    background: rgba(255, 255, 255, .77);
    border-radius: 4px;
    border-color: #f25824;
    border-width: 4px;
    border-style: solid;
    float:none;
    margin:0 auto;
    padding-bottom: 20px;
}

.no-link {
    background: none!important;
    color: #f25824;
    margin: 0!important;
    border: 0!important;
}

.alert {
    margin: 10px 20px 0 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14pt;
}

@media (max-width: 767px){
    .encabezado{
        display: none;
    }
    #columna_preguntas .respuesta{
        text-align: center;
    }
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type="number"] {
    -moz-appearance: textfield;
}
