.paginacao {
    position: absolute;
    bottom: 0;
}

nav {
  display: block;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav > li > p{
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav > li > p:hover,
.nav > li > p:focus {
  text-decoration: none;
  background-color: #eee;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #8C0000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #B20000;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #B20000;
  border-color: #B20000;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/***************************************************************************************************************/

.pagination1 {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination1 > li {
  display: inline;
}
.pagination1 > li > a,
.pagination1 > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #00698C;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination1 > li:first-child > a,
.pagination1 > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination1 > li:last-child > a,
.pagination1 > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination1 > li > a:hover,
.pagination1 > li > span:hover,
.pagination1 > li > a:focus,
.pagination1 > li > span:focus {
  z-index: 2;
  color: #0085B2;
  background-color: #eee;
  border-color: #ddd;
}
.pagination1 > .active > a,
.pagination1 > .active > span,
.pagination1 > .active > a:hover,
.pagination1 > .active > span:hover,
.pagination1 > .active > a:focus,
.pagination1 > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #0085B2;
  border-color: #0085B2;
}
.pagination1 > .disabled > span,
.pagination1 > .disabled > span:hover,
.pagination1 > .disabled > span:focus,
.pagination1 > .disabled > a,
.pagination1 > .disabled > a:hover,
.pagination1 > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination1-lg > li > a,
.pagination1-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination1-lg > li:first-child > a,
.pagination1-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination1-lg > li:last-child > a,
.pagination1-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination1-sm > li > a,
.pagination1-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination1-sm > li:first-child > a,
.pagination1-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination1-sm > li:last-child > a,
.pagination1-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


/***************************************************************************************************************/
.tot_pers_red {
  display: inline-block;
  float: right;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.tot_pers_red > li {
  display: inline;
}
.tot_pers_red > li > a,
.tot_pers_red > li > span {
  position: relative;
  float: right;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.tot_pers_red > li:first-child > a,
.tot_pers_red > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tot_pers_red > li:last-child > a,
.tot_pers_red > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tot_pers_red > li > a:hover,
.tot_pers_red > li > span:hover,
.tot_pers_red > li > a:focus,
.tot_pers_red > li > span:focus {
  z-index: 2;
  color: #B20000;
  background-color: #eee;
  border-color: #ddd;
}
.tot_pers_red > .active > a,
.tot_pers_red > .active > span,
.tot_pers_red > .active > a:hover,
.tot_pers_red > .active > span:hover,
.tot_pers_red > .active > a:focus,
.tot_pers_red > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #B20000;
  border-color: #B20000;
}
.tot_pers_red > .disabled > span,
.tot_pers_red > .disabled > span:hover,
.tot_pers_red > .disabled > span:focus,
.tot_pers_red > .disabled > a,
.tot_pers_red > .disabled > a:hover,
.tot_pers_red > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.tot_pers_red-lg > li > a,
.tot_pers_red-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.tot_pers_red-lg > li:first-child > a,
.tot_pers_red-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.tot_pers_red-lg > li:last-child > a,
.tot_pers_red-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.tot_pers_red-sm > li > a,
.tot_pers_red-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.tot_pers_red-sm > li:first-child > a,
.tot_pers_red-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tot_pers_red-sm > li:last-child > a,
.tot_pers_red-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tot_pers_red_nr{
	font-weight: bold;
}


/***************************************************************************************************************/

.tot_pers_blue {
  display: inline-block;
  float: right;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.tot_pers_blue > li {
  display: inline;
}
.tot_pers_blue > li > a,
.tot_pers_blue > li > span {
  position: relative;
  float: right;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #777;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.tot_pers_blue > li:first-child > a,
.tot_pers_blue > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tot_pers_blue > li:last-child > a,
.tot_pers_blue > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tot_pers_blue > li > a:hover,
.tot_pers_blue > li > span:hover,
.tot_pers_blue > li > a:focus,
.tot_pers_blue > li > span:focus {
  z-index: 2;
  color: #0085B2;
  background-color: #eee;
  border-color: #ddd;
}
.tot_pers_blue > .active > a,
.tot_pers_blue > .active > span,
.tot_pers_blue > .active > a:hover,
.tot_pers_blue > .active > span:hover,
.tot_pers_blue > .active > a:focus,
.tot_pers_blue > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #0085B2;
  border-color: #0085B2;
}
.tot_pers_blue > .disabled > span,
.tot_pers_blue > .disabled > span:hover,
.tot_pers_blue > .disabled > span:focus,
.tot_pers_blue > .disabled > a,
.tot_pers_blue > .disabled > a:hover,
.tot_pers_blue > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.tot_pers_blue-lg > li > a,
.tot_pers_blue-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.tot_pers_blue-lg > li:first-child > a,
.tot_pers_blue-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.tot_pers_blue-lg > li:last-child > a,
.tot_pers_blue-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.tot_pers_blue-sm > li > a,
.tot_pers_blue-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.tot_pers_blue-sm > li:first-child > a,
.tot_pers_blue-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tot_pers_blue-sm > li:last-child > a,
.tot_pers_blue-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tot_pers_blue_nr{
	font-weight: bold;
}

/***************************************************************************************************************/

.contacts {
  display: block;
  margin: 5px;
}
.contacts > li {
  display: block;
}
.contacts > li > a,
.contacts > li > span {
  float: left;
  margin-bottom: 4px;
  padding: 2px 4px;
  width: 14px;
  height: 18px;
  line-height: 1.42857143;
  font-size: 12px;
  color: #00698C;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #ddd;
}

.contacts > li > a:hover,
.contacts > li > span:hover,
.contacts > li > a:focus,
.contacts > li > span:focus {
  z-index: 2;
  color: #0085B2;
  background-color: #ffff4d;
  border-color: #ddd;
}
.contacts > .active > a,
.contacts > .active > span,
.contacts > .active > a:hover,
.contacts > .active > span:hover,
.contacts > .active > a:focus,
.contacts > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #0085B2;
  border-color: #0085B2;
}
.contacts > .disabled > span,
.contacts > .disabled > span:hover,
.contacts > .disabled > span:focus,
.contacts > .disabled > a,
.contacts > .disabled > a:hover,
.contacts > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.contacts-lg > li > a,
.contacts-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.contacts-lg > li:first-child > a,
.contacts-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.contacts-lg > li:last-child > a,
.contacts-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.contacts-sm > li > a,
.contacts-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.contacts-sm > li:first-child > a,
.contacts-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.contacts-sm > li:last-child > a,
.contacts-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
