/* VERSION ESCRITORIO */
@media (min-width: 1025px) {
  body {
    /*background-image: url('fondo-general.png');*/
    background-color: #fff !important;
    background-position: center;
  }
  #colecciones { display: none;
    background: #eee;
  }

  .col-xs-12.col-sm-12.col-md-9.main-content {
    background: #fff !important;
}

#main-container .row-offcanvas {
    background-color: #fff !important;
}

  .movil {
    display: none !important;
  }
  ::-webkit-input-placeholder {
    color: #d1d1d1;
  }
  ::-moz-placeholder {
    color: #d1d1d1;
  }
  :-ms-input-placeholder {
    color: #d1d1d1;
  }
  :-moz-placeholder {
    color: #d1d1d1;
  }
  *::-webkit-scrollbar-track {
    background-color: #fff;
  }
  *::-webkit-scrollbar {
    width: 12px;
    background-color: #fff;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #558000;
  }
  div#cabeza section.logo {
    /* background: url(header.jpg) no-repeat bottom left #fff; */
    /* padding: 1em 0px 6em; */
    background-size: 125%;
  }
  .contenedor {
    width: 1170px;
    margin: auto;
  }
  div#cabeza .contenedor {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1250px;
  }
  div#cabeza section.logo img {
    /* width: 590px; */
  }
  div#cabeza section.logo a img {
    width: 40px;
    padding: 5px;
  }
  div#cabeza section.logo .social {
    align-self: flex-start;
  }
  .navbar {
    min-height: 25px !important;
  }
  .breadcrumb a {
    color: #629300;
  }
  header .navbar-header.pull-right.hidden-xs {
    width: 100%;
  }
  header ul img.home {
    width: 30px;
  }
  header .nav.navbar-nav.pull-left {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
	flex-direction: row;
  }
  .glyphicon-home:before {
    content: '' !important;
  }
  .navbar-nav > li {
    border-right: 1px solid #9eb733;
    text-align: center;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
  .navbar-nav > li.nombre-pagina {
    margin-right: auto;
    margin-left: 0;
    border: 0;
  }
  #buscador {
    padding: 30px;
    text-align: center;
    /*background-image: url(fondo-buscador.png);
    background-color: #a1be66;
    background-color: #629300;*/
    background-color: #558000;
    background-size: 100% 102%;
    background-position: center;
  }
  div.colecciones {
    display: flex;
    width: 1170px;
    margin: auto;
    padding: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
h3.areas{  width: 1170px;margin: auto;padding-top: 10px;font-size: 1.3em;margin-left: 26px;}
h3.cole{font-size: 1.3em;}

.item-summary-view-metadata h2.page-header{font-size: 21px;}

  div.colecciones > a { width:25%; display: flex;}
  div.coleccion {
    margin: 10px 15px;
    background: white;
    padding: 15px;
    border: 1px solid #e6e5e5;
    text-align: center;
    flex-wrap:  wrap;
    width: 100%;

  }

  .pata{text-align: center;color: #629300; padding-left: 80px;}

  div.coleccion:hover {box-shadow: 2px 2px 6px 0px #777;}
  div.coleccion a:hover {
    text-decoration: none;
  }

  div.coleccion > p {
    text-align: left;
  }
  footer {
    display: flex !important;
    position: absolute;
    border-bottom: 30px solid #38332b;
    left: 0;
    /*background: #67655e!important;*/
    background: #5B5952!important;
    width: 100%;
    padding: 15px;
    color: white;
    justify-content: space-between;
  }
  #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul {
    display: flex;
    flex-wrap: wrap;
  }
/*  #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul li.ds-artifact-item {
    width: 100%;
    padding: 10px;
    padding-bottom:  15px;
    margin: 10px 0;
    box-sizing: border-box;
    background-color: white;
  }*/
  #aspect_discovery_SiteRecentSubmissions_div_site-home .page-header {
    /* text-align: center; */
  }
  footer .contfooter {
    display: flex;
  }
  footer .contfooter a {
    color: #a4d893;
  }

  .cf:before, .cf:after{
    content:"";
    display:table;
  }
  .cf:after{
    clear:both;
  }
  .cf{
    zoom:1;
  }
/*
  .search-wrapper {
    max-width: 692px;
    width: 100%;
    margin: 0 auto;
  }
  */
  .search-wrapper input {
  /*  max-width: 600px;*/
    width: 100%;
    height: 27px;
    padding: 10px 10px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    border-radius: 3px 0 0 3px;
    box-sizing: content-box;
	box-shadow: 0px 4px 6px #333;
  }

  .search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
  }
  .search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
  }
  .search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
  }
  .search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
  }

  .search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    /*border: 0;*/
    border:1px solid #fff;
    padding: 0;
    cursor: pointer;
    height: 47px;
    width: 72px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: white;
    text-transform: uppercase;
    /*background: #629300;*/
    background: #558000;


    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);}

  .search-wrapper button:hover{
    background: #558000;
  }
  .search-wrapper button:active,
  .search-wrapper button:focus{
    background: #456800;
    outline: 0;
  }
  .search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
  }
  .container-fluid{
    /* padding-left:75px!important; */
    /* padding-right:75px!important; */
    max-width: 1170px;
    width: 100%;
  }
  body > section > div.container-fluid {

    background: white;
  }
  .header-search img {
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
    float: right;
  }

  .header-search.pull-right.rrss { width: 36px;}

  ul.rrss_per {
      float: right;
      margin: 0;
      width: 200px;
  }

  .brand img { width: 465px;}

  .rrss_per li {
    float: left;
    display: block;
    width: 40px;
    padding: 0 5px;
}

  .rrss_per li:nth-child(3) {

  }


  li.nombre-pagina > strong > h1 {
    color: #629300;
    font-size: 26px;
    margin-bottom: 25px !important;
  }
  .navbar-nav > li:nth-child(3) {
    border-right: 1px solid #9eb733;
  }
  .login-home {
    text-align: center;
    padding: 20px 100px;
  }
  .login-home fieldset {
    width: 100%;
  }
  .footer dt {
    color: #9eb733;
  }
  dl {
    margin-top: 0;
    margin-bottom: 20px !important;
  }
  div.row.footerrow {
    display: flex;
  }
  .arboles img {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  body > section > div.container-fluid > header > div > a > img {
    margin-bottom: 20px;
    margin-top: 20px;
  }


  .main-content {
    background-color: #f7f7f7 !important;
  }


  body > section:nth-child(2) {
    background-color: white;
  }
  #aspect_discovery_SimpleSearch_div_search-results > div {
    background-color: white;
    padding: 20px;
    padding-bottom: 0px;
    margin-bottom: 10px !important;
  }
  .thumbnail {
    background-color: transparent !important;
  }
  .trail-wrapper {
    background-color: #ededed !important;
    border-bottom: 1px solid #ededed !important;
  }
#aspect_artifactbrowser_CommunityViewer_div_community-view .ds-artifact-item .artifact-description h4.artifact-title {
    padding: 5px;
    border-left: solid 3px #777;
}

h3.ds-div-head {
    border-top: solid 1px #d1d1d1;
    padding-top: 10px;
}
#aspect_discovery_CollectionRecentSubmissions_p_recent-submission-view-more a {
    float: right;
    background: #e5e5e5;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: green;
    margin:20px 0;
    border: solid 1px #ccc;
}
#aspect_discovery_CollectionRecentSubmissions_p_recent-submission-view-more a:hover { background: #fff;}
#aspect_discovery_SiteRecentSubmissions_div_site-home li.ds-artifact-item {
    border: solid 1px #62930366;
    padding-top: 10px;
    height: 290px;
    position: relative;
    border-radius: 5px;
}

#aspect_discovery_SiteRecentSubmissions_div_site-home li.ds-artifact-item:hover {
    background: #eee;
    border: solid 1px #ddd;
    padding-top: 10px;
    height: 290px;
    box-shadow: 2px 2px 2px #999;
}

.artifact-description img.home_img {
    position: absolute;
    bottom: 0;
    top: 250px;
    right: 13px;
}
#aspect_discovery_recentSubmissions_RecentSubmissionTransformer_div_recent-submissions .item-wrapper {
    border-bottom: solid 1px #ccc;
    padding: 20px 0;
}

#aspect_artifactbrowser_CollectionViewer_div_collection-home li.ds-artifact-item {
  background: #f6f6f6;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
  padding-right: 10px;
}

.page-header {border-bottom: 0px}

.item-summary-view-metadata .page-header {
    padding-bottom: 9px;
    margin: 0px auto;
    border-bottom: 1px solid #eee;
    /* padding: 38px 0 15px 0; */
}

form#aspect_eperson_LDAPLogin_div_login {
    width: 50%;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 70%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.datasets .label a:hover {
  text-decoration: none;
}
.datasets .label {
  margin-right: 5px;
}
.datasets.escritorio {
    margin-top: -30px;
}
.noble {
    margin-top: 30px;
}

}

.home_item {
	float: left;
    margin: 7px 5px;
    min-height: 230px;
    padding: 10px;
    background: #cccccc47;
    border-radius: 5px;
	width:100%;
}


.b_avan {
    text-align: right;
	margin-top: 20px;
    font-weight: 500;
    padding-right: 9%;
}
.b_avan a{    color: #000!important;
    font-size: 1em;
    font-weight: 500!important;
    background: #fff;
    border-radius: 11px;
    padding: 5px 15px;}


a {
    color: #1B5630!important;
    text-decoration: none;
}

span.author.h4 {
    font-size: 1.3em;
}

span.publisher-date.h4 {
    font-size: 1.4em;
}

#aspect_discovery_SiteRecentSubmissions_p_recent-submission-view-more a{
  background: #e5e5e5;
  float: right;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  margin: 2rem 52px;
}

#aspect_discovery_SiteRecentSubmissions_p_recent-submission-view-more a:hover{
  background: #fff; text-decoration: none;}

img.home_img {
    float: right;
}
span.author.h4 small span, span.publisher-date.h4 small span, span.author.h4 small {
    color: #412a2a;
}
#aspect_discovery_SiteRecentSubmissions_div_site-recent-submission .ds-artifact-list .artifact-info {
    margin-bottom: 10px;
}


a.list-group-item.active span.h5.list-group-item-heading.h5 {
    color: #fff;
}

#aspect_discovery_CommunityRecentSubmissions_div_community-recent-submission .item-wrapper {
    background: #f6f6f6;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
}

#aspect_discovery_CommunityRecentSubmissions_p_recent-submission-view-more {
    float: right;
    padding: 10px 20px;
    background: #e5e5e5;
    border: solid 1px #ccc;
    border-radius: 3px;
}

#aspect_discovery_SimpleSearch_div_search-results .row.ds-artifact-item {
    background: #f6f6f6;
}

#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-subject-results li.ds-artifact-item, #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-title-results li.ds-artifact-item, #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-author-results li.ds-artifact-item, #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-dateissued-results li.ds-artifact-item {
    background: #f6f6f6;
    padding: 10px 10px 20px 0;
    margin-bottom: 20px;
}

#aspect_discovery_SimpleSearch_div_search-results .row.ds-artifact-item:hover, #aspect_discovery_CommunityRecentSubmissions_div_community-recent-submission .item-wrapper:hover, #aspect_artifactbrowser_CollectionViewer_div_collection-home li.ds-artifact-item:hover, #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-subject-results li.ds-artifact-item:hover, #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-title-results li.ds-artifact-item:hover, #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-author-results li.ds-artifact-item:hover, #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-dateissued-results li.ds-artifact-item:hover  {
    background: #fff;
    box-shadow: 0px 3px 2px #ccc;
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #629304 !important;
    border-color: #629304 !important;
    cursor: default;
}
ul.pagination li.active a {
    color: #fff !important;
}


.footer dt {
    color: #A1E600!important;
}

a.scrollup {
    color: #fff !important;
}
.oculto{
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

#aspect_discovery_SiteRecentSubmissions_div_site-home #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission span.tipo_obra.tipo_coleccion {
    font-size: 90%;
    padding: 13px 8px;
    position: absolute;
    top: 55px;
    left: 14%;
    height: 45px;
    width: 102px;
    text-align: center;
    line-height: 1.4;
}

.carousel-item img.img {
    width: auto;
    height: 330px;
}


.cantidad_home{
	
    position: absolute;
    bottom: 15px;
    color: #fff;
    right: 30px;
    background: #619300;
    padding: 3px 15px;
    border-radius: 17px;
    clear: both;
    width: 120px;
    text-align: center;
}