body{
    margin: 0;
    padding: 0;
}
.todotodopan{
    width: 100% !important;
    height: 100% !important;
}
.mascara{
    width: 100%;
    height: 100%;
}
.cimagen{
    position: absolute;
    width: auto;
    height: 100%;
}
.puntos{
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
}
.punto{
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background:url(../images/fondo_punto.png) no-repeat center;
    width: 40px;
    height: 40px;
    list-style: none;
    z-index: 9998;
    cursor: pointer;
}
.imagen{
    width: auto;
    height: 100%;
}
.botones{
    position: static;
    width: 100%;
    height: 100%;
}
.boton_izquierda{
    position: absolute;
    background: url(../images/izquierda.png);
    list-style: none;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    width: 48px;
    height: 48px;
    left: 20px;
    top: 45%;
    z-index: 9999;
}
.boton_derecha{
    position: absolute;
    background: url(../images/derecha.png);
    list-style: none;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    width: 48px;
    height: 48px;
    right: 20px;
    top: 45%;
    z-index: 9999;
}
.respuestaspan{
    display: none;
    opacity: 0.8;
    background: #ffffff;
    width: 100%;
    height: 170px;
    position: absolute;
    bottom: 0%;
    z-index: 9999;
}
.cabecerap{
    margin: 15px;
}
.pregunta{
    float: left;
}
.instrucciones{
    float: left;
    margin-left: 25px;
}
.grupo_respuestas{
    clear: both;
}
.respuestapan{
    float: left;
    margin: 15px;
    background-color: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: solid 0.25em #327DAA;
}
.respuesta_i{
    width: 160px;
    height: 110px;
}