@charset "utf-8";
/* CSS Document */

.popCC {
    margin: 0;
}

.ajuste {
    width: 100%;
    height: 1px;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.elementoRelativo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
/*BOTONES*/

.fondoVerde {
    background-color: #5EA6BE;
    width: 1123px;
    height: 579px;
    padding: 20px;
    position: absolute;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.cntBordeInterno {
    border: 3px dashed #FEFEFE;
    width: 100%;
    height: 100%;
    letter-spacing: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/*NAVEGACION*/

.navInicio {
    background-image: url(../img/nav/navInicio.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 68px;
    height: 68px;
    position: absolute;
    left: 87%;
    top: 9%;
}

.navCenter {
    top: 91%;
    left: 47%;
}

.navBack {
    top: 91%;
    left: 41.5%;
}

.navNext {
    top: 91%;
    left: 49%;
}

.flechaAtras {
    background-image: url(../img/nav/flechaAtras.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 68px;
    height: 68px;
    position: absolute;
    z-index: 1;
}

.flechaSiguiente {
    background-image: url(../img/nav/flechaSiguiente.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 68px;
    height: 68px;
    position: absolute;
    z-index: 1;
}
/*fin NAVEGACION*/

.pregunta {
    font-family: 'cabinregular';
    font-size: 40px;
    line-height: 48px;
    color: #fefefe;
    text-align: center;
    margin-top: 6%;
}

#txtRespuestaJoaquin {
    width: 957px;
    height: 282px;
    resize: none;
    background-color: #fefefe;
    border: 0px;
    padding: 15px;
    font-size: 40px;
    font-family: 'cabinregular';
    margin: 4.5% auto 0 auto;
    display: block;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border: 1px dashed #A6C9D8;
}

#txtRespuestaJoaquin:focus {
    outline: none;
    border: 0px;
    border-radius: 7px;
    border: 1px dashed #A6C9D8;
}