/* CSS para paginación */

.pagebar {
  font-size: 11px;
  display: block;
  text-align: center;
  margin: auto;
  font-weight: bold !important;
}

.this-page {
  padding-left: 5px;
  padding-right: 5px;
}

.pagebar a, .pagebar a:visited, .pagebar a:active, .pagebar a:link {
width: 15px;
height: 15px;
text-align: center;
border: 1px solid #FF9900;
padding-top: 3px;
padding-right: 7px;
padding-bottom: 3px;
padding-left: 7px;
color: #FF9900;
text-decoration: none;
}

.pagebar a:hover {
width: 15px;
height: 15px;
text-align: center;
background-color: #FF9900;
color: #FFFFFF;
text-decoration: none;
}