@charset "UTF-8";
/* CSS Document */
.pagina {
	width:175px;
	height:175px;
	position:absolute;
	/*top: 418px;*/
	bottom:0px;
	border: 0px;	
	background-repeat:no-repeat;
}

.pagina A {
	text-decoration:none;
}

.pagina A:hover {
	text-decoration:none;
}

.pagina#proxima {
	background-image:url(pagina_proxima_fundo.png);
	background-size:cover;
	background-position:bottom right;
	float:right;
	right:0px;

}

.pagina#anterior {
	background-image:url(pagina_anterior_fundo.png);
	background-position:bottom left;
	float:left;
	left:0px;
	display:none;
}

.numpag {
	float: left;
	position:absolute;
	width:700px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#999;
	bottom:0px;
	display:none;
	margin-bottom:5px;
	left:0px
}

.numpag input {
	border-style:none;
	border:0px none #FFF;
	width:30px; 
	font-weight:normal; 
	font-size:12px; 
	color:#000; 
	text-align:center;
}

.conteiner {	
	position:relative; 
	width:700px; 
	height:769px; 
	margin-left:auto; 
	margin-right:auto; 
	border:1px solid #000; 
	margin-top:5px; 
	background-image:url(carregando.jpg);
	background-size:cover;
	background-repeat:no-repeat; 
	background-position:center center;
}

.mostra {
	position:relative; 
	width:700px; 
	height:769px;
	background-repeat:no-repeat;
	z-index: 900;
}

.indice_off {
	width:16px;
	height:16px;
	margin:1px;
	background-color:#FFF;
	color:#999;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height:16px;
	border:1px solid #999;
	display:inline-block;
	cursor:pointer;
}

.indice_on {
	width:16px;
	height:16px;
	margin:1px;
	background-color:#900;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height:16px;
	border:1px solid #600;
	display:inline-block;
	cursor:pointer;
}

.indice_off:hover {
	background-color:#DDD;
	color:#FFF;
}