/*********** Pagination **************/
#conteudo-footer{
	clear:both;
	position:relative;
	float:left;
	margin:10px 0 0 0;
	width:98%;
	background:none;
	}
#paginacao{
	clear:both;
	position:relative;
	float:left;
	width:100%;
	height:50px;
	margin: 10px 0 10px 0px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	background:none;
}
.pfooter{
	width:100%;
	clear:both;
	display:block;
	text-align:center;
	margin:0;
	padding:5px 0 0 0;
	}
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button {

  -webkit-appearance: none;

  margin: 0;

  border: none;

  overflow: visible;
  font: inherit;
  color: #656565;
  text-transform: none;

  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0);
  vertical-align: middle;

  line-height: 30px;

  min-height: 30px;

  font-size: 1rem;

  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background-image: linear-gradient(0deg, #e0996b, #e0996b);
  background-position: 100% -30px;
  background-size: 100% 30px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px #e5e5e5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button:not(:disabled) {
  cursor: pointer;
}
.button:hover,
.button:focus {
  background-color: #e0996b;
  color: #ffffff;

  outline: none;

  text-decoration: none;
  background-position: 0% 0%;
  box-shadow: inset 0 0 0 1px #e0996b;
}
/* Active */
.button:active,
.button.active {
  background-color: #e0996b;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #e0996b;
}

.button-primary {
  background-color: #e0996b;
  color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff, #ffffff);
  box-shadow: inset 0 0 0 1px #e0996b;
}
/* Hover */
.button-primary:hover,
.button-primary:focus {
  background-color: #ffffff;
  color: #e0996b;
  box-shadow: inset 0 0 0 1px #e0996b;
}
/* Active */
.button-primary:active,
.button-primary.active {
  background-color: #0091ca;
  color: #e0996b;
}
.currentpage{
	background-color: #ffffff;
    color: #e0996b;
    box-shadow: inset 0 0 0 1px #e0996b;
	margin:0 5px 0 2px;
	}
.nobutton {
	display: inline-block;
	width:10px;
	margin:0 2px;
	padding:0 5px 0 0;
	text-align:center;
}
@media screen and (max-width: 360px) {
	#paginacao{height: 95px;}
	#paginacao a{margin-top:5px;}
	#topbanner{float:left;margin:5px 0 0 0;clear:both;}
}
@media screen and (min-width: 361px) and (max-width: 480px) {
	#paginacao{height: 95px;}
	#paginacao a{margin-top:5px;}
}

@media screen and (min-width: 481px) and (max-width: 768px){
	#paginacao{height: 95px;}
	#paginacao a{margin-top:5px;}
}