p {
	margin:20px auto;
	border-radius: 10px;
	padding:25px;
	font-size: 2.5em;
	width:1000px;
	height:200px;
	text-align: justify;
	line-height: 70px;
	vertical-align: middle;
}

input {
	border:none;
	border-bottom:solid 1px black;
	background-color: rgba(255,255,255,0);
	color:green;
	width:200px;
	max-width: 200px;
	height:1.2em;
	max-height: 1.2em;
	text-align: center;
	vertical-align: baseline;
}

.numerador {
	font-size: 2em;
	text-align: center;
	padding:0px 15px;
	color:#FFF;
	background-image: url(../img/number_bg.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
}

.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}