.espacio{ margin-left:10px; margin:10px;}

img{ border-radius: 15px;}
ul {
	width:auto;
}

li {
	font-size:2.5em;
	color:#024959;
}

.respuesta {
	vertical-align: middle;
	border-radius: 10px;
	display:inline-block;
	background-color: #aad198;
	height:50px;
	width:250px;
	line-height: 50px;
	font-size:2em;
	color:#FFF;
	margin-bottom: 10px;
	padding-right: 10px;
}

#resp {
	position: relative;
	text-align: center;
	margin-bottom:20px;
}

/*.centrarimagen{ display: inline-block;}*/
.page1, .page2, .page3, .page4 ..page5{padding-top:50px;}
.prevNext{position:absolute;left:50%; margin-top: 0px; margin-left:-66px;text-align:center}
.p_prev, .p_next{display:inline-block;width:45px;height:45px;margin:0 10px;cursor:pointer;}
.p_prev{background:url(../img/p_prev.png) no-repeat}
.p_prev.off, .p_prev:active{background:url(../img/p_prev_off.png) no-repeat}
.p_next{background:url(../img/p_next.png) no-repeat}
.p_next.off, .p_next:active{background:url(../img/p_next_off.png) no-repeat}