.cuestionario{
    color: rgb(32, 32, 104);
}
body{
    background-color: #dbf3eb;
}
.logo{
    height: 150px;
}

.encabezado{
    width: 100%;
    position: relative;
    text-align: center;
    color: rgb(32, 32, 104);
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
}

.frame{
    margin-left: 10%;
    width: 80%;
    height:500px;
    border: 0px;
    position: relative;
    text-align: center;
}
.subir{
    width: 100%;
    position: absolute;
    text-align: center;

}