@charset "UTF-8";
/* --------------------------
# FONT-FACE 
-------------------------- */
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-bold.eot") format("eot");
  src: url("fonts/roboto-bold.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-bold.woff") format("woff"), url("fonts/roboto-bold.ttf") format("truetype"), url("fonts/roboto-bold.svg#roboto") format("svg"); }
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-regular.eot") format("eot");
  src: url("fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-regular.woff") format("woff"), url("fonts/roboto-regular.ttf") format("truetype"), url("fonts/roboto-regular.svg#roboto") format("svg"); }
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-light.eot") format("eot");
  src: url("fonts/roboto-light.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-light.woff") format("woff"), url("fonts/roboto-light.ttf") format("truetype"), url("fonts/roboto-light.svg#roboto") format("svg"); }
/*-----------
  GENERALS
------------*/
/*---colores---*/
/*--FONTS---*/
/*--mixins!---*/
/*------------------
  GENERAL
-------------------*/
body {
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.25;
  background-color: white;
  font-size: 100%;
  /*10px*/
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -o-font-smoothing: antialiased !important;
  color: black;
  margin: 0;
  padding: 0;
  border: 10px solid #2e7c3a; }

h1 {
  font-size: 19px;
  font-family: "roboto";
  color: #505050;
  font-weight: 700;
  text-align: left; }

p,
fieldset,
label,
span {
  font-size: 14px;
  line-height: 1.4; }

a,
a:active,
a:visited {
  color: #2e7c3a;
  text-decoration: none;
  font-size: 14px; }

a:hover {
  color: #2e7c3a;
  text-decoration: underline; }

a:link {
  -webkit-tap-highlight-color: #2e7c3a; }

a::selection {
  background: transparent !important; }

.bold,
strong,
th {
  font-weight: bold !important; }

.clear::after,
.clear::before {
  content: "";
  display: table; }

.clear::after {
  clear: both; }

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301  */
::-moz-selection {
  background: #cdcdcd;
  color: inherit;
  text-shadow: none; }

::selection {
  background: #cdcdcd;
  color: inherit;
  text-shadow: none; }

.clear::after,
.clear::before {
  content: "";
  display: table; }

.clear::after {
  clear: both; }

/*--------
  RESETS
---------*/
.artifact-abstract,
.abstract {
  text-align: left;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  color: black; }

.author,
.author span,
.publisher-date,
.publisher-date span {
  font-size: 13px;
  line-height: 1.4;
  color: gray; }

/*-----------
  HEADER
------------*/
/*---logo---*/
#ds-header-logo-link {
  width: 100%;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 768px) {
    #ds-header-logo-link #ds-header-logo-text {
      width: calc(100% - 135px);
      padding-left: 15px;
      box-sizing: border-box; } }

#ds-header-logo-link::after,
#ds-header-logo-link::before {
  content: "";
  display: table; }

#ds-header-logo-link::after {
  clear: both; }
#ds-header-logo {
  float: left;
  width: 275px;
  height: 53px;
  margin-top: 10px;
  background: url("imgs/logo.png");
  background-size: 275px auto;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-right: 15px; }
  @media only screen and (max-width: 768px) {
    #ds-header-logo {
      height: 50px;
      display: block;
      float: none;
      width: 250px;
      margin: 25px auto 0 auto;
      background-size: 100%;
      height: 100px; } }

#ds-header-wrapper {
  background-color: transparent;
  color: #4E4E4E;
  margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    #ds-header-wrapper {
      margin-top: 90px; } }

#ds-header-wrapper a {
  color: #4E4E4E;
  display: block;
  width: 275px; }
  @media only screen and (max-width: 768px) {
    #ds-header-wrapper a#ds-header-logo-link {
      width: 100% !important; } }
  @media only screen and (max-width: 768px) {
    #ds-header-wrapper a #ds-header-logo {
      height: 50px; } }

#ds-header-logo-text {
  display: none;
  color: #4E4E4E;
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  margin-left: 244px;
  line-height: 1.1;
  text-align: right;
  width: 260px; }
  @media only screen and (max-width: 768px) {
    #ds-header-logo-text {
      font-size: 22px;
      top: auto;
      bottom: 20px; } }

.inhome #ds-header-logo-text {
  bottom: 10px; }

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px !important;
  /*---margin cuadro----*/
  padding: 0;
  width: 44px;
  /*---ancho cuadro----*/
  height: 48px;
  /*---alto cuadro----*/
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.c-hamburger:hover,
.c-hamburger:enabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  /*--left padding-*/
  right: 9px;
  /*--right padding-*/
  height: 4px;
  /*--alto de la 1ª barrita-*/
  background: gray; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  /*--alto de la 1ª barrita-*/
  background-color: gray;
  content: ""; }

.c-hamburger span::before {
  top: -8px; }

.c-hamburger span::after {
  bottom: -8px; }

/**
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  background-color: transparent; }

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s; }

.searchmobil {
  display: none; }
  @media only screen and (max-width: 768px) {
    .searchmobil {
      position: absolute;
      top: -150px;
      left: -7px;
      display: block;
      z-index: 10; } }

/*-listas desplegables----*/
.ds-sublist-head {
  padding-right: 10px; }

.ds-sublist-head::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(imgs/arrowup.png) no-repeat;
  position: absolute;
  top: 5px;
  right: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transition: transform 200ms ease; }

.ds-option-set-head.nosub {
  cursor: default; }

.ds-option-set-head.nosub::before {
  display: none; }

.ds-sublist-head.colapsado::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg); }

h1#ds-search-option-head::before {
  display: none; }

#menudesplegable {
  display: block; }
  @media only screen and (max-width: 768px) {
    #menudesplegable {
      display: block;
      background: white;
      position: static;
      width: 100%;
      top: 0px;
      padding-bottom: 20px; } }

@media only screen and (max-width: 768px) {
  .sublistas {
    display: block; } }

/*---breadcrumps--*/
#ds-trail-wrapper {
  background-color: transparent;
  border: 0;
  margin-bottom: 20px; }

/*--title---*/
#ds-header {
  position: relative; }

#ds-header::before {
  border-bottom: 0; }

/*--login----*/
#ds-user-box {
  clear: left;
  float: right !important;
  margin-top: 13px !important; }
  @media only screen and (max-width: 768px) {
    #ds-user-box {
      width: calc(100% - 120px);
      margin-top: 0 !important;
      margin-left: 0 !important;
      position: absolute;
      top: 0px;
      left: 0; } }
  #ds-user-box a {
    line-height: 0.6;
    display: inline-block;
    background: url(imgs/login_ico.svg) no-repeat;
    padding: 8px 0 5px 30px;
    text-transform: uppercase;
    font-size: 12px;
    background-size: 24px;
    min-height: 25px;
    width: auto;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: filter 200ms ease-in-out, -webkit-filter 200ms ease-in-out; }
    @media only screen and (max-width: 768px) {
      #ds-user-box a {
        padding: 7px 0 5px 27px;
        background-size: 21px; } }
    #ds-user-box a:hover {
      text-decoration: none;
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%); }
    @media only screen and (max-width: 768px) {
      #ds-user-box a {
        min-height: 20px; } }
  #ds-user-box a[href*="profile"] {
    background: transparent;
    margin-right: 15px;
    padding-left: 0;
    margin-right: 0; }
    @media only screen and (max-width: 768px) {
      #ds-user-box a[href*="profile"] {
        font-size: 12px;
        display: block;
        float: left;
        line-height: 1.2;
        padding-top: 0;
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    #ds-user-box a[href*="logout"] {
      display: block;
      margin-top: -15px; } }
  @media only screen and (max-width: 768px) {
    #ds-user-box p {
      color: transparent; } }
  @media only screen and (max-width: 768px) {
    #ds-user-box p a {
      color: #4E4E4E;
      text-align: left; } }

/*----lenguages---*/
#ds-language-selection a {
  text-transform: uppercase;
  font-size: 12px;
  border-right: 1px solid #a7a7a7;
  padding: 0 10px;
  display: inline-block;
  height: 11px;
  color: #a7a7a7;
  width: auto; }
  @media only screen and (max-width: 768px) {
    #ds-language-selection a {
      padding: 0 17px 0 7px;
      display: block;
      border: 0;
      margin: 20px 0; } }

#ds-language-selection a:first-child {
  margin-top: 0; }

#ds-language-selection a:last-child {
  border: 0; }

.actleng {
  font-weight: bold;
  color: #5f5f5f !important; }
  @media only screen and (max-width: 768px) {
    .actleng {
      background: url(imgs/arrow_lang_close.png) no-repeat;
      background-position: right center; } }

/*---TEXTO INTRO---*/
#wrap-txt-intro {
  width: 90%;
  margin-top: 50px; }
  #wrap-txt-intro h1 {
    font-family: "roboto";
    font-weight: 700;
    font-size: 30px;
    color: black; }
  #wrap-txt-intro #file_news_div_news p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic; }

#socials-wrap::after,
#socials-wrap::before {
  content: "";
  display: table; }

#socials-wrap::after {
  clear: both; }
@media only screen and (max-width: 768px) {
  #socials-wrap {
    display: none !important; } }
#socials-wrap a {
  display: block;
  background: url(imgs/socials-icos.png) no-repeat;
  background-position: 6px;
  background-size: auto 20px;
  width: 25px;
  height: 20px;
  text-indent: -9999px;
  margin: 3px 5px 7px 5px;
  float: left; }
  #socials-wrap a.twitter {
    background-position: -27px; }
  #socials-wrap a.mail {
    margin-left: 10px;
    background-position: -68px; }

/*-----------
  SIDEBAR
------------*/
#ds-options-wrapper {
  float: left;
  width: 221px;
  padding-top: 0;
  margin-top: 0px; }

div.ds-option-set {
  border: 0; }

@media only screen and (max-width: 768px) {
  #ds-options {
    margin-top: 0; } }
#ds-options h1 {
  font-size: 14px;
  font-family: "roboto";
  font-weight: 400;
  text-transform: uppercase;
  color: #2e7c3a;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #2e7c3a;
  margin: 15px 0 0 0;
  padding: 0 10px 8px 0; }
#ds-options h2 {
  cursor: pointer;
  position: relative;
  font-size: 12px !important;
  padding: 0 10px 8px 0; }

@media only screen and (max-width: 768px) {
  #ds-options h1:last-of-type {
    border: 0; } }

#ds-options h1.colapsado {
  border-bottom: 2px solid #2e7c3a !important; }

h1#ds-search-option-head,
div#ds-search-option {
  background: transparent;
  padding-left: 0;
  margin-bottom: 0px; }

h1#ds-search-option-head {
  display: none;
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4d;
  text-transform: uppercase;
  padding-top: 15px;
  border-bottom: 0;
  margin-top: 0;
  border-bottom: 0 !important;
  padding-bottom: 0; }
  @media only screen and (max-width: 768px) {
    h1#ds-search-option-head {
      display: none; } }

#ds-search-option {
  margin-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    #ds-search-option {
      display: block !important;
      padding-top: 20px; } }

div#ds-search-option a,
#aspect_discovery_SimpleSearch_list_primary-search ol li div a {
  color: #797979;
  font-size: 12px;
  font-weight: bold; }

@media only screen and (max-width: 768px) {
  #ds-search-form {
    margin-bottom: 5px; } }

#aspect_discovery_SimpleSearch_div_discovery-search-box {
  padding: 20px;
  font-size: 13px; }
  #aspect_discovery_SimpleSearch_div_discovery-search-box a {
    margin-top: 10px;
    display: inline-block;
    font-size: 13px !important; }
  #aspect_discovery_SimpleSearch_div_discovery-search-box h2 {
    font-size: 13px !important; }
  #aspect_discovery_SimpleSearch_div_discovery-search-box p {
    font-size: 13px !important; }
  #aspect_discovery_SimpleSearch_div_discovery-search-box input[type="submit"] {
    font-size: 13px !important; }

input#aspect_discovery_SimpleSearch_field_query {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: calc(100% - 40px);
  margin-top: 15px !important;
  font-size: 12px;
  font-weight: normal; }

input#aspect_discovery_SimpleSearch_field_submit {
  margin-top: 15px !important; }

@media only screen and (max-width: 768px) {
  tr[id*="aspect_discovery_SimpleSearch_row_used-filters"] td:nth-child(-n+2),
  tr[id*="aspect_discovery_SimpleSearch_row_filter-new"] td:nth-child(-n+2) {
    width: 50%;
    display: block;
    float: left;
    margin: 10px 0;
    box-sizing: border-box;
    padding-right: 2.5%; }
    tr[id*="aspect_discovery_SimpleSearch_row_used-filters"] td:nth-child(-n+2) select,
    tr[id*="aspect_discovery_SimpleSearch_row_filter-new"] td:nth-child(-n+2) select {
      width: 100%;
      margin: 0 !important; }
  tr[id*="aspect_discovery_SimpleSearch_row_used-filters"] td:nth-child(2),
  tr[id*="aspect_discovery_SimpleSearch_row_filter-new"] td:nth-child(2) {
    padding-right: 0; }
  tr[id*="aspect_discovery_SimpleSearch_row_used-filters"] td:nth-child(3),
  tr[id*="aspect_discovery_SimpleSearch_row_filter-new"] td:nth-child(3) {
    padding-right: 0;
    padding-left: 0 !important;
    float: left;
    width: calc(100% - 80px); }
    tr[id*="aspect_discovery_SimpleSearch_row_used-filters"] td:nth-child(3) input,
    tr[id*="aspect_discovery_SimpleSearch_row_filter-new"] td:nth-child(3) input {
      margin-left: 0 !important;
      display: inline-block;
      width: 100%; }
  tr[id*="aspect_discovery_SimpleSearch_row_used-filters"] td:nth-child(4),
  tr[id*="aspect_discovery_SimpleSearch_row_filter-new"] td:nth-child(4) {
    padding-right: 0;
    float: right; } }

tr[id*="aspect_discovery_SimpleSearch_row_used-filters"]::after,
tr[id*="aspect_discovery_SimpleSearch_row_used-filters"]::before {
  content: "";
  display: table; }

tr[id*="aspect_discovery_SimpleSearch_row_used-filters"]::after {
  clear: both; }
tr[id*="aspect_discovery_SimpleSearch_row_filter-new"]::after,
tr[id*="aspect_discovery_SimpleSearch_row_filter-new"]::before {
  content: "";
  display: table; }

tr[id*="aspect_discovery_SimpleSearch_row_filter-new"]::after {
  clear: both; }
table.discovery-filters td.filter-controls {
  width: 80px; }

@media only screen and (max-width: 768px) {
  .advbusque #aspect_discovery_SimpleSearch_div_search {
    margin-left: 0; } }

#aspect_discovery_SimpleSearch_div_search-filters {
  margin-top: 30px; }
  #aspect_discovery_SimpleSearch_div_search-filters h2 {
    text-transform: uppercase;
    margin-bottom: 10px; }

table.discovery-filters tr.apply-filter input {
  width: auto; }

#aspect_discovery_SimpleSearch_row_filler-row {
  height: 1px;
  margin: 0 !important; }

#aspect_discovery_SimpleSearch_field_submit {
  width: auto;
  margin: 0 !important; }

td#aspect_discovery_SimpleSearch_field_add-filter_1 {
  width: auto; }

table.discovery-filters input.filter-control.filter-add {
  background-image: url("imgs/plus-ico.png"); }

table.discovery-filters input.filter-control.filter-remove {
  margin-left: 7px;
  background-image: url("imgs/minus-ico.png"); }

table.discovery-filters {
  width: 100%;
  background-color: transparent; }

table.discovery-filters tr {
  border-top: 0;
  display: block;
  margin: 20px 0; }
  @media only screen and (max-width: 768px) {
    table.discovery-filters tr {
      margin: 15px 0 0 0; } }

div#ds-search-option fieldset {
  position: relative; }

div#ds-search-option input {
  margin: 0;
  padding: 0;
  border: 0;
  height: 29px; }

#ds-search-form input.ds-text-field {
  width: 195px;
  border-radius: 2px;
  border: 1px solid #CDCDCD;
  box-sizing: border-box;
  padding: 0 10px; }
  @media only screen and (max-width: 768px) {
    #ds-search-form input.ds-text-field {
      width: 100%; } }

div#ds-search-option input[type="submit"] {
  background: url(imgs/lupa.png) no-repeat center #2e7c3a;
  text-indent: 999999px;
  width: 27px;
  height: 29px;
  position: absolute;
  right: 6px;
  top: 0; }
  @media only screen and (max-width: 768px) {
    div#ds-search-option input[type="submit"] {
      right: 2px; } }

div#ds-search-option input[type="submit"]:hover {
  background-color: #555;
  text-decoration: none;
  color: white;
  transition: all 400ms ease; }

div#ds-search-option label {
  font-size: 12px;
  display: inline-block; }

div#ds-search-option label input {
  margin: 5px;
  height: inherit !important; }

div.ds-option-set ul h2 {
  font-size: 14px !important;
  color: #3a3a3a;
  margin: 2px 0; }

div.ds-option-set ul {
  margin-top: 0;
  margin-bottom: 5px;
  margin: 0; }

div.ds-option-set ul.sublist {
  display: none;
  padding: 0;
  margin: 0 0 10px 0; }

div.ds-option-set ul li,
div.ds-option-set ul li a {
  font-size: 12px;
  color: #2e7c3a;
  line-height: 1.25; }

div.ds-option-set ul.sublist li {
  padding: 5px 0; }

div.ds-option-set ul li.selected {
  color: #4d4d4d; }

/*-----------
  MAIN
------------*/
#ds-body {
  float: right;
  padding-top: 0; }
  #ds-body h2 {
    font-size: 16px;
    color: #505050; }
  #ds-body input {
    height: 24px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 5px; }
    #ds-body input[type="submit"] {
      background-color: #2e7c3a;
      border: 0 !important; }
      @media only screen and (max-width: 768px) {
        #ds-body input[type="submit"] {
          margin-right: 7px !important; } }
      #ds-body input[type="submit"]:hover {
        background-color: #555;
        text-decoration: none;
        color: white;
        transition: all 400ms ease; }
    @media only screen and (max-width: 768px) {
      #ds-body input[id*="aspect_discovery_SimpleSearch_field_remove-filter"]:last-child {
        margin-right: 0px !important; } }
  #ds-body select {
    height: 24px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 12px;
    color: gray;
    margin: 5px 5px;
    border: 1px solid #E2E2E2; }
    @media only screen and (max-width: 768px) {
      #ds-body select {
        margin: 8px 0;
        width: 100%;
        box-sizing: border-box; } }
  @media only screen and (max-width: 768px) {
    #ds-body #aspect_artifactbrowser_ConfigurableBrowse_field_update {
      margin: 15px 0 0 0 !important; } }
  #ds-body textarea,
  #ds-body input[type="text"] {
    border: 1px solid #E2E2E2; }
  #ds-body > h1 {
    margin-top: 30px; }

/*---reset artifact title---*/
.artifact-title {
  font-size: 100%; }

#ds-body ul {
  font-size: 14px; }

/*---COMUNIDADES---*/
#aspect_browseArtifacts_CommunityBrowse_list_community-browse,
#aspect_browseArtifacts_CollectionBrowse_list_collection-browse {
  list-style: none;
  margin: 30px 0 20px 0; }
  #aspect_browseArtifacts_CommunityBrowse_list_community-browse > li,
  #aspect_browseArtifacts_CollectionBrowse_list_collection-browse > li {
    display: block;
    float: left;
    margin-right: 10px; }
    @media only screen and (max-width: 768px) {
      #aspect_browseArtifacts_CommunityBrowse_list_community-browse > li,
      #aspect_browseArtifacts_CollectionBrowse_list_collection-browse > li {
        margin: 10px 4px; } }
    #aspect_browseArtifacts_CommunityBrowse_list_community-browse > li:last-child,
    #aspect_browseArtifacts_CollectionBrowse_list_collection-browse > li:last-child {
      margin-right: 0px; }
    #aspect_browseArtifacts_CommunityBrowse_list_community-browse > li a,
    #aspect_browseArtifacts_CollectionBrowse_list_collection-browse > li a {
      padding: 5px 10px;
      background: #b3b3b3;
      color: white; }
      #aspect_browseArtifacts_CommunityBrowse_list_community-browse > li a:hover,
      #aspect_browseArtifacts_CollectionBrowse_list_collection-browse > li a:hover {
        background-color: #555;
        text-decoration: none;
        color: white;
        transition: all 400ms ease; }

#aspect_browseArtifacts_CommunityBrowse_list_community-browse::after,
#aspect_browseArtifacts_CommunityBrowse_list_community-browse::before {
  content: "";
  display: table; }

#aspect_browseArtifacts_CommunityBrowse_list_community-browse::after {
  clear: both; }
#aspect_browseArtifacts_CollectionBrowse_list_collection-browse::after,
#aspect_browseArtifacts_CollectionBrowse_list_collection-browse::before {
  content: "";
  display: table; }

#aspect_browseArtifacts_CollectionBrowse_list_collection-browse::after {
  clear: both; }
.comunidadh1 {
  color: #2e7c3a; }

/*--form listas----*/
#aspect_artifactbrowser_ConfigurableBrowse_div_browse-navigation {
  margin-top: 20px; }

/*--lists--*/
.community .artifact-title,
.collection .artifact-title,
.artifact-title,
.community .artifact-info,
.collection .artifact-info,
.artifact-info {
  font-size: 13px;
  line-height: 1.25; }

.community .artifact-title a,
.collection .artifact-title a,
.artifact-title a {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px; }

#aspect_discovery_SiteRecentSubmissions_div_site-home > h1 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 19px; }
  #aspect_discovery_SiteRecentSubmissions_div_site-home > h1 + div {
    margin: 10px 0 0 20px; }
    @media only screen and (max-width: 65em) {
      #aspect_discovery_SiteRecentSubmissions_div_site-home > h1 + div {
        margin: 10px 0 0 0px; } }

/*---lista recents----*/
#aspect_discovery_SiteRecentSubmissions_div_site-recent-submission li,
#aspect_discovery_recentSubmissions_RecentSubmissionTransformer_div_recent-submissions li,
#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-dateissued-results li,
#aspect_discovery_CollectionRecentSubmissions_div_collection-recent-submission li,
#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-title-results li {
  border-bottom: 1px solid #E2E2E2; }

#aspect_discovery_SiteRecentSubmissions_div_site-recent-submission li:last-child,
#aspect_discovery_recentSubmissions_RecentSubmissionTransformer_div_recent-submissions li:last-child,
#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-dateissued-results li:last-child,
#aspect_discovery_CollectionRecentSubmissions_div_collection-recent-submission li:last-child,
#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-title-results li:last-child {
  border-bottom: 0; }

a[href*="recent-submissions"],
#aspect_discovery_CollectionRecentSubmissions_p_recent-submission-view-more a {
  background: #2e7c3a;
  color: white;
  font-size: 14px;
  padding: 5px 20px;
  text-transform: uppercase; }
  a[href*="recent-submissions"]:hover,
  #aspect_discovery_CollectionRecentSubmissions_p_recent-submission-view-more a:hover {
    background-color: #555;
    text-decoration: none;
    color: white;
    transition: all 400ms ease; }

.inhome a[href*="recent-submissions"] {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px 4px 20px; }

/*---COMMONS---*/
form.search, div.discoverySearchBox {
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
  padding: 10px;
  margin-bottom: 15px; }
  form.search p, div.discoverySearchBox p {
    color: black; }

#aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-subject-results,
#aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-author-results {
  width: 100%; }

#aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-subject-results > tbody > tr:first-child > th,
#aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-author-results > tbody > tr:first-child > th {
  text-align: left; }

li.ds-artifact-item,
#aspect_discovery_SearchFacetFilter_table_browse-by-author-results > tbody > tr > td,
#aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-subject-results > tbody > tr > td,
#aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-author-results > tbody > tr > td,
#aspect_discovery_SearchFacetFilter_table_browse-by-subject-results > tbody > tr > td,
#aspect_discovery_SearchFacetFilter_table_browse-by-author-results > tbody > tr > td {
  font-size: 13px !important;
  padding: 15px 5px !important;
  border-bottom: 1px solid #E2E2E2;
  line-height: 22px !important; }

li.ds-artifact-item:last-child,
#aspect_discovery_SearchFacetFilter_table_browse-by-author-results > tbody > tr:last-child > td,
#aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-subject-results > tbody > tr:last-child > td,
#aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-author-results > tbody > tr:last-child > td,
#aspect_discovery_SearchFacetFilter_table_browse-by-subject-results > tbody > tr:last-child > td {
  border: 0; }

/*---lista comunidades filtros avanz---*/
#aspect_discovery_SimpleSearch_div_search-results > ul > ul {
  margin-left: 0;
  margin-top: 10px; }

#aspect_discovery_SimpleSearch_div_search-results > ul > ul > li a {
  font-size: 14px;
  line-height: 22px !important; }

/*--filtrar por autor--*/
.ds-table {
  width: 100%; }

/*-lista comunidades---*/
#aspect_administrative_authorization_AuthorizationMain_div_authorization-containerList ul,
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser_XX ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #aspect_administrative_authorization_AuthorizationMain_div_authorization-containerList ul li,
  #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser_XX ul li {
    margin-top: 5px; }
    #aspect_administrative_authorization_AuthorizationMain_div_authorization-containerList ul li a,
    #aspect_administrative_authorization_AuthorizationMain_div_authorization-containerList ul li a span,
    #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser_XX ul li a,
    #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser_XX ul li a span {
      font-size: 16px; }
  #aspect_administrative_authorization_AuthorizationMain_div_authorization-containerList ul ul li,
  #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser_XX ul ul li {
    margin-top: 0px;
    border: 0;
    padding-bottom: 0 !important;
    margin-left: 10px; }
    #aspect_administrative_authorization_AuthorizationMain_div_authorization-containerList ul ul li a,
    #aspect_administrative_authorization_AuthorizationMain_div_authorization-containerList ul ul li a span,
    #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser_XX ul ul li a,
    #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser_XX ul ul li a span {
      color: #4d4d4d;
      font-size: 14px; }
  #aspect_administrative_authorization_AuthorizationMain_div_authorization-containerList ul ul ul,
  #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser_XX ul ul ul {
    margin-top: 10px; }
    #aspect_administrative_authorization_AuthorizationMain_div_authorization-containerList ul ul ul li,
    #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser_XX ul ul ul li {
      background: url("imgs/listbullet.gif") no-repeat scroll left center transparent;
      padding: 5px 0 5px 14px !important;
      margin-left: 20px;
      background-position: 0 9px; }
      #aspect_administrative_authorization_AuthorizationMain_div_authorization-containerList ul ul ul li a,
      #aspect_administrative_authorization_AuthorizationMain_div_authorization-containerList ul ul ul li a span,
      #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser_XX ul ul ul li a,
      #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser_XX ul ul ul li a span {
        color: #4d4d4d;
        font-size: 14px; }

#aspect_artifactbrowser_CommunityViewer_div_community-view {
  display: none; }
  #aspect_artifactbrowser_CommunityViewer_div_community-view ul {
    margin-top: 15px; }
    #aspect_artifactbrowser_CommunityViewer_div_community-view ul li {
      border: 0;
      padding: 0 !important; }

#aspect_artifactbrowser_CommunityViewer_div_community-home h2,
#aspect_artifactbrowser_CollectionViewer_div_collection-home h2 {
  margin-top: 30px;
  border-bottom: 0px;
  margin-bottom: 3px; }

#aspect_artifactbrowser_CommunityViewer_div_community-home h2 {
  border-bottom: 0; }

ul.ds-artifact-list {
  margin-top: 10px; }
  ul.ds-artifact-list > li > div > div:nth-of-type(2) span {
    width: 100%;
    line-height: 1.25;
    margin: 2px 0; }
    ul.ds-artifact-list > li > div > div:nth-of-type(2) span[title*="ctx_ver"] {
      display: none; }

/*-----------
  LAYOUT
------------*/
/*---- HEAD ----*/
#ds-header-wrapper {
  min-width: 0;
  max-width: none;
  width: auto; }
  #ds-header-wrapper #ds-header {
    min-width: 0;
    max-width: 1100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }

/*--- TRAIL ---*/
.inhome #ds-trail-wrapper {
  display: none; }

#ds-trail-wrapper {
  border-bottom: 2px solid #E2E2E2;
  min-width: 0;
  max-width: none;
  width: auto; }
  #ds-trail-wrapper #ds-trail {
    text-align: left;
    margin: 0;
    width: 100%; }
    #ds-trail-wrapper #ds-trail li {
      font-size: 12px;
      color: #969696 !important; }
      #ds-trail-wrapper #ds-trail li a {
        font-size: 12px;
        color: #969696 !important; }

/*--- CONTENT ----*/
#ds-content-wrapper {
  min-width: 0;
  max-width: none;
  width: auto;
  min-height: calc(100vh - 233px); }
  #ds-content-wrapper #ds-content {
    margin-top: 40px;
    min-width: 0;
    max-width: 1100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
    #ds-content-wrapper #ds-content #ds-body {
      width: calc(100% - 200px);
      box-sizing: border-box;
      padding-left: 70px; }
      @media only screen and (max-width: 768px) {
        #ds-content-wrapper #ds-content #ds-body {
          position: relative;
          width: 100%;
          padding-left: 0 !important;
          margin-top: 0px; } }
    #ds-content-wrapper #ds-content #ds-options-wrapper {
      max-width: 200px;
      box-sizing: border-box;
      padding: 20px;
      background-color: #f7f7f7;
      border: 1px solid #e6e6e6;
      margin-top: 60px; }
      @media only screen and (max-width: 768px) {
        #ds-content-wrapper #ds-content #ds-options-wrapper {
          width: 100%;
          background-color: transparent;
          border: 0;
          max-width: none;
          margin: 0; } }
    #ds-content-wrapper #ds-content #ds-options {
      display: none; }
      @media only screen and (max-width: 768px) {
        #ds-content-wrapper #ds-content #ds-options {
          position: static;
          top: 0;
          width: 100%;
          left: 0; } }

.inhome #ds-content-wrapper #ds-content #ds-options-wrapper {
  margin-top: 60px; }

@media only screen and (max-width: 768px) {
  #ds-body.advbusque {
    margin-top: 0 !important; } }

textarea.ds-textarea-field,
input.ds-text-field,
input.ds-file-field,
input.ds-button-field,
input.ds-password-field {
  font-size: 12px; }
  textarea.ds-textarea-field:focus,
  input.ds-text-field:focus,
  input.ds-file-field:focus,
  input.ds-button-field:focus,
  input.ds-password-field:focus {
    outline: 0;
    border: 1px solid #2e7c3a !important; }

#aspect_discovery_SimpleSearch_div_search > h2 {
  margin-top: 20px; }

.searchTime {
  display: block; }

/*--- FOOTER ---*/
#ds-footer-wrapper {
  margin-top: 0;
  min-width: 0;
  max-width: none;
  width: auto;
  background: #2e7c3a;
  padding: 25px 25px 15px 25px; }
  #ds-footer-wrapper #logofooter a {
    display: block;
    padding: 60px 0 30px 0;
    width: 300px;
    height: 85px;
    margin: 0 auto;
    background: url(imgs/logo_footer.gif) no-repeat center;
    background-size: 100%; }
  #ds-footer-wrapper #cierre {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto; }
    #ds-footer-wrapper #cierre div:nth-child(1) {
      float: left;
      text-align: left;
      width: auto; }
    #ds-footer-wrapper #cierre div:nth-child(2) {
      float: right;
      text-align: right;
      width: auto; }
    #ds-footer-wrapper #cierre div {
      float: left; }
      #ds-footer-wrapper #cierre div a,
      #ds-footer-wrapper #cierre div p {
        font-size: 12px;
        color: white; }
      @media only screen and (max-width: 768px) {
        #ds-footer-wrapper #cierre div {
          width: 100% !important;
          text-align: center !important;
          margin: 5px 0; } }
  #ds-footer-wrapper .copy {
    color: white;
    font-size: 12px; }
  #ds-footer-wrapper .legal {
    color: white; }
    #ds-footer-wrapper .legal a:after {
      content: "|";
      padding: 0 6px;
      display: inline-block;
      color: white;
      text-align: center;
      opacity: 0.5; }
    #ds-footer-wrapper .legal a:last-child:after {
      display: none; }

/*---------
  FICHAS
-----------*/
#aspect_artifactbrowser_ItemViewer_div_item-view * {
  font-size: 13px; }

div.item-summary-view-metadata h1,
div.item-summary-view-metadata h2 {
  font-size: 18px !important;
  line-height: normal; }

div.simple-item-view-authors {
  font-size: 14px !important;
  font-weight: normal;
  border-bottom: 0;
  padding-bottom: 2px;
  margin-bottom: 20px;
  text-align: left; }
  div.simple-item-view-authors span {
    font-size: 14px !important; }

div.simple-item-view-description {
  text-align: left; }

#aspect_artifactbrowser_ItemViewer_div_item-view h2,
div.simple-item-view-description h3 {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 3px; }

#aspect_artifactbrowser_ItemViewer_div_item-view h2:first-of-type {
  border-bottom: 0; }

/*-----------------------
  OPCIONES CLASIFICACION
--------------------------*/
#aspect_discovery_SimpleSearch_list_sort-options {
  width: 180px;
  padding: 10px;
  line-height: 1.25; }
  #aspect_discovery_SimpleSearch_list_sort-options #aspect_discovery_SimpleSearch_item_rpp-head,
  #aspect_discovery_SimpleSearch_list_sort-options #aspect_discovery_SimpleSearch_item_sort-head {
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      #aspect_discovery_SimpleSearch_list_sort-options #aspect_discovery_SimpleSearch_item_rpp-head,
      #aspect_discovery_SimpleSearch_list_sort-options #aspect_discovery_SimpleSearch_item_sort-head {
        padding: 5px 0; } }
  @media only screen and (max-width: 768px) {
    #aspect_discovery_SimpleSearch_list_sort-options {
      width: 130px;
      padding: 8px; } }

/*--pagination---*/
p.pagination-info,
.pagination ul a {
  font-size: 13px !important;
  line-height: 1; }
  @media only screen and (max-width: 65em) {
    p.pagination-info,
    .pagination ul a {
      line-height: 2; } }

.pagination,
.pagination-masked {
  background-color: #efefef;
  border: 0;
  margin: 35px 0 5px 0 !important;
  padding: 7px !important; }
  .pagination a,
  .pagination-masked a {
    font-size: 12px !important; }

@media only screen and (max-width: 65em) {
  ul.pagination-links {
    margin-right: -22px; } }

.pagination-links li {
  padding-left: 12px; }

@media only screen and (max-width: 65em) {
  a.next-page-link,
  a.previous-page-link {
    background: url(imgs/next.png) no-repeat;
    text-indent: -9999999px;
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background-size: 13px;
    background-position: center; } }

@media only screen and (max-width: 65em) {
  a.previous-page-link {
    background-image: url(imgs/prev.png);
    margin-right: 20px; } }

.gearsort {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 15px !important;
  margin-bottom: 25px !important; }
  @media only screen and (max-width: 65em) {
    .gearsort {
      padding: 7px !important; } }
  @media only screen and (max-width: 65em) {
    .gearsort ul {
      width: calc(100% - 30px); } }

/*----varios-----*/
#ds-search-form > fieldset > br {
  display: none; }

/*---ALFABETO----*/
ul.alphabet {
  margin: 10px 0 25px 0; }

ul.alphabet li {
  display: block;
  float: left;
  padding: 0; }

ul.alphabet li a {
  display: block;
  padding: 5px 7px;
  box-sizing: border-box;
  width: auto;
  border-right: 1px solid white;
  background: #b3b3b3;
  color: white;
  text-align: center;
  margin: 0; }
  @media only screen and (max-width: 65em) {
    ul.alphabet li a {
      margin: 2px 0; } }
  ul.alphabet li a:hover {
    background-color: #555;
    text-decoration: none;
    color: white;
    transition: all 400ms ease; }

ul.alphabet::after,
ul.alphabet::before {
  content: "";
  display: table; }

ul.alphabet::after {
  clear: both; }
/*----------------------
  LISTAS PUBLICACIONES
-----------------------*/
.mdocs-list span {
  float: none;
  display: none;
  font-size: 13px; }
  .mdocs-list span a {
    font-size: 13px; }
.mdocs-list .mtitle-list {
  display: block;
  line-height: 1.25; }
.mdocs-list .mauthor-list {
  display: block; }

/*--------------------
  DETALLE PUBLICACION
--------------------*/
/*---FICHA CONTAINER---*/
#aspect_artifactbrowser_ItemViewer_div_item-view {
  position: relative;
  margin-top: 0; }
  #aspect_artifactbrowser_ItemViewer_div_item-view h1 {
    color: black;
    font-size: 24px !important;
    line-height: 1.25;
    width: 100%;
    text-align: left;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      #aspect_artifactbrowser_ItemViewer_div_item-view h1 {
        width: 100%; } }
  #aspect_artifactbrowser_ItemViewer_div_item-view .simple-item-view-authors {
    width: 100%;
    margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      #aspect_artifactbrowser_ItemViewer_div_item-view .simple-item-view-authors {
        width: 100%; } }
    #aspect_artifactbrowser_ItemViewer_div_item-view .simple-item-view-authors span {
      width: 100% !important; }
  #aspect_artifactbrowser_ItemViewer_div_item-view > div > div {
    padding-top: 0; }
    #aspect_artifactbrowser_ItemViewer_div_item-view > div > div:not(:first-of-type) {
      padding: 10px 0;
      margin: 0;
      border-bottom: 1px solid #E2E2E2; }
    #aspect_artifactbrowser_ItemViewer_div_item-view > div > div:last-of-type {
      border-bottom: 0; }
    #aspect_artifactbrowser_ItemViewer_div_item-view > div > div > *:nth-child(1) {
      display: block;
      float: left;
      width: 100px;
      border: 0; }
    #aspect_artifactbrowser_ItemViewer_div_item-view > div > div > *:nth-child(2) {
      display: block;
      float: left;
      width: calc( 100% - 100px); }
  #aspect_artifactbrowser_ItemViewer_div_item-view .btnviewfull {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    text-align: left;
    line-height: 1.1;
    cursor: pointer;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      #aspect_artifactbrowser_ItemViewer_div_item-view .btnviewfull {
        position: inherit;
        margin: 20px 0 0 0; } }
    #aspect_artifactbrowser_ItemViewer_div_item-view .btnviewfull a {
      color: white;
      padding: 7px 25px 7px 10px;
      display: block;
      background: url("imgs/btnregistro.png") no-repeat;
      background-color: #2e7c3a;
      background-position: calc(100% - 10px) center;
      transition: all 400ms ease;
      font-size: 13px;
      line-height: 1.2;
      background-size: 13px; }
      #aspect_artifactbrowser_ItemViewer_div_item-view .btnviewfull a:hover {
        background-color: #555;
        text-decoration: none;
        color: white;
        transition: all 400ms ease;
        background-position: calc(100% - 15px) center; }
  #aspect_artifactbrowser_ItemViewer_div_item-view h2 {
    margin: 40px 0 10px 0;
    padding-bottom: 0px; }

#aspect_artifactbrowser_ItemViewer_div_item-view {
  width: 100%; }
  #aspect_artifactbrowser_ItemViewer_div_item-view > p {
    position: absolute;
    width: 200px;
    text-align: left;
    right: 0; }
    #aspect_artifactbrowser_ItemViewer_div_item-view > p:first-of-type {
      top: 0px; }
    #aspect_artifactbrowser_ItemViewer_div_item-view > p a {
      color: white;
      padding: 7px 25px 7px 10px;
      display: block;
      background: url("imgs/btnregistro.png") no-repeat;
      background-color: #2e7c3a;
      background-position: calc(100% - 10px) center;
      transition: all 400ms ease;
      font-size: 13px;
      line-height: 1.2;
      background-size: 13px; }
      #aspect_artifactbrowser_ItemViewer_div_item-view > p a:hover {
        background-color: #555;
        text-decoration: none;
        color: white;
        transition: all 400ms ease;
        background-position: calc(100% - 15px) center; }
  #aspect_artifactbrowser_ItemViewer_div_item-view ul {
    margin-bottom: 20px; }
  #aspect_artifactbrowser_ItemViewer_div_item-view tr:first-of-type {
    background: #E9E9E9; }
    #aspect_artifactbrowser_ItemViewer_div_item-view tr:first-of-type th {
      border-left: 1px solid white; }
  #aspect_artifactbrowser_ItemViewer_div_item-view > table:first-of-type {
    width: 100%;
    margin-top: 50px !important; }
    #aspect_artifactbrowser_ItemViewer_div_item-view > table:first-of-type tbody {
      width: 100%; }
      #aspect_artifactbrowser_ItemViewer_div_item-view > table:first-of-type tbody tr td {
        word-break: break-word; }
        @media only screen and (max-width: 768px) {
          #aspect_artifactbrowser_ItemViewer_div_item-view > table:first-of-type tbody tr td {
            font-size: 11px;
            line-height: 1.2; } }
        #aspect_artifactbrowser_ItemViewer_div_item-view > table:first-of-type tbody tr td:nth-child(1) {
          width: 20%;
          min-width: 250px; }
          @media only screen and (max-width: 768px) {
            #aspect_artifactbrowser_ItemViewer_div_item-view > table:first-of-type tbody tr td:nth-child(1) {
              width: 100%;
              display: block;
              box-sizing: border-box; } }
        #aspect_artifactbrowser_ItemViewer_div_item-view > table:first-of-type tbody tr td:nth-child(2) {
          width: 70%; }
          @media only screen and (max-width: 768px) {
            #aspect_artifactbrowser_ItemViewer_div_item-view > table:first-of-type tbody tr td:nth-child(2) {
              width: 100%;
              display: block;
              box-sizing: border-box; } }
        #aspect_artifactbrowser_ItemViewer_div_item-view > table:first-of-type tbody tr td:nth-child(3) {
          width: 12%; }
          @media only screen and (max-width: 768px) {
            #aspect_artifactbrowser_ItemViewer_div_item-view > table:first-of-type tbody tr td:nth-child(3) {
              width: 20%; } }

.item-summary-view-metadata::after,
.item-summary-view-metadata::before {
  content: "";
  display: table; }

.item-summary-view-metadata::after {
  clear: both; }
#aspect_artifactbrowser_ItemViewer_div_item-view > div > div::after,
#aspect_artifactbrowser_ItemViewer_div_item-view > div > div::before {
  content: "";
  display: table; }

#aspect_artifactbrowser_ItemViewer_div_item-view > div > div::after {
  clear: both; }
/*----------------------
  LOGINS
-----------------------*/
#aspect_eperson_StartForgotPassword_div_start-forgot-password label,
#aspect_eperson_PasswordLogin_div_login label,
#aspect_eperson_LDAPLogin_div_login label,
#aspect_eperson_StartRegistration_div_register label {
  font-size: 13px;
  font-weight: normal !important;
  text-align: left;
  font-weight: normal;
  color: #4d4d4d;
  margin-top: 20px;
  display: block; }
#aspect_eperson_StartForgotPassword_div_start-forgot-password span,
#aspect_eperson_PasswordLogin_div_login span,
#aspect_eperson_LDAPLogin_div_login span,
#aspect_eperson_StartRegistration_div_register span {
  font-size: 13px;
  font-weight: normal !important;
  text-align: left;
  font-weight: normal;
  width: auto; }
#aspect_eperson_StartForgotPassword_div_start-forgot-password input,
#aspect_eperson_PasswordLogin_div_login input,
#aspect_eperson_LDAPLogin_div_login input,
#aspect_eperson_StartRegistration_div_register input {
  font-size: 13px;
  font-weight: normal !important;
  text-align: left;
  border: 1px solid #E2E2E2;
  font-weight: normal;
  margin-top: 15px;
  margin-left: 0; }
#aspect_eperson_StartForgotPassword_div_start-forgot-password a[href*="forgot"],
#aspect_eperson_PasswordLogin_div_login a[href*="forgot"],
#aspect_eperson_LDAPLogin_div_login a[href*="forgot"],
#aspect_eperson_StartRegistration_div_register a[href*="forgot"] {
  font-size: 13px;
  font-weight: normal !important;
  text-align: left;
  display: block;
  margin: 15px 0; }
#aspect_eperson_StartForgotPassword_div_start-forgot-password fieldset,
#aspect_eperson_PasswordLogin_div_login fieldset,
#aspect_eperson_LDAPLogin_div_login fieldset,
#aspect_eperson_StartRegistration_div_register fieldset {
  margin-bottom: 30px;
  min-width: auto; }

#aspect_eperson_StartForgotPassword_list_forgot-password-progress li,
#aspect_eperson_StartRegistration_list_registration-progress li {
  border: 0 !important;
  font-weight: normal; }

#aspect_eperson_StartForgotPassword_list_forgot-password-progress li {
  background-color: #969696;
  color: white;
  padding: 2px 5px; }
  #aspect_eperson_StartForgotPassword_list_forgot-password-progress li.arrow {
    background-color: transparent;
    color: #858585; }

#aspect_eperson_LoginChooser_list_login-options li {
  padding: 7px 0; }

#aspect_eperson_StartRegistration_list_registration-progress li {
  background-color: #858585; }

.file-metadata {
  width: 280px; }

#aspect_artifactbrowser_ItemViewer_div_item-view .thumbnail-wrapper {
  display: none !important; }
#aspect_artifactbrowser_ItemViewer_div_item-view .file-metadata__ {
  width: calc(100% - 200px) !important;
  margin: 0;
  float: left; }
  #aspect_artifactbrowser_ItemViewer_div_item-view .file-metadata__ * {
    box-sizing: border-box; }
  #aspect_artifactbrowser_ItemViewer_div_item-view .file-metadata__ div {
    float: left;
    width: calc(100% / 3);
    border-left: 1px solid white; }
  #aspect_artifactbrowser_ItemViewer_div_item-view .file-metadata__ span {
    text-align: center;
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 5px;
    word-wrap: break-word; }
  #aspect_artifactbrowser_ItemViewer_div_item-view .file-metadata__ span.bold {
    width: 100%;
    background-color: #E9E9E9;
    padding: 5px;
    text-align: center; }
#aspect_artifactbrowser_ItemViewer_div_item-view .file-link__ {
  width: 100px !important;
  box-sizing: border-box;
  margin: 0;
  border-left: 1px solid white; }
  #aspect_artifactbrowser_ItemViewer_div_item-view .file-link__::before {
    content: "Vista:";
    display: block;
    color: black;
    box-sizing: border-box;
    width: 100%;
    background-color: #E9E9E9;
    padding: 5px;
    text-align: center;
    height: 26px; }
  #aspect_artifactbrowser_ItemViewer_div_item-view .file-link__ a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 10px 5px;
    box-sizing: border-box;
    font-weight: bold; }

/*----ICONOS HOME----*/
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser ul::after,
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser ul::before {
  content: "";
  display: table; }

#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser ul::after {
  clear: both; }
.inhome #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser {
  margin-left: 0;
  width: 100%; }
  .inhome #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser ul {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .inhome #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser ul {
        margin-top: 30px; } }
  .inhome #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser li {
    display: block;
    float: left;
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 70px 0 0 !important;
    margin-bottom: 40px;
    text-align: center; }
    @media only screen and (max-width: 65em) {
      .inhome #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser li {
        width: calc(100% / 2);
        padding: 0 20px 0 0 !important; } }
    @media only screen and (max-width: 768px) {
      .inhome #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser li {
        width: 100%;
        padding: 0 40px 0 40px !important; } }
    .inhome #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser li a {
      display: inline-block;
      width: 100%;
      position: relative;
      background-position: center 0;
      background-size: 100px;
      text-align: center;
      color: #4d4d4d;
      transition: opacity 200ms ease-in-out; }
      .inhome #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser li a:hover {
        opacity: 0.8; }
      .inhome #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser li a span {
        display: inline-block;
        position: static;
        top: 166px;
        text-transform: uppercase;
        font-size: 15px; }

.citation a {
  display: inline-block;
  height: 30px;
  opacity: 0.9;
  margin-bottom: 15px; }
  .citation a span {
    display: block;
    text-indent: 9999999px;
    width: 100%;
    overflow: hidden; }
  .citation a:hover {
    opacity: 0.4; }
.citation a:first-child {
  background: url(imgs/ico_cita.png) no-repeat;
  width: 70px !important;
  background-size: 53px; }
.citation a:last-child {
  background: url(imgs/ico_mendeley.png) no-repeat;
  width: 150px !important;
  background-size: 93px;
  background-position: 0 4px; }

/*----------------------
 SLIDER HOME
-----------------------*/
.inhome li.ds-artifact-item {
  border: 0; }

.thumbnail-wrapper {
  display: none; }

.inhome .thumbnail-wrapper {
  display: block; }

.inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul {
  margin: 0;
  padding: 0; }
  .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    width: calc(100% / 5);
    box-sizing: border-box;
    padding: 0 20px !important;
    float: left; }
    @media only screen and (max-width: 65em) {
      .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li {
        width: calc(100%);
        margin: 10px 0 !important; } }
    .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .thumbnail-wrapper {
      width: 100%; }
      @media only screen and (max-width: 65em) {
        .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .thumbnail-wrapper {
          width: 120px;
          float: left; } }
      .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .thumbnail-wrapper a {
        display: block;
        width: 100%;
        height: 187px;
        box-sizing: border-box;
        padding: 0px !important;
        position: relative;
        background: url(imgs/nomage.png) no-repeat;
        background-position: center;
        background-size: 139px;
        overflow: hidden; }
        @media only screen and (max-width: 65em) {
          .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .thumbnail-wrapper a {
            height: 150px;
            margin: 10px 0;
            background-size: 125px; } }
        .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .thumbnail-wrapper a img {
          width: 100%;
          min-height: 175px;
          min-width: 100.1%;
          max-width: 1000%;
          position: relative;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          object-fit: cover; }
          @media only screen and (max-width: 65em) {
            .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .thumbnail-wrapper a img {
              width: 100%;
              min-height: 150px;
              min-width: 100.1%;
              max-width: 1000%;
              position: relative;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              object-fit: cover; } }
    @media only screen and (max-width: 65em) {
      .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .item-metadata {
        width: calc(100% - 150px);
        float: left; } }
    .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .item-metadata a {
      display: block;
      color: #136197;
      font-weight: normal;
      font-size: 16px;
      margin-top: 15px;
      line-height: 1.25; }
    .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .item-metadata span.content,
    .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .item-metadata span.content span {
      display: block;
      color: #4d4d4d;
      font-weight: normal !important;
      font-size: 13px;
      margin-top: 5px;
      line-height: 1.2; }

/*--no image---*/
img[src*="mime.png"] {
  display: none; }

/*---ICONS---*/
#ds-feed-option-head {
  display: block; }

#ds-feed-option {
  display: block; }
  #ds-feed-option a {
    background: url(imgs/rss-symbol.png) no-repeat !important;
    color: #4d4d4d;
    display: block;
    background-size: 14px !important;
    background-position: 0 1px !important;
    padding-top: 2px !important; }

/*---socials--

#ds-socialmedia-option {
  a {
    .at-icon-wrapper {
      background-color: transparent!important;
      svg {
        fill: gray;
      }
    }
    &:hover {
      svg {
        fill: $verde;
      }
    }
  }
}
*/
/*-----CORRECCIONES---------*/
#aspect_eperson_EditProfile_div_information,
#aspect_artifactbrowser_FeedbackForm_div_feedback-form,
#aspect_administrative_NotAuthorized_div_not-authorized {
  font-size: 14px !important; }
  #aspect_eperson_EditProfile_div_information span,
  #aspect_eperson_EditProfile_div_information label,
  #aspect_artifactbrowser_FeedbackForm_div_feedback-form span,
  #aspect_artifactbrowser_FeedbackForm_div_feedback-form label,
  #aspect_administrative_NotAuthorized_div_not-authorized span,
  #aspect_administrative_NotAuthorized_div_not-authorized label {
    font-size: 14px !important;
    margin: 10px 0; }
  #aspect_eperson_EditProfile_div_information ol li,
  #aspect_artifactbrowser_FeedbackForm_div_feedback-form ol li,
  #aspect_administrative_NotAuthorized_div_not-authorized ol li {
    margin: 15px 0; }

#aspect_administrative_ControlPanel_div_control-panel h2 {
  margin: 20px 0 10px 0; }
#aspect_administrative_ControlPanel_div_control-panel td {
  font-size: 14px; }
#aspect_administrative_ControlPanel_div_control-panel fieldset span,
#aspect_administrative_ControlPanel_div_control-panel fieldset label {
  font-size: 14px; }
#aspect_administrative_ControlPanel_div_control-panel input {
  margin: 10px 0; }

.pane {
  background-color: #fafafa;
  border: 1px solid #E2E2E2;
  padding: 20px; }

.administrative.tabbed ul.horizontal {
  border-bottom: 1px solid #E2E2E2; }

.administrative.tabbed ul.horizontal li {
  border: 1px solid #E2E2E2;
  border-bottom: none; }

#aspect_administrative_batchimport_BatchImportMain_div_batch-import h2,
#aspect_administrative_authorization_AuthorizationMain_div_authorization-main h2,
#aspect_administrative_ItemExport_div_export_main h2,
#aspect_administrative_eperson_ManageEPeopleMain_div_epeople-main h2,
#aspect_administrative_group_ManageGroupsMain_div_groups-main h2 {
  margin: 20px 0 15px 0; }

#aspect_eperson_EditProfile_div_information input {
  margin: 10px 0; }

#aspect_eperson_EditProfile_list_memberships {
  margin-top: 10px; }
  #aspect_eperson_EditProfile_list_memberships li {
    margin: 5px 0; }

#aspect_submission_Submissions_div_submissions table tr.ds-table-header-row,
#aspect_submission_Submissions_div_submissions table tr.ds-table-header-row th {
  background-color: #909090;
  color: white;
  border: 1px solid #E2E2E2; }

#aspect_submission_Submissions_div_submissions table,
#aspect_submission_Submissions_div_submissions table tr,
#aspect_submission_Submissions_div_submissions table td,
#aspect_submission_Submissions_div_submissions table th {
  background-color: transparent;
  border: 1px solid #E2E2E2; }

#aspect_submission_Submissions_div_submissions h3 {
  font-weight: normal;
  font-size: 14px;
  margin: 15px 0 10px 0; }
#aspect_submission_Submissions_div_submissions td {
  font-size: 14px !important; }
#aspect_submission_Submissions_div_submissions td input {
  margin: 10px 0; }

#aspect_administrative_registries_FormatRegistryMain_div_bitstream-format-registry th,
#aspect_administrative_eperson_ManageEPeopleMain_table_eperson-search-table th,
#aspect_administrative_group_ManageGroupsMain_table_groups-search-table th {
  text-align: left; }

#aspect_administrative_eperson_ManageEPeopleMain_field_submit_delete {
  margin: 20px 0 !important; }

#aspect_administrative_group_ManageGroupsMain_div_groups-main > div:nth-of-type(2) {
  margin-top: 10px !important; }
#aspect_administrative_group_ManageGroupsMain_div_groups-main input[type="submit"] {
  margin: 10px 0; }

#aspect_administrative_authorization_AuthorizationMain_div_authorization-containerList > ul > li {
  font-size: 13px !important;
  padding: 10px 5px !important;
  border-bottom: 1px solid #E2E2E2;
  line-height: 22px !important; }
  #aspect_administrative_authorization_AuthorizationMain_div_authorization-containerList > ul > li > .bold a {
    padding-bottom: 8px;
    display: block; }
#aspect_administrative_authorization_AuthorizationMain_div_authorization-containerList > ul > li:last-child {
  border-bottom: none; }

#aspect_administrative_authorization_AuthorizationMain_list_subList22 > li {
  margin-top: 15px !important; }

#aspect_administrative_registries_MetadataRegistryMain_div_metadata-registry-main table {
  font-size: 14px; }
  #aspect_administrative_registries_MetadataRegistryMain_div_metadata-registry-main table a {
    font-size: 14px; }
  #aspect_administrative_registries_MetadataRegistryMain_div_metadata-registry-main table th {
    text-align: left; }
#aspect_administrative_registries_MetadataRegistryMain_div_metadata-registry-main h2 {
  margin: 30px 0 10px 0; }

#aspect_submission_submit_ResumeStep_div_resume-submission th {
  text-align: left; }

#aspect_administrative_registries_MetadataRegistryMain_field_submit_delete {
  margin-top: 20px !important; }

#aspect_administrative_CurateForm_div_curate {
  font-size: 14px; }
  #aspect_administrative_CurateForm_div_curate label {
    font-size: 14px; }
  #aspect_administrative_CurateForm_div_curate input[type=text] {
    margin-top: 15px;
    margin-left: 0; }

#aspect_submission_StepTransformer_div_submit-describe label,
#aspect_submission_StepTransformer_div_submit-describe span,
#aspect_submission_StepTransformer_div_submit-upload label,
#aspect_submission_StepTransformer_div_submit-upload span {
  font-size: 14px; }
#aspect_submission_StepTransformer_div_submit-describe input[type="submit"],
#aspect_submission_StepTransformer_div_submit-upload input[type="submit"] {
  margin: 10px 0 15px 0 !important; }
#aspect_submission_StepTransformer_div_submit-describe input[type="text"],
#aspect_submission_StepTransformer_div_submit-describe select,
#aspect_submission_StepTransformer_div_submit-upload input[type="text"],
#aspect_submission_StepTransformer_div_submit-upload select {
  margin: 10px 0 5px 0 !important; }
#aspect_submission_StepTransformer_div_submit-describe input[type="button"],
#aspect_submission_StepTransformer_div_submit-upload input[type="button"] {
  border: 0;
  background-color: #2e7c3a;
  margin: 10px 0 15px 0 !important; }
#aspect_submission_StepTransformer_div_submit-describe ol li,
#aspect_submission_StepTransformer_div_submit-upload ol li {
  margin-bottom: 25px; }
  #aspect_submission_StepTransformer_div_submit-describe ol li .ds-form-label,
  #aspect_submission_StepTransformer_div_submit-upload ol li .ds-form-label {
    font-family: GloberSemibold; }

#aspect_submission_StepTransformer_div_submit-describe ol li::after,
#aspect_submission_StepTransformer_div_submit-describe ol li::before {
  content: "";
  display: table; }

#aspect_submission_StepTransformer_div_submit-describe ol li::after {
  clear: both; }
#aspect_submission_StepTransformer_field_dc_language,
#aspect_submission_StepTransformer_field_dc_format,
#aspect_submission_StepTransformer_field_dc_type,
#aspect_submission_StepTransformer_field_dc_accrualPolicy,
#aspect_submission_StepTransformer_field_dc_accrualMethod {
  height: auto; }

#aspect_submission_StepTransformer_field_file {
  margin-top: 10px !important; }

/*-----CORRECCIONES 23/05/2016----*/
#DataTables_Table_0_wrapper {
  font-size: 14px;
  font-family: GloberRegular; }
  #DataTables_Table_0_wrapper .fg-toolbar {
    background: #C7C7C7;
    border: 0;
    padding: 11px; }
  #DataTables_Table_0_wrapper table.dataTable.no-footer {
    border-bottom: 0; }
  #DataTables_Table_0_wrapper button {
    background-color: #2e7c3a;
    border: 0;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-left: 5px; }
    #DataTables_Table_0_wrapper button:hover {
      background-color: #555;
      text-decoration: none;
      color: white;
      transition: all 400ms ease; }

.ui-widget-header {
  background: #2e7c3a;
  border: 0; }

.ui-dialog .dataTables_processing {
  top: -5px;
  position: absolute;
  background: transparent;
  text-align: left;
  margin: 0;
  left: 22px; }

.ui-state-default .ui-icon {
  background-image: url("imgs/ui-icons_444444_256x240.png"); }

#aspect_submission_ControlledVocabularyTransformer_div_vocabulary_dialog_titulaciones {
  font-size: 14px;
  font-family: GloberRegular;
  padding: 20px;
  overflow: scroll; }
  #aspect_submission_ControlledVocabularyTransformer_div_vocabulary_dialog_titulaciones input[type="submit"] {
    background-color: #2e7c3a;
    border: 0;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-left: 5px; }
    #aspect_submission_ControlledVocabularyTransformer_div_vocabulary_dialog_titulaciones input[type="submit"]:hover {
      background-color: #555;
      text-decoration: none;
      color: white;
      transition: all 400ms ease; }

/*---correcciones 08072016---*/
#aspect_submission_StepTransformer_field_dc_date_issued_year,
#aspect_submission_StepTransformer_field_dc_date_issued_day {
  padding-right: 10px;
  padding-left: 10px;
  width: 80px; }

#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-dateissued-results .item-metadata span.bold {
  text-align: left;
  width: auto;
  float: left;
  margin-right: 10px; }

#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-dateissued-results .item-metadata span.bold + span {
  text-align: left;
  width: auto;
  float: left; }

#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-dateissued-results > ul > li > div > div {
  width: 100%; }

#aspect_artifactbrowser_ItemViewer_div_item-view .btnviewfull a,
#aspect_artifactbrowser_ItemViewer_div_item-view > p a {
  background-position: calc(100% - 13px) center; }

#aspect_artifactbrowser_ItemViewer_div_item-view .btnviewfull a:hover,
#aspect_artifactbrowser_ItemViewer_div_item-view > p a:hover {
  background-position: calc(100% - 10px) center; }

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable::before button[title="Close"]:focus {
    outline: none !important; }

#dialog {
  font-family: GloberRegular, sans-serif;
  font-size: 14px;
  padding-top: 21px;
  padding-bottom: 21px;
  background: white !important;
  min-height: 100px !important; }

.citation a {
  display: block;
  float: left; }

.citation a:last-child {
  padding-bottom: 20px; }

/*---ARREGLO FECHA!!!---*/
#aspect_discovery_recentSubmissions_RecentSubmissionTransformer_div_recent-submissions,
#aspect_discovery_CollectionRecentSubmissions_div_collection-recent-submission,
#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-type-results,
#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-title-results,
#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-subject-results,
#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-author-results,
#aspect_discovery_CommunityRecentSubmissions_div_community-recent-submission,
#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-dateissued-results .item-metadata {
  width: 100%; }
  #aspect_discovery_recentSubmissions_RecentSubmissionTransformer_div_recent-submissions span.bold,
  #aspect_discovery_CollectionRecentSubmissions_div_collection-recent-submission span.bold,
  #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-type-results span.bold,
  #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-title-results span.bold,
  #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-subject-results span.bold,
  #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-author-results span.bold,
  #aspect_discovery_CommunityRecentSubmissions_div_community-recent-submission span.bold,
  #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-dateissued-results .item-metadata span.bold {
    width: auto;
    margin-right: 5px;
    float: left;
    text-align: left;
    font-family: GloberRegular; }
    #aspect_discovery_recentSubmissions_RecentSubmissionTransformer_div_recent-submissions span.bold + span,
    #aspect_discovery_CollectionRecentSubmissions_div_collection-recent-submission span.bold + span,
    #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-type-results span.bold + span,
    #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-title-results span.bold + span,
    #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-subject-results span.bold + span,
    #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-author-results span.bold + span,
    #aspect_discovery_CommunityRecentSubmissions_div_community-recent-submission span.bold + span,
    #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-dateissued-results .item-metadata span.bold + span {
      float: left;
      width: auto; }

#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-dateissued-results > ul > li > div > div > span:nth-child(3) span {
  font-family: GloberRegular; }

.inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul::after,
.inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul::before {
  content: "";
  display: table; }

.inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul::after {
  clear: both; }
#aspect_discovery_SiteRecentSubmissions_div_site-recent-submission span.bold {
  width: auto;
  margin-right: 5px;
  float: left;
  text-align: left;
  font-family: GloberRegular;
  display: block;
  color: #4d4d4d;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.2;
  color: gray;
  display: none; }
  #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission span.bold + span {
    float: left;
    width: auto;
    font-size: 12px !important;
    color: gray !important;
    display: none !important; }

#aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-type-results tr.ds-table-row td {
  font-size: 13px !important;
  padding: 10px 5px !important;
  border-bottom: 1px solid #E2E2E2;
  line-height: 22px !important; }
#aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-type-results tr.ds-table-row:last-child td {
  border-bottom: 0; }
#aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-type-results tr.ds-table-header-row th {
  text-align: left; }

/*--- AJUSTES DESTACADOS HOME 20/sep/16---*/
.inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li:nth-child(n+4) {
  display: none; }
.inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li {
  width: calc(100% / 3);
  padding: 0 10px !important; }
  @media only screen and (max-width: 65em) {
    .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li {
      width: 100%; } }
  .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .thumbnail-wrapper {
    width: 120px !important;
    margin-right: 10px; }
    .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .thumbnail-wrapper a {
      background-position: top;
      background-size: auto 100%;
      height: 171px;
      border: 1px solid #e2e2e2; }
    .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .thumbnail-wrapper img {
      width: 100%;
      height: auto; }
  .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .item-metadata {
    width: calc(100% - 130px); }
    .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .item-metadata span.content {
      margin-top: 0; }
    .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li .item-metadata a {
      margin-top: 10px;
      font-size: 15px; }
  .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li:first-child {
    margin-left: -10px !important; }
    @media only screen and (max-width: 768px) {
      .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li:first-child {
        margin-left: 0 !important; } }
  .inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li:nth-child(3) {
    margin-right: -10px !important; }
.inhome #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul .artifact-title a + span {
  display: none; }

.inhome #aspect_discovery_SiteRecentSubmissions_div_site-home > h1 + div {
  margin: 10px 0 0 0; }

/*--arreglo bono siguiente listas--*/
#aspect_discovery_recentSubmissions_RecentSubmissionTransformer_div_main-recent-submissions a[href*="recent-submissions"],
#aspect_discovery_recentSubmissions_RecentSubmissionTransformer_div_main-recent-submissions #aspect_discovery_CollectionRecentSubmissions_p_recent-submission-view-more a {
  background: transparent;
  color: #2e7c3a;
  font-size: 13px !important;
  text-transform: lowercase; }

/*---PESTAÑAS FICHA---*/
@media only screen and (max-width: 768px) {
  body #aspect_artifactbrowser_ItemViewer_div_item-view {
    padding-top: 20px; } }
.item_summaryview::after,
.item_summaryview::before {
  content: "";
  display: table; }

.item_summaryview::after {
  clear: both; }
body #aspect_artifactbrowser_ItemViewer_div_item-view .item_summaryview {
  margin-bottom: 50px; }
body #aspect_artifactbrowser_ItemViewer_div_item-view .left_item_summaryview {
  width: 200px;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 0; }
  @media only screen and (max-width: 768px) {
    body #aspect_artifactbrowser_ItemViewer_div_item-view .left_item_summaryview {
      width: 100%;
      padding: 10px;
      margin-bottom: 20px; } }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .left_item_summaryview img {
    width: 100px;
    margin-bottom: 10px; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .left_item_summaryview .metas-doc {
    float: none;
    margin-top: 15px;
    display: block;
    width: 100%;
    word-break: break-word; }
    body #aspect_artifactbrowser_ItemViewer_div_item-view .left_item_summaryview .metas-doc ~ * {
      float: none;
      margin: 0 !important;
      margin-top: 15px !important;
      display: block;
      width: 100%;
      word-break: break-word; }
      body #aspect_artifactbrowser_ItemViewer_div_item-view .left_item_summaryview .metas-doc ~ * a[rel="license"] {
        display: block;
        margin-top: 10px; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .left_item_summaryview .type-doc {
    display: block;
    font-weight: bold;
    line-height: 1.25;
    width: 100%; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .left_item_summaryview .thumbi {
    width: 100px;
    border: 1px solid #f1f1f1;
    display: block;
    float: none; }
    body #aspect_artifactbrowser_ItemViewer_div_item-view .left_item_summaryview .thumbi img {
      margin-bottom: 0;
      display: block; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .left_item_summaryview .cc-licencia,
  body #aspect_artifactbrowser_ItemViewer_div_item-view .left_item_summaryview .cc-license-wrap {
    margin: 20px 0 0 0 !important; }
    body #aspect_artifactbrowser_ItemViewer_div_item-view .left_item_summaryview .cc-licencia span,
    body #aspect_artifactbrowser_ItemViewer_div_item-view .left_item_summaryview .cc-license-wrap span {
      display: block;
      font-size: 12px;
      color: gray;
      margin-bottom: 10px; }
body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview {
  margin-top: 0;
  padding-right: 0;
  padding-left: 30px;
  width: calc(100% - 200px);
  float: left;
  box-sizing: border-box;
  position: relative;
  padding-top: 0; }
  @media only screen and (max-width: 768px) {
    body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview {
      width: 100%;
      padding: 10px; } }
  body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .wrapper-content {
    box-sizing: border-box;
    margin-top: -2px;
    padding: 30px;
    border: 1px solid #dadada;
    position: relative;
    width: 100%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15); }
  body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .thumbnail-wrapper {
    display: block !important;
    border: 1px solid #dadada; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .citacion-wrap {
    background-color: #f1f1f1;
    padding: 20px;
    margin: 0 0 30px 0;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    font-family: roboto; }
    body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .citacion-wrap .bold {
      margin-top: 0 !important;
      padding-top: 0 !important;
      font-size: 14px; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs {
    width: 100%;
    margin: 0; }
    body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs ul.right_item_summaryview_tabs_list {
      margin: 0;
      display: block;
      height: 38px;
      position: relative;
      z-index: 1; }
    body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li {
      float: left;
      display: block;
      height: 100%;
      margin-right: 0px; }
      body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a,
      body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a:visited,
      body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a:active {
        box-sizing: border-box;
        padding: 10px;
        display: block;
        border: 1px solid #dadada;
        border-bottom-color: white;
        height: 100%;
        background-color: #2e7c3a;
        color: white;
        transition: all 200ms ease-in-out; }
        body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a:hover,
        body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a:visited:hover,
        body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a:active:hover {
          text-decoration: none;
          background-color: #555555; }
        body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a.actual,
        body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a:visited.actual,
        body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a:active.actual {
          background-color: white;
          color: gray;
          cursor: default; }
        body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a.no-volver,
        body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a:visited.no-volver,
        body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a:active.no-volver {
          background-color: white;
          color: gray;
          cursor: default; }
        body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a.si-volver,
        body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a:visited.si-volver,
        body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a:active.si-volver {
          background-color: #2e7c3a;
          color: white;
          transition: 200ms ease-in-out; }
          body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a.si-volver:hover,
          body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a:visited.si-volver:hover,
          body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li a:active.si-volver:hover {
            text-decoration: none;
            background-color: #555555; }
      body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .right_item_summaryview_tabs li:first-child a {
        padding-left: 20px;
        padding-right: 20px; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .media-wrap-item .ds-div-header-row {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: gray;
    margin-top: 20px; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .media-wrap-item .title {
    text-transform: uppercase;
    font-size: 12px; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview video,
  body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview audio {
    margin: 30px 0; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .item-summary-view-metadata .bold,
  body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .item-summary-view-metadata h3 {
    display: block;
    margin: 20px 0 10px 0;
    border: 0;
    border-top: 1px solid #f1f1f1;
    padding-top: 10px; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view #right_item_summaryview .enlace-permanente {
    word-break: break-word; }
body #aspect_artifactbrowser_ItemViewer_div_item-view .btn-action {
  text-align: left;
  color: white;
  padding: 7px 25px 7px 10px;
  display: block;
  background: url(imgs/btnregistro.png) no-repeat;
  background-color: #2e7c3a;
  background-position: calc(100% - 10px) center;
  transition: all 400ms ease;
  font-size: 13px;
  line-height: 1.2;
  background-size: 13px;
  width: 180px; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .btn-action:visited, body #aspect_artifactbrowser_ItemViewer_div_item-view .btn-action:active {
    color: white; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .btn-action:hover {
    text-decoration: none;
    color: white;
    background-color: #555555; }
body #aspect_artifactbrowser_ItemViewer_div_item-view .file-list .file-metadata span {
  font-size: 12px !important;
  text-align: left; }
body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ {
  border-bottom: 1px solid #dadada;
  padding: 0 !important; }
  @media only screen and (max-width: 768px) {
    body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .file-link a {
      word-break: break-word; } }
  @media only screen and (max-width: 768px) {
    body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .file-link {
      width: 100% !important; } }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .file-link::before {
    display: none; }
    @media only screen and (max-width: 768px) {
      body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .file-link::before {
        display: block;
        width: 100% !important; } }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .file-link a {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .file-link a {
        margin-top: 0 !important; } }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .bold {
    display: none; }
    @media only screen and (max-width: 768px) {
      body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .bold {
        display: block; } }
    body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .bold + * {
      margin-top: 20px; }
      @media only screen and (max-width: 768px) {
        body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .bold + * {
          margin-top: 0 !important; } }
  @media only screen and (max-width: 768px) {
    body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .thumbnail-wrapper {
      margin-bottom: 10px !important; } }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__:first-child .file-link::before {
    display: block; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__:first-child .file-link a {
    margin-top: 30px; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__:first-child .bold {
    display: block;
    padding-left: 10px; }
    body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__:first-child .bold + * {
      margin-top: 30px; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__:first-child .thumbnail-wrapper {
    margin-top: 30px; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__:last-child {
    border-bottom: 1px solid #dadada !important; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .file-metadata {
    border: 0 !important; }
    body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .file-metadata > div {
      width: calc(100% / 3) !important; }
    @media only screen and (max-width: 768px) {
      body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .file-metadata {
        width: 100% !important; } }
    @media only screen and (max-width: 768px) {
      body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper__ .file-metadata > * {
        width: 100% !important; } }
body #aspect_artifactbrowser_ItemViewer_div_item-view .file-wrapper {
  display: none; }
body #aspect_artifactbrowser_ItemViewer_div_item-view .wrapper-content .thumbnail-wrapper {
  width: 60px; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .wrapper-content .thumbnail-wrapper img {
    width: 100% !important;
    height: auto !important;
    display: block; }
body #aspect_artifactbrowser_ItemViewer_div_item-view .wrapper-content .file-link {
  display: block;
  margin: 10px 0; }
  body #aspect_artifactbrowser_ItemViewer_div_item-view .wrapper-content .file-link a {
    font-weight: bold;
    display: block;
    border: 1px solid #2e7c3a;
    border-radius: 3px;
    color: #2e7c3a;
    padding: 5px 10px;
    transition: all 200ms ease-in-out; }
    body #aspect_artifactbrowser_ItemViewer_div_item-view .wrapper-content .file-link a:hover {
      color: white;
      text-decoration: none;
      background-color: #2e7c3a;
      transition: 200ms ease-in-out; }
    body #aspect_artifactbrowser_ItemViewer_div_item-view .wrapper-content .file-link a img {
      width: 40px !important;
      height: auto !important; }
body #aspect_artifactbrowser_ItemViewer_div_item-view .wrapper-content .file-wrapper {
  display: block;
  padding: 10px !important;
  border-bottom: 1px solid #dadada; }
body #aspect_artifactbrowser_ItemViewer_div_item-view .file-list .file-wrapper .file-metadata > * {
  display: inline-block !important;
  width: 100%;
  background-color: transparent; }
body #aspect_artifactbrowser_ItemViewer_div_item-view .file-list .file-wrapper .file-metadata .bold {
  color: gray; }
body #aspect_artifactbrowser_ItemViewer_div_item-view a {
  word-break: break-all; }

.artifact-title {
  font-weight: bold; }

img[src*="mime.png"] {
  display: block;
  width: 100px; }

.ds-list-head {
  border-top: 3px solid #dadada;
  padding-top: 10px;
  margin-top: 10px; }

.inhome .artifact-abstract {
  display: none; }
.inhome a[href*="recent-submissions"] {
  padding-top: 5px; }

#wrap-addthis {
  margin-top: 40px !important; }

div.ds-option-set ul h2 {
  color: black;
  font-weight: bold; }

/*-----LISTA DE COMUNIDADES---*/
#ds-main:not(.inhome) .wrap_comuni_subcomuni > ul li ul li .artifact-title a::after,
#ds-main:not(.inhome) .wrap_comuni_subcomuni > ul li ul li .artifact-title a::before {
  content: "";
  display: table; }

#ds-main:not(.inhome) .wrap_comuni_subcomuni > ul li ul li .artifact-title a::after {
  clear: both; }
#ds-main .ds-div-head {
  font-family: roboto;
  font-weight: 400;
  font-size: 30px;
  color: black; }
#ds-main .ds-paragraph {
  color: gray; }
#ds-main .wrap_comuni_subcomuni > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: roboto;
  background: white; }
  #ds-main .wrap_comuni_subcomuni > ul div#first-comunity-anchor span.num_items {
    right: auto;
    left: 20px;
    top: auto;
    bottom: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: white;
    font-size: 16px;
    opacity: 0.7;
    padding-left: 0;
    margin-left: 0;
    text-align: left; }
  #ds-main .wrap_comuni_subcomuni > ul > li.open {
    transition: width 600ms ease-in-out;
    width: calc(100% - 60px);
    max-height: 50000px; }
    #ds-main .wrap_comuni_subcomuni > ul > li.open #first-comunity-anchor a {
      height: auto !important; }
    @media only screen and (max-width: 768px) {
      #ds-main .wrap_comuni_subcomuni > ul > li.open {
        width: 100%; } }
    #ds-main .wrap_comuni_subcomuni > ul > li.open > .wrap_comuni_subcomuni > ul {
      padding-right: 30px;
      padding-left: 30px;
      padding-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        #ds-main .wrap_comuni_subcomuni > ul > li.open > .wrap_comuni_subcomuni > ul {
          padding-right: 15px;
          padding-left: 15px; } }
    #ds-main .wrap_comuni_subcomuni > ul > li.open .artifact-preview {
      width: 150px;
      display: inline-block;
      padding-left: 20px;
      padding-right: 15px;
      text-align: right;
      vertical-align: middle;
      max-height: 0;
      transition: max-height 400ms ease-in-out; }
      @media only screen and (max-width: 768px) {
        #ds-main .wrap_comuni_subcomuni > ul > li.open .artifact-preview {
          text-align: left;
          margin-top: 10px;
          margin-bottom: 10px;
          width: 100%; } }
      #ds-main .wrap_comuni_subcomuni > ul > li.open .artifact-preview img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        display: inline;
        margin-top: 0;
        max-width: 150px;
        max-height: 60px;
        opacity: 0;
        transition: opacity 200ms ease-in-out; }
        @media only screen and (max-width: 768px) {
          #ds-main .wrap_comuni_subcomuni > ul > li.open .artifact-preview img {
            display: inline; } }
    #ds-main .wrap_comuni_subcomuni > ul > li.open .wrap_comuni_subcomuni + .wrap_comuni_subcomuni > ul {
      margin-top: -30px; }
  #ds-main .wrap_comuni_subcomuni > ul > li > ul:last-child > li:last-child {
    border-bottom-width: 0 !important; }
  #ds-main .wrap_comuni_subcomuni > ul > li > ul > li > ul > li:first-child .artifact-title a {
    padding-top: 0; }
  #ds-main .wrap_comuni_subcomuni > ul li {
    margin: 20px 30px 20px 0;
    padding: 0 !important;
    background: white;
    width: calc(100%/3 - 30px);
    float: left;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    max-height: 150px;
    overflow: hidden; }
    @media only screen and (max-width: 1100px) {
      #ds-main .wrap_comuni_subcomuni > ul li {
        width: calc(100%/2 - 60px); } }
    @media only screen and (max-width: 768px) {
      #ds-main .wrap_comuni_subcomuni > ul li {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
    #ds-main .wrap_comuni_subcomuni > ul li .artifact-title a {
      color: white;
      display: block;
      padding: 20px 20px 40px 20px;
      background-color: #2e7c3a;
      text-transform: uppercase;
      font-weight: 400;
      height: 150px;
      box-sizing: border-box;
      transition: all 200ms ease-in-out;
      position: relative;
      transition: opacity 200ms ease-in-out; }
      #ds-main .wrap_comuni_subcomuni > ul li .artifact-title a span {
        font-size: 18px;
        line-height: 1.25;
        position: relative;
        width: 100%;
        word-break: break-word; }
      #ds-main .wrap_comuni_subcomuni > ul li .artifact-title a .num_items {
        width: 50px;
        font-weight: 400;
        padding: 2px 6px;
        color: #272727;
        font-size: 13px;
        margin-left: 4px;
        opacity: 1;
        line-height: 1;
        display: block;
        position: absolute;
        right: -50px;
        top: 0;
        text-align: right; }
      #ds-main .wrap_comuni_subcomuni > ul li .artifact-title a:hover {
        text-decoration: none; }
        #ds-main .wrap_comuni_subcomuni > ul li .artifact-title a:hover:before {
          opacity: 0.4; }
      #ds-main .wrap_comuni_subcomuni > ul li .artifact-title a .artifact-preview {
        display: none; }
      #ds-main .wrap_comuni_subcomuni > ul li .artifact-title a:after {
        text-indent: -9999px;
        content: "";
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        background: url(imgs/arrow_down_w.svg) no-repeat;
        background-position: center;
        transition: transform 200ms ease-in-out; }
        #ds-main .wrap_comuni_subcomuni > ul li .artifact-title a:after:hover {
          opacity: 0.7; }
      #ds-main .wrap_comuni_subcomuni > ul li .artifact-title a.toggle:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      #ds-main .wrap_comuni_subcomuni > ul li .artifact-title a:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(imgs/back_comunity.png) no-repeat;
        background-size: cover;
        background-position: center;
        mix-blend-mode: multiply;
        z-index: 0; }
    #ds-main .wrap_comuni_subcomuni > ul li ul {
      list-style: none;
      margin: 0;
      padding: 0 20px; }
      #ds-main .wrap_comuni_subcomuni > ul li ul li {
        margin: 0;
        padding: 0 !important;
        width: 100%;
        float: none;
        border-bottom: 2px solid rgba(46, 124, 58, 0.5);
        box-shadow: none;
        transition: border 200ms ease-in-out;
        max-height: none;
        overflow: hidden; }
        #ds-main .wrap_comuni_subcomuni > ul li ul li .artifact-title {
          padding: 15px 50px 15px 20px; }
          #ds-main .wrap_comuni_subcomuni > ul li ul li .artifact-title a {
            padding: 0;
            display: block;
            height: auto;
            background-color: white;
            color: #2e7c3a;
            background-image: none;
            transition: color 200ms ease-in-out; }
            #ds-main .wrap_comuni_subcomuni > ul li ul li .artifact-title a:after {
              clear: both;
              display: none !important; }
            #ds-main .wrap_comuni_subcomuni > ul li ul li .artifact-title a span {
              font-size: 15px;
              line-height: 1.35;
              font-weight: 700; }
            #ds-main .wrap_comuni_subcomuni > ul li ul li .artifact-title a > span:first-of-type {
              width: calc(100% - 190px);
              display: inline-block; }
              @media only screen and (max-width: 768px) {
                #ds-main .wrap_comuni_subcomuni > ul li ul li .artifact-title a > span:first-of-type {
                  width: 100%; } }
            #ds-main .wrap_comuni_subcomuni > ul li ul li .artifact-title a:hover {
              background: white;
              color: black; }
              #ds-main .wrap_comuni_subcomuni > ul li ul li .artifact-title a:hover .artifact-preview {
                max-height: 80px; }
                #ds-main .wrap_comuni_subcomuni > ul li ul li .artifact-title a:hover .artifact-preview img {
                  opacity: 1; }
            #ds-main .wrap_comuni_subcomuni > ul li ul li .artifact-title a .artifact-preview {
              display: inline-block; }
            #ds-main .wrap_comuni_subcomuni > ul li ul li .artifact-title a:after, #ds-main .wrap_comuni_subcomuni > ul li ul li .artifact-title a:before {
              display: none; }
        #ds-main .wrap_comuni_subcomuni > ul li ul li:hover {
          border-bottom: 2px solid black; }
        #ds-main .wrap_comuni_subcomuni > ul li ul li.has-children > div > .artifact-title a {
          background: url(imgs/arrow_down_g.svg) no-repeat;
          background-position: calc(100% - 20px) center;
          background-size: 20px; }
          #ds-main .wrap_comuni_subcomuni > ul li ul li.has-children > div > .artifact-title a span {
            font-weight: 700; }
          #ds-main .wrap_comuni_subcomuni > ul li ul li.has-children > div > .artifact-title a:hover {
            background-image: url(imgs/arrow_down_g_w.svg); }
        #ds-main .wrap_comuni_subcomuni > ul li ul li .title-subcollection .artifact-title {
          padding-top: 25px;
          padding-bottom: 0; }
          #ds-main .wrap_comuni_subcomuni > ul li ul li .title-subcollection .artifact-title a {
            margin-left: -20px;
            color: black;
            padding: 0; }
            #ds-main .wrap_comuni_subcomuni > ul li ul li .title-subcollection .artifact-title a span {
              font-weight: 700; }
            #ds-main .wrap_comuni_subcomuni > ul li ul li .title-subcollection .artifact-title a .num_items {
              display: none; }
            #ds-main .wrap_comuni_subcomuni > ul li ul li .title-subcollection .artifact-title a > span {
              display: inline-block;
              position: relative;
              width: calc(100% - 190px); }
              @media only screen and (max-width: 768px) {
                #ds-main .wrap_comuni_subcomuni > ul li ul li .title-subcollection .artifact-title a > span {
                  width: 100%; } }
              #ds-main .wrap_comuni_subcomuni > ul li ul li .title-subcollection .artifact-title a > span:after {
                text-indent: -9999px;
                content: "";
                display: inline-block;
                width: 14px;
                height: 15px;
                padding-left: 10px;
                opacity: 0.5;
                background: url(imgs/arrow_down_black.svg) no-repeat;
                background-position: center;
                background-size: 15px; }
            #ds-main .wrap_comuni_subcomuni > ul li ul li .title-subcollection .artifact-title a:hover span {
              opacity: 0.7; }
        #ds-main .wrap_comuni_subcomuni > ul li ul li ul li {
          margin: 0;
          box-shadow: none;
          transition: border 200ms ease-in-out;
          max-height: none;
          overflow: hidden; }
          #ds-main .wrap_comuni_subcomuni > ul li ul li ul li:last-child {
            border-bottom-width: 0 !important; }
          #ds-main .wrap_comuni_subcomuni > ul li ul li ul li:hover {
            color: #4d4d4d;
            border-bottom: 2px solid black; }
      #ds-main .wrap_comuni_subcomuni > ul li ul ul {
        list-style: none;
        margin: 0;
        padding: 0; }

/*--COLLECCIONES VIEW---*/
.ds-logo-wrapper {
  margin-bottom: 20px; }

#ds-main:not(.inhome) .wrap_comuni_subcomuni > ul .second-comunity-anchor {
  max-height: none;
  margin: 0;
  padding: 0 !important;
  width: 100%;
  float: none;
  border-bottom: 2px solid rgba(46, 124, 58, 0.5);
  box-shadow: none;
  transition: border 200ms ease-in-out;
  max-height: none;
  overflow: hidden; }
  #ds-main:not(.inhome) .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title {
    padding: 15px 50px 15px 20px; }
    #ds-main:not(.inhome) .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a {
      padding: 0;
      display: block;
      height: auto;
      background-color: white;
      color: #2e7c3a;
      background-image: none;
      transition: color 200ms ease-in-out; }
      #ds-main:not(.inhome) .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a:after {
        clear: both; }
      #ds-main:not(.inhome) .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a span {
        font-size: 15px;
        line-height: 1.35;
        font-weight: 700; }
      #ds-main:not(.inhome) .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a > span:first-of-type {
        width: calc(100% - 190px);
        display: inline-block; }
        @media only screen and (max-width: 768px) {
          #ds-main:not(.inhome) .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a > span:first-of-type {
            width: 100%; } }
      #ds-main:not(.inhome) .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a:hover {
        background: white;
        color: black; }
        #ds-main:not(.inhome) .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a:hover .artifact-preview {
          max-height: 80px; }
          #ds-main:not(.inhome) .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a:hover .artifact-preview img {
            opacity: 1; }
      #ds-main:not(.inhome) .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a .artifact-preview {
        display: inline-block; }
      #ds-main:not(.inhome) .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a:after, #ds-main:not(.inhome) .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a:before {
        display: none; }

#ds-main.inhome .wrap_comuni_subcomuni > ul li .artifact-title a:after {
  display: none; }
#ds-main.inhome .wrap_comuni_subcomuni > ul li .artifact-title a {
  text-align: left; }
  #ds-main.inhome .wrap_comuni_subcomuni > ul li .artifact-title a span {
    top: 0; }
    #ds-main.inhome .wrap_comuni_subcomuni > ul li .artifact-title a span.num_items {
      right: auto;
      left: 20px;
      top: auto;
      bottom: 10px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      color: white;
      font-size: 16px;
      opacity: 0.7;
      padding-left: 0;
      margin-left: 0;
      text-align: left; }
  #ds-main.inhome .wrap_comuni_subcomuni > ul li .artifact-title a:hover {
    opacity: 1; }

/*--community view---*/
#aspect_artifactbrowser_CommunityViewer_div_community-view .wrap_comuni_subcomuni > ul .second-comunity-anchor {
  border-bottom-width: 1px !important; }
  #aspect_artifactbrowser_CommunityViewer_div_community-view .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a span.num_items {
    font-weight: normal !important; }
  #aspect_artifactbrowser_CommunityViewer_div_community-view .wrap_comuni_subcomuni > ul .second-comunity-anchor:last-child {
    border-bottom: 0; }
  #aspect_artifactbrowser_CommunityViewer_div_community-view .wrap_comuni_subcomuni > ul .second-comunity-anchor img {
    max-height: 80px; }
  #aspect_artifactbrowser_CommunityViewer_div_community-view .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a .artifact-preview {
    max-height: 0px !important;
    transition: max-height 200ms ease-in-out; }
    #aspect_artifactbrowser_CommunityViewer_div_community-view .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a .artifact-preview img {
      opacity: 0 !important;
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      transition: opacity 200ms ease-in-out; }
  #aspect_artifactbrowser_CommunityViewer_div_community-view .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a:hover .artifact-preview {
    max-height: 80px !important;
    transition: max-height 200ms ease-in-out; }
    #aspect_artifactbrowser_CommunityViewer_div_community-view .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a:hover .artifact-preview img {
      opacity: 1 !important; }

/*--FICHA---*/
.ficha-item #ds-body {
  padding-left: 70px !important; }

#ds-search-option {
  padding: 0; }
  #ds-search-option #ds-search-form input[type="submit"] {
    width: 30px; }
  #ds-search-option #ds-search-form input.ds-text-field {
    width: calc(100% - 30px); }

/*----BIBTIC----*/
#ds-bibtic {
  margin: 0 !important; }
  #ds-bibtic a {
    position: relative;
    display: inline-block;
    background-size: 100%;
    font-size: 11px;
    font-family: arial;
    font-weight: normal;
    color: #4E4E4E;
    text-align: center;
    padding: 3px 15px 3px 22px;
    margin: 0 0 0 15px;
    border-right: 1px solid #cacaca;
    width: auto;
    border-radius: 3px;
    line-height: 1.3;
    border-radius: 0;
    line-height: 1;
    transition: opacity 200ms ease-in-out; }
    @media only screen and (max-width: 768px) {
      #ds-bibtic a {
        margin-left: 0 !important;
        display: block;
        margin-bottom: 7px;
        border-right: 0;
        text-align: left; } }
    #ds-bibtic a:hover {
      opacity: 0.7;
      text-decoration: none; }
    #ds-bibtic a:before {
      position: absolute;
      top: 0px;
      left: 0;
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      border: 2px solid #2e7c3a; }
    #ds-bibtic a.link-upf {
      font-size: 12px;
      line-height: 0.9; }
      #ds-bibtic a.link-upf:before {
        border: 2px solid #4E4E4E; }
    #ds-bibtic a:last-child {
      border: 0; }

#ds-language-selection {
  position: relative;
  z-index: 10;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: filter 200ms ease-in-out, -webkit-filter 200ms ease-in-out;
  margin-right: 20px !important;
  padding-top: 10px;
  margin-top: -10px !important;
  padding-left: 30px !important;
  padding-right: 0px !important;
  min-width: 80px;
  height: 20px; }
  @media only screen and (max-width: 768px) {
    #ds-language-selection {
      margin-right: 20px; } }
  #ds-language-selection:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); }
  #ds-language-selection.toggle .wrap-otherlanguages {
    position: absolute;
    background-color: white;
    box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.1); }
  #ds-language-selection a {
    font-family: arial;
    display: block;
    padding: 10px 10px 10px 10px;
    border: 0;
    color: #4E4E4E; }
    @media only screen and (max-width: 768px) {
      #ds-language-selection a {
        margin: 0 0 10px 0;
        padding: 5px 20px 5px 5px; } }
    #ds-language-selection a.active {
      font-weight: bold;
      cursor: default; }
    #ds-language-selection a#act-lang {
      position: relative;
      padding: 5px 0px 10px 5px; }
      @media only screen and (max-width: 768px) {
        #ds-language-selection a#act-lang {
          padding: 5px 20px 5px 5px; } }
      #ds-language-selection a#act-lang:hover {
        text-decoration: none;
        font-weight: normal; }
      #ds-language-selection a#act-lang:after {
        content: "";
        display: inline-block;
        position: static;
        width: 14px;
        height: 10px;
        background: url(imgs/arrow_down_black.svg) no-repeat;
        background-size: 100%;
        opacity: 0.5;
        margin-left: 5px; }
    #ds-language-selection a:hover {
      text-decoration: none;
      font-weight: bold; }
  #ds-language-selection .wrap-otherlanguages {
    display: none; }
    @media only screen and (max-width: 768px) {
      #ds-language-selection .wrap-otherlanguages {
        background-color: white;
        width: 80px;
        padding: 5px 10px 2px 10px;
        margin-left: -20px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); } }

.pagetitle {
  display: none; }

.btn-idiomas,
.btn-share {
  position: absolute;
  top: 0;
  left: 0;
  background: url(imgs/flag_ico_ok.svg) no-repeat;
  width: 20px;
  height: 30px;
  cursor: pointer; }

.btn-idiomas {
  position: absolute;
  top: 6px;
  left: 8px;
  background: url(imgs/flag_ico_ok.svg) no-repeat;
  width: 20px;
  height: 30px;
  background-size: 15px;
  background-position: right center;
  cursor: pointer; }

.btn-share {
  position: static;
  background-image: url(imgs/share_ico.svg);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: filter 200ms ease-in-out, -webkit-filter 200ms ease-in-out; }
  .btn-share:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); }

/*----------------------
//REMAQUETA HEADER
-----------------------*/
#wrap-all-icons-head {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10; }
  @media only screen and (max-width: 768px) {
    #wrap-all-icons-head {
      top: -76px;
      width: 100%; } }
  #wrap-all-icons-head > div {
    float: left;
    display: block;
    margin: 0 10px; }
    #wrap-all-icons-head > div:last-child {
      margin-right: 0; }

#ds-language-selection {
  position: relative;
  padding-left: 20px; }
  @media only screen and (max-width: 768px) {
    #ds-language-selection {
      margin: 0 !important;
      position: absolute;
      top: -8px;
      right: -20px; } }

#socials-wrap {
  position: relative;
  padding-left: 20px;
  padding: 0;
  display: none !important; }
  #socials-wrap .wrap-socials-head {
    width: 120px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    float: none; }

#ds-bibtic {
  margin-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    #ds-bibtic {
      display: none !important; } }

#ds-info-option {
  margin: 0 0 0 5px !important; }
  @media only screen and (max-width: 768px) {
    #ds-info-option {
      position: absolute;
      right: 0;
      top: 40px;
      margin: 0 0 0 0 !important; } }
  #ds-info-option a {
    background: url(imgs/help_ico.svg) no-repeat;
    width: 25px;
    height: 30px;
    background-size: 100%;
    cursor: pointer;
    position: relative;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: filter 200ms ease-in-out, -webkit-filter 200ms ease-in-out; }
    #ds-info-option a img {
      display: none; }
    #ds-info-option a:hover {
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%); }

/*-repositoris list---*/
#ds-recolectors-option a .repositoris-list {
  display: block;
  color: white;
  padding: 5px 10px;
  margin: 30px 0;
  background: url(imgs/openpage_ico.svg) no-repeat;
  background-color: #2e7c3a;
  background-position: calc(100% - 10px) 10px;
  background-size: 13px;
  padding-right: 25px;
  transition: background 200ms ease-in-out; }
  #ds-recolectors-option a .repositoris-list + img {
    display: none; }
#ds-recolectors-option a:hover {
  text-decoration: none; }
  #ds-recolectors-option a:hover .repositoris-list {
    background-color: #555; }

.comunity-viewer #ds-main .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a:hover .artifact-preview {
  max-height: none; }
.comunity-viewer #ds-main .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a > span:first-of-type {
  vertical-align: middle; }
.comunity-viewer #ds-main .wrap_comuni_subcomuni > ul .second-comunity-anchor .artifact-title a .artifact-preview {
  vertical-align: middle; }

/*------REGISTRO COMPLETO-------*/
.registro-completo #aspect_artifactbrowser_ItemViewer_div_item-view > table:first-of-type {
  margin-top: 20px !important; }
.registro-completo #aspect_artifactbrowser_ItemViewer_div_item-view > p {
  position: static;
  margin: 0 0 0 auto; }
.registro-completo #aspect_artifactbrowser_ItemViewer_div_item-view table td {
  text-align: left; }

/*-----IMAGES COMUNITIES HOME----*/
.inhome #ds-main .wrap_comuni_subcomuni > ul li .artifact-title a:before {
  display: none; }
.inhome .artifact-title span {
  z-index: 1; }
.inhome .artifact-title a .artifact-preview {
  display: block !important;
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #2e7c3a; }
  .inhome .artifact-title a .artifact-preview img {
    opacity: 0.7;
    width: 100%;
    min-height: 100%;
    min-width: 100.1%;
    max-width: 1000%;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    mix-blend-mode: multiply;
    transition: opacity 200ms ease-in-out; }
.inhome .artifact-title a:hover img {
  opacity: 0.4; }

#first-comunity-anchor .artifact-title span {
  z-index: 1; }
#first-comunity-anchor .artifact-title a .artifact-preview {
  display: block !important;
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #2e7c3a; }
  #first-comunity-anchor .artifact-title a .artifact-preview img {
    opacity: 0.7;
    width: 100%;
    min-height: 100%;
    min-width: 100.1%;
    max-width: 1000%;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    mix-blend-mode: multiply;
    transition: opacity 200ms ease-in-out; }
#first-comunity-anchor .artifact-title a:hover img {
  opacity: 0.4; }

/*-------COMUNITY HOME----------*/
.detail-view::after,
.detail-view::before {
  content: "";
  display: table; }

.detail-view::after {
  clear: both; }
.is-comunity-home .detail-view {
  margin: 0;
  border-bottom: 3px solid #E2E2E2; }
  .is-comunity-home .detail-view .intro-text {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic; }
.is-comunity-home .ds-logo-wrapper {
  width: 150px;
  float: right;
  margin-left: 20px;
  margin-bottom: 30px; }
  .is-comunity-home .ds-logo-wrapper img {
    width: 100%; }
.is-comunity-home .artifact-preview img {
  max-width: 180px !important; }
.is-comunity-home .ds-list-head {
  border-top: 0; }
.is-comunity-home #aspect_artifactbrowser_CommunityViewer_div_community-home h2 {
  margin-top: 20px; }

.tit-community-view {
  margin-bottom: 10px; }

/*-------HIDE BEFORE REORGANIZE---------*/
#ds-language-selection,
#ds-trail-wrapper,
#ds-bibtic,
#ds-user-box {
  display: none; }

.inhome #ds-trail-wrapper {
  display: none !important; }

/*----PREVENT VIDEO DOWNLOAD-----*/
video::-internal-media-controls-download-button {
  display: none; }

video::-webkit-media-controls-enclosure {
  overflow: hidden; }

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */ }

/*--BOTON MORE----*/
div[id*='description_abstract_cut'] {
  display: inline !important; }

a[id*='description_abstract_more'] {
  background: white;
  padding: 0;
  border-radius: 25px;
  width: 23px;
  height: 23px;
  color: #2e7c3a;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  font-weight: bold;
  border: 2px solid #2e7c3a;
  font-weight: bold;
  font-size: 15px !important; }

a[id*='description_abstract_more']:hover {
  text-decoration: none; }

/*-------FOOTER LOGOS REPOSITORIOS------*/
#logos-repos {
  background-color: #f1f1f1; }
  #logos-repos .inner {
    max-width: 1100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 12px 0 10px 0; }
    #logos-repos .inner .inner_repos {
      float: left; }
      @media only screen and (max-width: 768px) {
        #logos-repos .inner .inner_repos {
          text-align: center; } }
    #logos-repos .inner .inner_cumplim {
      float: left;
      width: 150px;
      padding-left: 15px;
      margin-left: 15px;
      text-align: left;
      border-left: 1px solid white; }
      @media only screen and (max-width: 768px) {
        #logos-repos .inner .inner_cumplim {
          text-align: center;
          padding-left: 0;
          margin-left: 0;
          border-left: 0; } }
      #logos-repos .inner .inner_cumplim .link-repo {
        margin: 0;
        margin-top: -5px;
        display: block;
        float: left; }

.repo-tit-section span {
  font-size: 12px; }

a.repo-tit-section {
  font-family: roboto;
  color: black !important;
  background: url(imgs/plus_ico_repo.png) no-repeat;
  background-position: right center;
  background-size: 20px;
  padding-right: 24px;
  display: inline-block;
  min-height: 20px;
  padding-top: 0;
  margin-bottom: 5px; }
  a.repo-tit-section:hover {
    text-decoration: none;
    opacity: 0.7; }

span.repo-tit-section {
  font-family: roboto;
  color: black !important;
  display: inline-block;
  min-height: 20px;
  margin-bottom: 5px; }

.link-repo {
  text-indent: -9999px;
  display: inline-block;
  width: 70px;
  height: 40px;
  background: url(imgs/logos_repos/dart.png) no-repeat;
  background-size: auto 80px;
  background-position: 0 0;
  margin: 0 15px 0 0;
  box-sizing: content-box; }
  .link-repo:hover {
    background-position: 0 -40px; }
  .link-repo#dart {
    width: 56px; }
  .link-repo#hispana {
    background-image: url(imgs/logos_repos/hispana.png);
    width: 72.2px; }
  .link-repo#cronica {
    background-image: url(imgs/logos_repos/cronica.png);
    width: 81.6px; }
  .link-repo#mdc {
    background-image: url(imgs/logos_repos/mdc.png);
    width: 122.8px; }
  .link-repo#mdx {
    background-image: url(imgs/logos_repos/mdx.png);
    width: 69.2px; }
  .link-repo#opendoar {
    background-image: url(imgs/logos_repos/opendoar.png);
    width: 86px; }
  .link-repo#raco {
    background-image: url(imgs/logos_repos/raco.png);
    width: 89px; }
  .link-repo#recercat {
    background-image: url(imgs/logos_repos/recercat.png);
    width: 93.2px; }
  .link-repo#recolecta {
    background-image: url(imgs/logos_repos/recolecta.png);
    width: 83.2px; }
  .link-repo#tdx {
    background-image: url(imgs/logos_repos/tdx.png);
    width: 78px; }
  .link-repo#openaire {
    height: 50px;
    background-image: url(imgs/logos_repos/openaire_validated.png);
    background-size: auto 100px;
    background-position: 0 0;
    margin: 0 10px 0 0;
    box-sizing: content-box;
    width: 110px; }
    .link-repo#openaire:hover {
      background-position: 0 -50px; }

.estandar {
  float: right !important; }
  .estandar span {
    color: white;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    vertical-align: bottom;
    padding-right: 5px; }
  .estandar a {
    display: inline-block;
    text-indent: -9999px;
    width: 104px;
    height: 23px;
    background: url(imgs/logos_repos/opendoar_w.png) no-repeat;
    background-size: 100%; }

/*----STATISTICS----*/
#aspect_statistics_Navigation_list_statistics li {
  display: block; }
  #aspect_statistics_Navigation_list_statistics li a {
    color: black;
    padding: 10px 0;
    display: block;
    width: 100%;
    padding-left: 24px;
    background: url(imgs/stat_ico.png) no-repeat;
    background-position: 0 12px;
    background-size: 18px;
    box-sizing: border-box; }
  #aspect_statistics_Navigation_list_statistics li:last-child {
    margin-bottom: 5px; }

#aspect_statistics_StatisticsTransformer_div_community-home h2,
#aspect_statistics_StatisticsTransformer_div_community-home h2.ds-div-head,
#aspect_statistics_StatisticsSearchTransformer_div_search-statistics h2,
#aspect_statistics_StatisticsSearchTransformer_div_search-statistics h2.ds-div-head,
#aspect_statistics_StatisticsTransformer_div_stats h2,
#aspect_statistics_StatisticsTransformer_div_stats h2.ds-div-head {
  font-weight: bold !important;
  font-size: 14px;
  line-height: 1.35;
  font-family: 'roboto';
  margin-top: 30px;
  color: black; }
#aspect_statistics_StatisticsTransformer_div_community-home table, #aspect_statistics_StatisticsTransformer_div_community-home th, #aspect_statistics_StatisticsTransformer_div_community-home td,
#aspect_statistics_StatisticsSearchTransformer_div_search-statistics table,
#aspect_statistics_StatisticsSearchTransformer_div_search-statistics th,
#aspect_statistics_StatisticsSearchTransformer_div_search-statistics td,
#aspect_statistics_StatisticsTransformer_div_stats table,
#aspect_statistics_StatisticsTransformer_div_stats th,
#aspect_statistics_StatisticsTransformer_div_stats td {
  font-weight: normal !important;
  font-size: 12px;
  line-height: 1.35;
  font-family: "roboto" !important; }
#aspect_statistics_StatisticsTransformer_div_community-home th,
#aspect_statistics_StatisticsSearchTransformer_div_search-statistics th,
#aspect_statistics_StatisticsTransformer_div_stats th {
  text-transform: uppercase;
  background: #ebebeb;
  border-right: 1px solid white; }
#aspect_statistics_StatisticsTransformer_div_community-home td,
#aspect_statistics_StatisticsSearchTransformer_div_search-statistics td,
#aspect_statistics_StatisticsTransformer_div_stats td {
  text-align: left; }

body.ficha-item #menudesplegable #wrap-addthis {
  display: none; }

body #menudesplegable #wrap-addthis {
  display: block;
  margin-top: 20px !important; }

.stats-item a {
  word-break: normal !important;
  padding-left: 28px !important;
  padding-top: 10px;
  border-top: 1px solid #f1f1f1;
  width: 140px !important;
  text-align: left; }

.lang_act {
  font-weight: bold; }

#aspect_discovery_SimpleSearch_div_search-results .artifact-title .Z3988 {
  display: none; }

/*# sourceMappingURL=styles-upf.css.map */
