.pi-pagenav ul {
  list-style: none;
  padding-left: 0;
}
.pi-pagenav li {
  display: inline-block;
}
.pi-pagenav a {
  display: inline-block;
  padding: 6px 10px 6px;
  border: 1px solid transparent;
  line-height: 16px;
  font-size: 14px;
  vertical-align: middle;
  ountline: none;
  cursor: pointer;
  white-space: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.pi-pagenav li:first-child a {
      -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
    border: 1px solid #8c8c8c;
    
}

.pi-pagenav li:last-child a {
      -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
    
}
.pi-pagenav a i,
.pi-pagenav a img {
  margin-left: 0px;
}
.pi-pagenav a img {
  width: 16px;
  margin-top: -2px;
}
.pi-pagenav a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pi-pagenav a:hover,
.pi-pagenav a:focus {
  text-decoration: none;
}
.pi-pagenav a:active,
.pi-pagenav a.active {
  outline: 0;
}
.pi-pagenav.pi-big a {
  padding: 9px 13px 9px;
  line-height: 18px;
}
.pi-section-white .pi-pagenav a,
.pi-section-grey .pi-pagenav a {
  background: #f4f6f6;
  border-color: #e3e9e9;
  color: #586266;
  box-shadow: inset 0 1px 0 #f8fafa;
  text-shadow: 0 1px 0 #ffffff;
}
.pi-section-white .pi-pagenav a:hover,
.pi-section-grey .pi-pagenav a:hover {
  background: #a5b3b4;
  border-color: #9eadae;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #aebbbc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.pi-section-white .pi-pagenav a.pi-active,
.pi-section-grey .pi-pagenav a.pi-active {
  background: #e86343;
  border-color: #dd5437;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #eb6f4b;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.pi-section-white .pi-pagenav a.pi-active:hover,
.pi-section-grey .pi-pagenav a.pi-active:hover {
  background: #d34a35;
  border-color: #c63d2c;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #d8533b;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.pi-section-base .pi-pagenav a {
  background: #e86343;
  border-color: #eb7556;
  color: #ffffff;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.pi-section-base .pi-pagenav a:hover {
  background: #ea6f50;
  border-color: #ed8062;
  color: #ffffff;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.pi-section-base .pi-pagenav a.pi-active {
  background: #c94127;
  border-color: #bf3a23;
  color: #ffffff;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.pi-section-base .pi-pagenav a.pi-active:hover {
  background: #c13b24;
  border-color: #b63420;
  color: #ffffff;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.pi-section-dark .pi-pagenav a,
.pi-section-parallax .pi-pagenav a {
  background: unset;
  border-color: #8c8c8c;
  color: #941f1e;
    margin-left: -4px;
    border-left: 0;
 
}
.pi-section-dark .pi-pagenav a:hover,
.pi-section-parallax .pi-pagenav a:hover {
  background: #16191d;
  border-color: #14171a;
  color: #9ca7b1;
  box-shadow: inset 0 1px 0 #181a1f;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.pi-section-dark .pi-pagenav a.pi-active,
.pi-section-parallax .pi-pagenav a.pi-active {
  background: #e86343;
  border-color: #dd5437;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #eb6f4b;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.pi-section-dark .pi-pagenav a.pi-active:hover,
.pi-section-parallax .pi-pagenav a.pi-active:hover {
  background: #d34a35;
  border-color: #c63d2c;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #d8533b;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}




.pi-pagenav-red a{
    background: #df0835 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    float: left !important;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 12px !important;
    max-width: 165px !important;
    min-height: 42px;
    min-width: 164px !important;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle !important;
    padding: 9px 0 0 2px !important; 
    transition: all 0.2s ease-in-out;
}

.pi-pagenav-red a:hover{
    background: #9b112e none repeat scroll 0 0 !important;
}

.pi-pagenav-red a.activo {
    background: #9b112e none repeat scroll 0 0 !important
}

.pi-pagenav-red li a img{
    width: 33px !important;
    float: left;
    margin-right: 5px !important;
    margin-top: -5px;
}
