.pager {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
  margin: 0 auto;
  width: 60%; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }

.pager-item {
  /*float: left;*/
  margin-bottom: 7.5px;
  padding: 0.5em 1em;
  margin-left: -4px;
  width: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #AEADAD;
  /*border-left: none;*/
  text-align: center;
  color: #E64529 !important;
  font-weight: 600;
  transition: all 0.3s; }
  .pager-item:first-child {
    border-left: 1px solid #AEADAD;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .pager-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .pager-item:hover {
    background-color: #E64529;
    cursor: pointer; }
  .pager-current.first {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    color: #8C8C8C !important;
    font-weight: bold;
    line-height: 42px; }
    @media (min-width: 768px) {
      .pager-current {
        line-height: 47px; } }
  @media (min-width: 768px) {
    .pager-item {
      width: 45px;
      line-height: 45px;
      font-size: 16px; } }


.pager-next{
  border: 1px solid #AEADAD;
  margin-left: -4px;
}

.pager-previous{
  border: 1px solid #AEADAD;
}


.pager-next{
  padding: 0.5em 0.9em;
  vertical-align: middle;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager-previous{
  padding: 0.5em 0.9em;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  vertical-align: middle;
}

.pager-item a:hover{
  color: #fff;
  text-decoration: none;
}

.pager-item a,
.pager-previous a,
.pager-next a{
  color: #E64529;
  text-decoration: none;
}

.pager-current{
  color: #8C8C8C;
}

.pager-item:hover a,
.pager-previous:hover a,
.pager-next:hover a{
  color: #fff;
  text-decoration: none;
}

.pager-previous:hover,
.pager-next:hover{
  background-color: #E64529;
} 

.pager-item:hover a:hover,
.pager-previous:hover a:hover,
.pager-next:hover a:hover{
  color: #fff;
  text-decoration: none;
}

.block-info__title_article{
  font-size: 20px;
  font-weight: bold; }
  @media (min-width: 544px) {
    .block-info__title_article {
      font-size: 24px; } }

.block-info__title {
  font-size: 20px;
  font-weight: bold; 
  color: #E64529;}
  @media (min-width: 544px) {
    .block-info__title {
      font-size: 24px; } }
.block-info__title a {
    color: #E64529;
}

.block-info__title a:hover {
    color: #E64529;
}
.block-info__title a:focus {
    color: #E64529;
}
.block-info__title a:visited {
    color: #E64529;
}

.block-info__separator {
  width: 32px;
  height: 4px;
  background-color: #AEADAD;
  margin-top: 2;
  margin-bottom: 2; }


.block-info__separator_article {
  width: 32px;
  height: 4px;
  background-color: #E64529;
  margin-top: 2;
  margin-bottom: 2; }

  .site-footer-menu {
    padding-left: 20%;
    padding-right: 20%;
    min-height: 80px;
    background-color: #E64529;

}

@media (min-width: 767px) {
  .view-id-portal_investigadores{
    width: 75%;
  }
}

.p-rdo-portal {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
  min-height: 1px; 
}

@media (min-width: 544px) {
  .p-portal_title {
    font-size: 45px;
  }
}
.p-portal_title {
  text-align: center;
  margin-top: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  white-space: nowrap;
  position: relative;
}.p-portal_title strong {
    white-space: nowrap;
    font-weight: bold;
 }

@media (min-width: 1050px) {
  .background-inves {
    margin-left: -40%; margin-right: -39%;
  }
}

.background-inves {
    background-image: url(/sites/all/themes/zen/Nexos/assets/images/portal-investigacion.jpg); 
    background-size: cover; 
    background-position: center; 
  }

@media (min-width: 769px) {
  .p-portal_title:before, .p-portal_title:after {
      width: 30%;
      content: '\a0';
      border-top: 2px solid darkgrey;
      position: absolute;
      top: 51%;
    }

  .p-portal_title:before {
      margin-left: -35%;
      text-align: right;
  }

  .p-portal_title:after {
      margin-left: 5%;
  }
}

.list {
  padding-left: 30px;

}

.list li{
    list-style: circle;
    list-style-type: disc;
    color: #E64529;
}

.link_inves_black {
  color: black;
  text-decoration: underline;
}

.link_inves_black:hover {
    color: #E64529;
}
.link_inves_black:focus {
    color: #E64529;
}
.link_inves_black:visited {
    color: black;
}