
@media (max-width: 767px) {
  .escritorio, header, .trail-wrapper {
    display: none !important;
  }
  body {
    padding: 0 !important;
    margin:0 !important;
  }
  #cabeza h1 {
    font-size: 30px;
  }

  .search-wrapper input {
    width: 100% !important;
    height: 47px;
  }
  .search-wrapper button {
    width: 100% !important;
    margin-top: 10px;
  }
  .col-sm-3.hidden-xs {
    width: 30%;
    display: none !important;
  }

  .movil h2.page-header.first-page-header {
      font-size: 20px;
  }

  .col-sm-9 {
    width: 70%;
  }
  li.ds-artifact-item.odd, li.ds-artifact-item.even {
    width: 100%;
  }
  .navbar-toggle.visible-sm {
    position: absolute;
    right: 0;
    margin: 4px;
  }
  .navbar-toggle.visible-sm span {
    background: white;
  }

  .coleccion {
    text-align: center;
    margin: 13px;
    padding-bottom: 18px;
    border-bottom: 1px solid #c4d79e;
  }
  .coleccion p {
    text-align:left;
    padding-left:10px;
  }

  footer {
    display: flex !important;
    background: #67655e;
    width: 100%;
    padding: 20px;
    color: white;
    position: absolute;
    justify-content: space-between;
    left: 0;
    margin-top: 25px;
  }
  footer a img {
    width: 40px;
  }
  footer .contfooter {
    display: flex;
  }
  footer .contfooter a {
    color: #a4d893;
  }
  footer .contfooter .logofooter {}
  #aspect_discovery_SiteRecentSubmissions_div_site-recent-submission ul {
    display: flex;
    flex-wrap: wrap;
  }
  .hidden-xs {
    display: block !important;
  }
  .item-wrapper.row {
    display: flex;
  }
  #aspect_discovery_SimpleSearch_div_search-results .ds-artifact-item {
    margin-bottom: 20px;
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 17px;
  }
  /*Strip the ul of padding and list styling*/
  ul#user-box {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
  }
  /*Create a horizontal list with spacing*/
  ul#user-box li {
    /* display: inline-block; */
    /* float: left; */
    margin-right: 1px;
  }
  /*Style for menu links*/
  ul#user-box li a {
    display: block;
    min-width: 140px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background: #9eb733;
    text-decoration: none;
  }
  /*Hover state for top level links*/
  ul#user-box li:hover a {
    background: #79c399;
  }
  /*Style for dropdown links*/
  ul#user-box li:hover ul a {
    background: #f3f3f3;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
  }
  /*Hover state for dropdown links*/
  ul#user-box li:hover ul a:hover {
    background: #19c589;
    color: #fff;
  }
  /*Hide dropdown links until they are needed*/
  ul#user-box li ul {
    display: none;
  }
  /*Make dropdown links vertical*/
  ul#user-box li ul li {
    display: block;
    float: none;
  }
  /*Prevent text wrapping*/
  ul#user-box li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
  }
  /*Display the dropdown on hover*/
  ul#user-box li a:hover+.hidden, .hidden:hover {
    display: block;
  }
  /*Style 'show menu' label button and hide it by default*/
  .show-menu {
    text-decoration: none;
    color: #fff;
    background: none repeat scroll 0% 0% #629300;
    text-align: center;
    padding: 10px 0;
    display: none;
    margin: 0;
  }
  /*Hide checkbox*/
  input[type=checkbox] {
    display: none;
    -webkit-appearance: none;
  }
  /*Show menu when invisible checkbox is checked*/
  input[type=checkbox]:checked~#user-box {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  ul#user-box {
    position: static;
    display: none;
  }
  /*Create vertical spacing*/
  ul#user-box li {
    border-bottom: 1px solid #728520;
  }
  Make all menu links full width
  ul#user-box li, li a {
    width: 100%;
  }
  Display 'show menu' link
  .show-menu, div.row.footerrow {
    display: block !important;
  }
  .col-xs-6 {
    width: 100% !important;
  }
  .arboles img {
    position: initial !important;
  }
  #aspect_artifactbrowser_ConfigurableBrowse_list_jump-list {
    display: none !important;
  }
  .movil {
    display: block;
  }
  /*CABECERA*/

  .cabeceramovil {
    padding: 10px;
    text-align: center;
    height: 229px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .cabeceramovil h1 {
    color: #629300;
    font-weight: 300
  }
  .cabeceramvil h1 span {
    font-weight: 900 !important;
  }
  .cabeceramovil img {
    width: 45%;
  }

  /*COLECCIONES*/
  .buscolec.colecciones {
    margin-top: 90px;
  }

  /*BUSCADOR*/
    div#buscador {
      padding: 30px;
      text-align: center;
      background-size: auto 102%;
      background-position: center;
	  width:100%;
  }
  
 .buscolec {
    display: none;
}
  
  .search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 47px;
    width: 72px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: white;
    text-transform: uppercase;
    background: #629300;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
#menu > label > a {
  color: white !important;
}
.pagination>li {
  display: inline-block !important;
}
.pagination>li.page-link-offset-1,
.pagination>li.page-link-offset-2,
.pagination>li.page-link-offset-3,
.pagination>li.page-link-offset-4{
  display: none !important;
}



form#aspect_eperson_LDAPLogin_div_login {
    width: 90%;
}

}

.movil .colecciones {
    float: left;
    border-top: solid 1px #ccc;
    margin-top: -30px;
    padding-top: 10px;
    margin-bottom: -14px;
}
