/*@import url(http://fonts.googleapis.com/css?family=Oswald:700);*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400i,700|Roboto:300,400,400i,500,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import "bootstrap.css";
/*@import "roboto-fontface.css";*/
@import "poncho.css";

/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;

azul
color: #009acc;

celeste: #38a4d6;

turquesa
color: #33bbbd;

*/

/* ==========================================================================
   normalize.css v2.1.2 | MIT License | git.io/normalize
   ========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none;}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* ==========================================================================
   Styling kept from Berlin v2.2
   ========================================================================== */
   
/* @group ----- Generic ----- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
 /*
body {
  LUCAS
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  
  font: 12px 'Roboto', sans-serif;
  line-height: 18px;
  color: #333;
  background: #fff;
}*/


form, fieldset {
  border: 0;
  margin: -2px;
  padding: 0;
}

input[type=text], input[type=password], textarea {
  border: 1px solid #ccc;
  display: block;
  color: #111;
  font-size: 14px;
  padding: 6px 8px;
}

/* -- Headings -- 
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 18px;
}

h1, h2, h3 {
  color: #015581;
}

h1 {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}

h2 {
  font-size: 24px;
  line-height: 28px;
}

h3 {
  font-size: 18px;
  line-height: 18px;
  color: #015581;
}

h4, h5 {
  font-size: 15px;
  line-height: 18px;
}

h4 {
  font-weight: bold;
}

h5 {
  font-style: italic;
}

h6 {
  color: #666;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}*/

/* -- Misc Block elements -- 
p, ul, ol, dl {
  margin: 1.5em 0;
}

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}*/

/* -- Misc Inline elements -- 
em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

abbr, acronym {
  border: none;
  font-style: normal;
}

blockquote {
  margin: 0 3em;
  font-style: italic;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}*/

/* -- Tables -- */
table {
  width: 100%;
}

th, td {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0.75em 0;
}

th {
  border-width: 3px;
  text-align: left;
}

/* -- Links -- */
a:link, a:visited {
  color: #369;
}

a:hover, a:active {
  color: #0d749c;
}

img a {
  border: none;
}

/* @end */
/* @group ----- Header ----- */
header {
  position: relative;
  margin: 0 auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}
header:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  header {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  header {
    width: 420px;
  }
}

.simplePage01
{
  padding-bottom: 30px;
  width: 730px;
  margin: 0 auto;
}
.simplePage02
{
  padding-bottom: 30px;
}

.simplePage01 p, .simplePage02 p 
{
  margin-bottom: 10px!important; 
  line-height: 27px;
}
.simplePage01 h2, .simplePage01 h3, .simplePage02 h2, .simplePage02 h3
{
  margin-top: 30px;
}

.simplePage01 ul li, .simplePage02 ul li
{
  margin: 13px 0;
}
@media only screen and (max-width: 767px) {
  .simplePage01{
    width: 100%!important;
  }
  .simplePage01 p{
    font-size: 12px;
  }
}


#header-image {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
#header-image:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #header-image {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  #header-image {
    width: 300px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
  #header-image {
    width: 420px;
  }
  .carousel-caption p{
    font-size: 12px!important;
    margin: 0!important;
  }
  .carousel-caption{
    right: 10%;
    left: 30%;
    bottom: 0;
    padding: 0;
  }
  .carousel-indicators
  {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
   .carousel-caption{
    right: 10%;
    left: 40%;
  }
  .carousel-caption p{
    font-size: 16px!important;
  }
}
@media only screen and (max-width: 700px) {
   .carousel-caption{
    right: 10%;
    left: 30%;
    bottom: 0;
  }
  .carousel-caption p{
    font-size: 12px!important;
  }
}

@media only screen and (max-width: 600px) {
   .carousel-caption{
    right: 10%;
    left: 30%!important;
  }
}
#header-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: solid #ccc;
  border-width: 1px 1px 0 1px;
}

#site-title {
  float: left;
  /*width: 10%; // modificado 20%*/
  font-weight: normal;
  font-family: 'Gill Sans', sans-serif;
  color: #015581;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  position: relative;
  margin-top:20px;
}
#site-title img {
  max-width: 100%;
  height: auto;
}

#site-title a {
  text-decoration: none;
}

#search-container {
 /*position: relative;*/
}

#search-container input[type=text], #search-container button {
  border: 1px solid #ccc;
  /*background: #fafafa; LUCAS*/
  background: #38a4d6;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
#search-container input[type=text] {
  padding: 3px;
  width: 100%;
  behavior: url("../javascripts/boxsizing.htc");
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#search-container button {
  background: #38a4d6;
  border-radius: 4px;
  color: white;
  position: absolute;
  border: 0;
  right: 20px;
  top: 64px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}

#fullWidth #search-container button
{
  border-radius: 0 15px 15px 0;
  right: 3px;
  top: 2px;
  width: 50px;
  height: 48px
}

@media only screen and (max-width: 767px) and (min-width: 480px){
  #fullWidth #search-container button
  {
    right: 3px;
    top: 2px;
  }
}

#fullWidth #search-container button:after {
  line-height: 48px;
  width: 50px;
  font-size: 27px;
}

#search-container.busqueda-header button {
  background: #38a4d6;
  border-radius: 0 15px 15px 0;
  color: white;
  position: absolute;
  border: 0;
  right: 1px;
  top: 1px;
  width: 30px;
  height: 33px;
  text-indent: -9999px;
}
#search-container button:after {
  font-family: "FontAwesome";
  content: "\f002";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

#advanced-search {
  width: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #005177;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  behavior: url("../javascripts/boxsizing.htc");
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#advanced-search:after {
  content: "\2026";
  display: block;
  text-indent: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  color: #fff;
  background: #369;
  top: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 30px;
}

#advanced-form {
  display: none;
  background-color: #fff;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  top: 30px;
  left: 0;
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 1.5em 1em;
  *behavior: url("../javascripts/boxsizing.htc");
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#advanced-form fieldset p {
  margin: 0;
  font-size: 16px;
}
#advanced-form p {
  font-size: 16px;
}
#advanced-form fieldset label {
  font-size: 15px!important;
}
#advanced-form > *:last-child {
  margin-bottom: 0em;
}

#advanced-form input[type="radio"] {
  margin-right: 5px;
}

#search-container #search-form {
  position: relative;
}

#search-form fieldset fieldset {
  margin-bottom: 18px;
}

#search-form.with-advanced button {
  top: 1px;
  right: 2px;
  height: 30px;
}

/* @end */
/* @group ----- Navigation ----- */
.navigation {
  list-style: none;
  margin: 0;
  padding-left: 0;
  /*
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  */
}
.navigation a {
  text-decoration: none;
}
.navigation li {
  float: left;
}

.navigation li:last-of-type {
  float: right;
}


#admin-bar ul {
  display: inline-block;
}

#primary-nav {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  z-index: 50;
}
#primary-nav:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #primary-nav {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  #primary-nav {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #primary-nav {
    width: 420px;
  }
}
#primary-nav ul {
  text-transform: uppercase;
  font-weight: 600;
}
#primary-nav ul li ul {
  padding: 0px 0 0 0px;
  margin-top: -14px!important;
}
#primary-nav li {
  list-style-type: none;
  margin: 0 0 -1px -1px;
  position: relative;
}
#primary-nav .navigation {
  position: relative;
  z-index: 100;
  overflow: visible;
}
#primary-nav .navigation > li {
  float: left;
  position: relative;
  overflow: visible;
}
#primary-nav .navigation > li:first-child a {
  border: none;
}
#primary-nav a {
  behavior: url("../javascripts/boxsizing.htc");
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  padding: 0.75em 18px;
}
#primary-nav a:hover, #primary-nav li.active a {
 background: #fff;
  color: #0d749c;
}
#primary-nav li ul, #primary-nav li ul ul {
  display: none;
}
#primary-nav li:hover > ul, #primary-nav li ul li:hover > ul {
 position: absolute;
  display: block;
  top: 3em;
  margin-top: 1px;
  z-index: 1000;
  -moz-box-shadow: #cccccc 0 3px 5px;
  -webkit-box-shadow: #cccccc 0 3px 5px;
  box-shadow: #cccccc 0 3px 5px;
}
#primary-nav li:hover > ul li {
 width: 160px;
}
#primary-nav li ul li:hover > ul {
position: absolute;
  top: 0;
  left: 160px;
  border-left: 0;
  margin: 0 0 0 -1px;
}

#secondary-nav, .secondary-nav {
  margin-bottom: 1.5em;
  overflow: auto;
  border-bottom: 1px solid #ccc;
}
#secondary-nav li, .secondary-nav li {
  padding: 1.5em 0;
  margin-right: 20px;
}
#secondary-nav a, .secondary-nav a {
  color: #666;
}
#secondary-nav .active a, .secondary-nav .active a {
  background: #fff;
  color: #333;
  font-weight: bold;
}
#secondary-nav .tags .nav-browse-all a, .secondary-nav .tags .nav-browse-all a {
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
}

#mobile-nav {
  display: none;
}

/* Pagination Classes */
.pagination {
  float: left;
  padding-left: 0;
  margin: 0 0 .5em 0;
}
.pagination ul {
  margin-left: 0;
}
.pagination li {
  height: 3em;
  border: solid #e7e7e7;
  border-width: 1px 0 1px 1px;
  float: left;
  list-style-type: none;
}
.pagination li:last-of-type {
   border-right: 1px solid #e7e7e7;
}
.pagination a, .pagination form {
  text-decoration: none;
  padding: 0 10px;
  line-height: 52px;
  display: inline-block;
  font-size: medium;
  vertical-align: middle;
}

.page-input input[type=text] {
  border: 1px solid #ccc;
  text-align: right;
  width: 50px;
  margin-right: 5px;
  display: inline-block;
}

/* @end */
/* @group ----- Global selectors ----- */
#content {
  overflow: hidden;
  border: 1px solid #ccc;
  /*background: #faf8fa;*/
  background: #F9F9F9;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  padding: 1.5em 10px;
  z-index: 0;
}
#content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media only screen and (min-width: 1171px) {
  #content {
    width: 1170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #content {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  #content {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #content {
    width: 420px;
  }
}

.hidden {
  display: none;
}

.image {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.image img {
  border: 1px solid #ccc;
  float: left;
  padding: 2px;
  width: auto;
  vertical-align: top;
  height: 100%;
}

.record {
  clear: both;
  overflow: auto;
}

/* @end */
/* @group ----- Home Page ----- */
#home #primary {
  float: left;
  display: inline;
  width: 40%;
  margin-left: 0;
  margin-right: 0;
  
}
@media only screen and (max-width: 767px) {
  #home #primary {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #home #primary {
    width: 364px;
  }
}
@media only screen and (max-width: 767px) {
  #home #primary {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #home #primary {
    width: 420px;
  }
}
#home #secondary {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 60%;
  margin-right: 0;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  #home #secondary {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #home #secondary {
    width: 364px;
  }
}
@media only screen and (max-width: 767px) {
  #home #secondary {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #home #secondary {
    width: 420px;
  }
}
#home #content h2 {
  /*text-transform: uppercase;*/
  margin-bottom: 60px;
}

#featured-item,
#featured-collection,
#featured-exhibit {
  overflow: hidden;
  background: #eee;
  padding: 1.5em 20px;
  margin-bottom: 1.5em;
  margin-top: 1.5em
}
#featured-item h2,
#featured-collection h2,
#featured-exhibit h2 {
  margin: 0;
}
#featured-item h3,
#featured-collection h3,
#featured-exhibit h3 {
  margin: 0 0 1em;
}
#featured-item img,
#featured-collection img,
#featured-exhibit img {
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  height: 10.5em;
  width: auto;
  background-color: #fff;
}



.marginbottom #featured-item {
  background: none!important;
  padding: 0;
  overflow: hidden;
  margin-bottom: 1em; 
  color:#111;
}
.marginbottom #featured-item a:link, 
.marginbottom #featured-item a:visited {
  color: #38a4d6;
  text-decoration: none;
}
.marginbottom #featured-item h2{
  color: #111!important;
  font-size: 32px!important;
  margin: .5em 0;
  line-height: normal;
}
.marginbottom #featured-item .item h3 {
  margin-top: 0;
  font-size: 1.3em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.marginbottom #featured-item .record {
  clear: none;
}
.marginbottom #featured-item .item .item-description {
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.marginbottom #featured-item .item .image {
  height: 6em;
}
.marginbottom #featured-item img {
    border: 1px solid #ccc;
    float: left;
    padding: 2px;
    width: auto;
    vertical-align: top;
    height: 100%;
}



#recent-items .item {
  overflow: hidden;
  /*
  border-bottom: 1px solid #ccc;
  */
  margin-bottom: 1em;
}
#recent-items .item .image {
  height: 6em;
}
#recent-items .item h3 {
  margin-top: 0;
  font-size: 1.3em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#recent-items .item .item-description {
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#recent-items .record {
  clear: none;
}
.view-items-link {
  margin-bottom: 0em;
}

/* @end */
/* @group ----- Items ----- */


.items #content {
  position: relative;
  margin: 5px auto;
  padding: 0;
  width: 960px;
  padding: 1.5em 10px;
}
.items #content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Ajustamos para monitores de más de 1280px */

@media only screen and (min-width: 1171px) {
  .items #content {
    width: 1170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .items #content {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .items #content {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .items #content {
    width: 420px;
  }
}

.items .item + .pagination-nav .pagination {
  margin-top: 1.5em;
}

#next-item {
  float: right;
}

.item-description a.show {
  padding-left: 5px;
  display: inline;
}

.sort-label {
  display: inline-block;
}

#sort-links-list {
  display: inline-block;
  margin: 0.75em 0 0.75em 10px;
}

.desc a:after, .asc a:after {
  font-family: "FontAwesome";
  display: inline-block;
  height: 0;
  width: 0;
  text-decoration: underline;
  margin-right: 10px;
}

.desc a:after {
  content: "\00a0\f0d8";
}

.asc a:after {
  content: "\00a0\f0d7";
}

ul.title-list {
  margin: 0;
}

.title-list li {
  font-size: 1.2em;
  line-height: 1.5em;
  font-style: italic;
}

#item-images {
  overflow: hidden;
  margin-bottom: 18px;
  margin-right: -10px;
}

.fullsize {
  margin-right: 10px;
}

#item-image img {
  width: 100%;
}

.items.show h3 {
  margin-bottom: 0.2em;
}

/* Items Classes*/
.element {
  /*
  overflow: hidden;
  margin-bottom: 1.5em;
  */
  clear: both;
}

.browse .item {
  clear: both;
  border-bottom: 1px solid #eee;
  padding: 3em 0;
  float: left;
  width: 100%;
}

#sort-links + .item {
  border-top: 1px solid #eee;
}

.item-pagination {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 18px;
}

.item-pagination a {
  text-decoration: none;
  font-weight: bold;
  float: left;
}

.item-pagination .next a {
  float: right;
  text-align: right;
}

.item .tags {
  clear: left;
  margin-top: 10px;
}

.item-file a {
  display: block;
  height: 9em;
}
.item-file a img {
  height: 100%;
  width: auto;
}

.item h2 {
  margin-top: 0;
}

/* Tags Classes */
.tags li {
  display: inline;
}

/* Tag Clouds */
.hTagcloud ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.hTagcloud li {
  display: inline;
  margin-right: 3px;
}

.popular a {
  font-size: 120%;
}

.v-popular a {
  font-size: 140%;
}

.vv-popular a {
  font-size: 180%;
}

.vvv-popular a {
  font-size: 220%;
}

.vvvv-popular a {
  font-size: 260%;
}

.vvvvv-popular a {
  font-size: 300%;
}

.vvvvvv-popular a {
  font-size: 320%;
}

.vvvvvvv-popular a {
  font-size: 340%;
}

.vvvvvvvv-popular a {
  font-size: 360%;
}

/* @end */
/* @group ----- Items/Browse ----- */
.browse .item h2 {
  /*float: left;*/
 /*display: inline; LUCAS*/
  margin-left: 10px;
  margin-right: 10px;
  /*width: 220px; LUCAS*/
  margin-left: 0;
  max-width: 100%;
  line-height: normal;
  font-size: 24px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .browse .item h2 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item h2 {
    /*width: 172px;*/
  }
  .item .itemBrowseRight, .collection .itemBrowseRight
  {
    width: 80%;
  }

}
.font16Normal
{
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .browse .item h2 {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item h2 {
    width: 420px;
  }
}
.browse .item .item-meta .item-img {
  float: left;
  display: inline;
  margin-right: 10px;
  /*width: 90px; 
  220px; LUCAS*/
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .browse .item .item-meta .item-img {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item .item-meta .item-img {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .browse .item .item-meta .item-img {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item .item-meta .item-img {
    width: 420px;
  }
}
.browse .item .item-meta .item-img img {
  /*height: 10.5em;*/
  height: 7.5em;
}
.browse .item div {
  max-width: 100%;
}

.browse .item-meta {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  /*width: 100%; /*700px; LUCAS*/
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .browse .item-meta {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item-meta {
   /* width: 556px;*/
  }
}
@media only screen and (max-width: 767px) {
  .browse .item-meta {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item-meta {
    width: 420px;
  }
}
.browse .item-meta p:first-of-type {
  margin-top: 0;
}

.browse .item-meta > div {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 460px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .browse .item-meta > div {
    margin: 0;
  }
  .itemBrowseLeft, .itemBrowseRight
  {
    float:none!important;
    width: 100%!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item-meta > div {
    width: 364px;
  }
  .itemBrowseLeft, .itemBrowseRight
  {
    float:none!important;
    width: 100%!important;
  }
}
@media only screen and (max-width: 767px) {
  .browse .item-meta > div {
    width: 300px;
  }
  .itemBrowseLeft, .itemBrowseRight
  {
    float:none!important;
    width: 100%!important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item-meta > div {
    width: 420px;
  }
  .itemBrowseLeft, .itemBrowseRight
  {
    float:none!important;
    width: 100%!important;
  }
}

.browse .item-meta .item-description {
  margin-bottom: 1.5em;
  width: 795px; /*AGREGADO POR LUCAS*/
}
.browse .item-meta .item-description:only-of-type {
  margin-bottom: 0;
}

.item .itemBrowseLeft, .collection .itemBrowseLeft
{
  float:left;
  /*width: 9%; */
}
.item .itemBrowseRight, .collection .itemBrowseRight
{
  float:left;
  width: 80%;
}
.itemBrowseRight .element-text span
{
 font-size: 18px;
}

.itemBrowseLeft .item-img
{
  width: inherit!important;
}

.item .itemBrowseLeft .item-description
{
  margin-top: 10px;
}

.itemBrowseLeft .item-img {
  text-align: center;
}
.itemBrowseLeft .item-img img {
  max-width: 200px;
}


#sort-links {
  float: right;
  list-style-type: none;
  padding: 0;
  display: block;
}
#sort-links ul {
  padding-left: 0;
}
#sort-links ul li {
  padding-left: 10px;
  display: inline-block;
}

#outputs {
  clear: both;
}

.item-img a {
  display: block;
}
.item-img a img 
{
  border: 1px solid #ccc;
  padding: 2px;
}

.item + .pagination-nav {
  margin-top: 1.5em;
}

/* @end */
/* @group ----- Items/Search ----- */
.field {
  margin-bottom: 1.5em;
}

#search-keywords input,
#search-selects input,
#search-by-range input
{
  height: 38px;
}

.search-entry select {
  margin-bottom: 0.75em;
  color: #111;
  font-size: 16px;
  /*height: 54px;*/
  padding: 6px 8px;
  border: solid 1px #ccc;
}

.search-entry input[type=text] {
  display: inline-block;
  height: 35px;
}

.remove_search {
  text-indent: -9999px;
  width: 18px;
  position: relative;
  height: 18px;
  color: #666;
}
.remove_search:after {
  content: "\f00d";
  font-family: "FontAwesome";
  text-indent: 0;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  line-height: 18px;
}

/* @end */
/* @group ----- Collections/Browse ----- */
.collections .collection {
  clear: both;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
  float: left;
  width: 100%;
}
.collections .collection .view-items-link {
  margin-bottom: 2.25em;
}
.collections .collection h3 {
  margin: 0;
}

.pagination + .collection {
  border-top: 1px solid #ccc;
  padding-top: 1.5em;
}

.collection .element-text p:only-child {
  margin-bottom: 0;
}

.collection .image,
.exhibit .image {
  display: block;
  -moz-box-shadow: -5px -5px 0 -1px #f2f2f2, -5px -5px 0 #cccccc, -8px -8px 0 -1px #dddddd, -8px -8px 0 #cccccc;
  -webkit-box-shadow: -5px -5px 0 -1px #f2f2f2, -5px -5px 0 #cccccc, -8px -8px 0 -1px #dddddd, -8px -8px 0 #cccccc;
  box-shadow: -5px -5px 0 -1px #f2f2f2, -5px -5px 0 #cccccc, -8px -8px 0 -1px #dddddd, -8px -8px 0 #cccccc;
  margin: 0 1.5em 1.5em 9px;
}

.collection .image img,
.exhibit .image img {
  height: 10.5em;
}

#sort-links + .collection {
  border-color: #eee;
  border-top-width: 0.08333em;
  border-top-style: solid;
  padding-top: 1.41667em;
  margin-top: 0.75em;
}

.browse .collection h2
{
 /* margin-left: 10px;*/
  margin-right: 10px;
  /*width: 220px;*/
  margin-left: 0;
  margin: 0;
  max-width: 100%;
  font-size: 22px;
  margin-bottom: 4px;
}
.browse .exhibit h2 {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-left: 0;
  margin: 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .browse .collection h2,
  .browse .exhibit h2 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .collection h2,
  .browse .exhibit h2 {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .browse .collection h2,
  .browse .exhibit h2 {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .collection h2,
  .browse .exhibit h2 {
    width: 420px;
  }
}

.browse .collection .image,
.browse .exhibit .image {
  margin-right: 0;
  float: right;
  text-align: right;
  height: 10.5em;
}
.browse .collection .image img,
.browse .exhibit .image img {
  height: 100%;
  width: auto;
}

.collection-meta {
  float: left;
  display: inline;
  /*margin-left: 10px;*/
  margin-right: 10px;
  width: 520px;
}
@media only screen and (max-width: 767px) {
  .collection-meta {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .collection-meta {
    width: 412px;
  }
}
@media only screen and (max-width: 767px) {
  .collection-meta {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .collection-meta {
    width: 420px;
  }
}

.collection-description {
  margin-bottom: 15px;
}

.collection-description p:first-of-type,
.view-items-link:only-child {
  margin-top: 0.75em;
}

.browse .collection .element {
  clear: none;
}

/* @end */
/* @group ----- Collections/Show ----- */
.collections .item-img {
  float: left;
  /*margin: 0 1.5em 0 0;*/
  margin-right: 10px;
}
.collections .item-img a {
  display: block;
  height: 7.5em;
 /*
  border: 1px solid #ccc;
  padding: 2px;
  */
}
.collections .item-img img {
  height: 100%;
  width: auto;
}

.collections .item {
  overflow: hidden;
  border-color: #ccc;
  border-top-width: 0.08333em;
  border-top-style: solid;
  padding-top: -0.08333em;
  margin-top: 1.5em;
}

/* @end */
/* @group ----- Search Results ----- */
#search-results + .pagination {
  margin-top: 2.25em;
}

#search-results td {
  vertical-align: top;
}

#search-results .image {
  float: left;
  /*height: 6em;
  */
  margin: 0;
}
#search-results .image img {
  /*height: 100%;*/
  width: auto;
  height: 7.5em;
}

#search-results.item {
    clear: both;
    border-bottom: 1px solid #eee;
    padding: 1em 0;
    float: left;
    width: 100%;
}

#search-results .item-meta {
    float: left;
    display: inline;
    margin-right: 10px;
    text-align: left;
}


#item-filters ul, #search-filters ul {
  padding-left: 0;
  list-style-type: none;
}
#item-filters ul > li, #search-filters ul > li {
  display: inline-block;
}
#item-filters ul > li:after, #search-filters ul > li:after {
  content: " \00B7";
  margin: 0 10px 0 5px;
}
#item-filters ul > li:last-child:after, #search-filters ul > li:last-child:after {
  content: "\00A0";
}
#item-filters ul li ul, #search-filters ul li ul {
  display: inline;
}
#item-filters ul li ul li, #search-filters ul li ul li {
  display: inline-block;
}
#item-filters ul li ul li:after, #search-filters ul li ul li:after {
  content: ", ";
  margin: 0;
}
#item-filters ul li ul li:last-child:after, #search-filters ul li ul li:last-child:after {
  content: "";
}

/* @end */
/* @group ----- Footer ----- */

.footer
{
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
}

footer {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1170px;
  overflow: hidden;
  margin-top: 1.5em;
}
footer:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 961px) and (max-width: 1169px) {
  footer {
    width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer {
    width: 420px;
  }
}
footer a {
  text-decoration: none;
}
footer .navigation {
  font-weight: bold;
}
footer .navigation li {
  display: inline;
}
footer .navigation li:after {
  content: " \00B7";
  margin: 0 10px 0 5px;
}
footer .navigation li:last-child {
  margin: 0;
}
footer .navigation li:last-child:after {
  content: "\00A0";
  display: none;
}
footer .navigation a {
  white-space: nowrap;
}
footer nav + p {
  text-align: right;
}

#footer-text {
  float: left;
  width: 48%;
}

/* @end */
/* @group ----- Exhibit Builder ----- */
.browse .exhibit {
  clear: both;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
  overflow: auto;
}

.pagination + .exhibit {
  border-top: 1px solid #eee;
}

.exhibits.summary #exhibit-pages {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #exhibit-pages {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .exhibits.summary #exhibit-pages {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #exhibit-pages {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .exhibits.summary #exhibit-pages {
    width: 420px;
  }
}
.exhibits.summary #exhibit-pages a {
  text-decoration: none;
}
.exhibits.summary #exhibit-pages > ul {
  margin-left: 0;
  border-top-width: 0.08333em;
  border-top-style: solid;
  padding-top: 1.41667em;
  border-color: #eee;
  padding-left: 0;
  list-style-type: none;
}
.exhibits.summary #exhibit-pages > ul > li {
  border-bottom-width: 0.08333em;
  border-bottom-style: solid;
  padding-bottom: 1.41667em;
  border-color: #eee;
  margin-bottom: 1.5em;
}
.exhibits.summary #exhibit-pages ul li > ul {
  padding-left: 1.5em;
  margin-left: 0;
}
.exhibits.summary #exhibit-pages ul li > ul li {
  text-indent: -1.5em;
}
.exhibits.summary #exhibit-pages ul li > ul li:before {
  content: "\2014";
}
.exhibits.summary #exhibit-pages li {
  list-style-type: none;
  margin-left: 0;
}

.exhibits.summary #primary {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
  margin-right: 0;
  float: left;
  padding-right: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #primary {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .exhibits.summary #primary {
    width: 556px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #primary {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .exhibits.summary #primary {
    width: 420px;
  }
}

.exhibits.show #exhibit-pages a {
  color: #111;
  text-transform: uppercase;
  font-size: 26px;
}
.exhibits.show #exhibit-pages ul {
  padding-left: 0;
  margin-left: 0;
}

.exhibit-page-nav {
  color: #fff;
}
.exhibit-page-nav li {
  float: none;
}
.exhibit-page-nav li ul li {
  float: left;
}
.exhibit-page-nav a {
  display: block;
  float: left;
}
.exhibit-page-nav a:link, .exhibit-page-nav a:visited {
  padding: 0.75em 10px;
  /*background: #0176b4;*/
  text-decoration: none;
}

.exhibit-page-nav#secondary-nav li {
  display: block;
  overflow: auto;
  padding: 0 0 1.5em;
}
.exhibit-page-nav#secondary-nav li li {
  padding-bottom: 0;
}

.exhibit-page-nav a:hover,
.exhibit-page-nav a:active,
.exhibit-page-nav .current a {
  /*background: #0d749c;*/
  color: #38a4d6;
}

.exhibit-pagination .next a {
  float: right;
  text-align: right;
}

#exhibit-page-navigation {
  clear: both;
  margin: 3em 0 1.5em;
}

.exhibit-child-nav a {
  display: inline-block;
  padding: 0.75em 10px;
  background-color: #f3f3f3;
}
.exhibit-child-nav li {
  margin: 0 20px 1.5em 0;
}

.exhibit .description {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 520px;
}
@media only screen and (max-width: 767px) {
  .exhibit .description {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .exhibit .description {
    width: 412px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibit .description {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .exhibit .description {
    width: 420px;
  }
}
.exhibit .description p:first-of-type {
  margin-top: 0.75em;
}

/* @end */
/* @group ----- Other plugin styles ----- */
#collection-tree {
  margin-left: auto;
  margin-right: auto;
}

/* @end */
@media screen and (max-width: 960px) {
  #featured-item img {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  /* @group ----- Generic HTML elements ----- */
  input[type=text], input[type=password], textarea {
    width: 100%;
    display: block;
  }

  /* @end */
  /* @group ----- Global selectors ----- */
  #search-container {
    clear: both;
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 0em;
  }

  /* @end */
  /* @group ----- Header ----- */
  #site-title {
    width: 100%!important;
  }

  /* @end */
  /* @group ----- Navigation ----- */
  #primary-nav {
    display: none;
  }

  #mobile-nav {
    display: block;
    clear: both;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    zoom: 1;
  }
  #mobile-nav:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #search-container h2{
    font-size: 26px!important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) and (max-width: 959px) {
  #mobile-nav {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 767px) {
  #mobile-nav {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 480px) and (max-width: 767px) {
  #mobile-nav {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  #mobile-nav ul {
    position: absolute;
    z-index: 199;
    background: #fafafa;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-left: 0;
    margin: 0;
  }
  #mobile-nav li {
    text-align: left;
    display: block;
    overflow: hidden;
    width: 100%;
  }
  #mobile-nav a {
    text-decoration: none;
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
  }
  #mobile-nav a:hover {
    background: #fff;
  }
  #mobile-nav > a:first-child {
    background: #fafafa;
    cursor: pointer;
  }
  #mobile-nav li.current a {
    background: #fff;
    color: #0d749c;
  }
  #mobile-nav li ul {
    position: relative;
  }
  #mobile-nav li ul a:before {
    content: "-- ";
  }
  #mobile-nav li ul ul a:before {
    content: "---- ";
  }

  /* @end */
  /* @group ----- Footer ----- */
  footer .navigation {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 1.5em;
  }

  /* @end */
  /* @group ----- Home ----- */
  #home #primary, #home #secondary {
    padding: 0;
    max-width: 100%;
  }

  #home #primary > div:last-of-type {
    border-bottom: 1px solid #ccc;
  }

  /* @end */
  /* @group ----- Items/Browse ----- */
  .browse .item img {
    max-width: 50%;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
  }

  .browse .item {
    padding: 1.5em 0;
  }

  #sort-links {
    float: left;
  }

  /* @end */
}

/* ==========================================================================
   New style rules for Avantgarde
   ========================================================================== */

h1, h2, h3
{
	color: #1b1a1a;
	/*font-size: 18px;*/
}
a:link, a:visited
{
  color: #38a4d6;
	text-decoration: none;
}
a:hover
{
	color: #CCC;
}
.view-items-link a, #search-container input[type=text]
{
	background: #38a4d6 no-repeat right 5px top;
	border: none;
	color: #FFF;
	display: block;
	font-weight: normal;
	border-radius: 5px;
	line-height: 30px;
  padding-left: 10px;
	padding-right: 65px;
}
#search-container input[type=text]
{
	background: #FFF no-repeat right 0px top;
  border-radius:10px 15px 15px 10px;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
  color: #666;
  height: 36px;
}
#fullWidth #search-container input[type=text]
{
  border-radius:10px 15px 15px 10px;
  line-height: 45px;
  font-size: 18px;
  height: 51px;
}



.view-items-link a:hover, #search-container input[type=text]:focus
{
	box-shadow: 0px 0px 6px rgba(0,114,118,0.5);
	border-color: #009acc;
}
#site-title a
{
  font-family: 'Oswald', sans-serif;
}
#primary-nav
{
	clear: none;
	float: right;
  margin: 0;
  width: 100%;
  background: #eee;
}
/*#primary-nav a
{
	background: none;
	border: none;
	color: #1b1a1a;
	height: 53px;
	line-height: 53px;
	padding: 0 10px;
}*/
#primary-nav li
{
	border: none;
}

#site-title a
{
	height: 53px;
	line-height: 53px;
}
#featured-collection, #featured-exhibit
{
  background: #ccc;
  padding: 20px;
}

#search-container.busqueda-header
{
  margin: 35px 0 0 20px;
  background: #ccc;
  /*width: 190px;*/
}

#secondary #search-container {
  background: #ccc;
  padding: 20px;
}
#fullWidth #search-container {
  padding: 0 20px 20px 20px;
}
#search-container h2
{
  font-size: 40px;
  text-align: center;
}

h2
{
	margin-top: 0;
}
#search-container button
{
	/*display: none;*/
}
#content
{
	padding: 50px 0;
  margin-top: 5px;
}
#featured-item
{
	background: #38a4d6;
	color: #fff;
	margin-bottom: 50px;
	padding: 20px;
}
#featured-item h2
{
	color: #fff;
}
#secondary #featured-collection:last-child, #secondary #featured-exhibit:last-child
{
	margin-bottom: 0;
}
::-webkit-input-placeholder
{
	color: #fff;
}
:-moz-placeholder
{
	color: #fff;
}
::-moz-placeholder
{
	color: #fff;
}
:-ms-input-placeholder
{
	color: #fff;
}
footer
{
	background: #FFF;
  margin-top: 0;
  /*
  width: 100%;
	height: 230px!important;
  */
}
#footer-content
{
	margin: 0 auto;
	overflow: hidden;
	/*width: 960px;*/
}
#footer-content p
{
	line-height: 30px;
}
#footer-content p.credits a
{
	/*
  background: url("../images/powered.png") no-repeat top left;
	text-indent: -9999px;
	width: 108px;
  float: right;
  margin-left: 10px;
  text-align: center;
  font-size: 12px!important;
  */
}
#footer-content p.credits a.designed
{
	/*background: url("../images/designed.png") no-repeat top left;*/
}
#footer-content p.credits a:hover
{
	background-position: bottom;
}
#footer-content p.credits
{
  font-size: 12px;
  text-align: center;
  margin-top: 20px!important;
}
#custom-footer-text
{
	float: left;
}
#custom-footer-text p {
  font-size: 14px!important;
}
footer
{
	color: #111;
}
#content
{
	border: none;
}
#home #primary
{
	padding-right: 0px;
	width: 55%;
  padding-left: 10px;
}
#home #secondary
{
	width: 43%;
}
/*#primary-nav .navigation > li:last-child a
{
	padding-right: 0;
}*/
div#header-image-holder
{
  /*
	height: 350px;
	overflow: hidden;
	position: relative;
  */
}
div#header-image
{
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -5;
}
div#header-image-holder h2
{
	background: #38a4d6;
	color: #FFF;
	display: inline-block;
	line-height: 32px;
	margin-bottom: 0;
	padding: 5px 25px;
	text-transform: uppercase;
}
div#header-image-holder p
{
  /*
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	line-height: 200%;
	margin: 0;
	max-width: 60%;
	padding: 25px;
  */
}
div#header-image-holder .held
{
	margin: 120px auto 0;
	width: 960px;
}
#home h3
{
	margin-bottom: 18px;
	margin-top: 18px;
	/*text-transform: uppercase; LUCAS*/
}
#featured-item h3 a:hover
{
	color: #CCC;
}
#featured-item a:link, #featured-item a:visited
{
	color: #FFF;
}
#featured-collection a:link, #featured-collection a:visited, #featured-exhibit a:link, #featured-exhibit a:visited
{
	color: #111;
}
#featured-collection a:hover, #featured-collection a:active, #featured-exhibit a:hover, #featured-exhibit a:active
{
	color: #38a4d6;
}
h2
{
	/*text-transform: uppercase;*/
}
#homepage-text
{
	margin-top: -18px;
}
#header-image-holder
{
	display: none;
}
#home #header-image-holder
{
	display: block;
}
#content:before
/*{
	background: #1b1a1a;
	content: ' ';
	height: 5px;
	left: -2000px;
	position: absolute;
	top: -10px;
	width: 5000px;
	z-index: 9999;
}*/
#content
{
	overflow: visible;
}
html, body
{
	overflow-x: hidden;
}

body {
  background-color: #F9F9F9;
}

.browse #content,
.simple-page #content
{
	margin: 5px auto;
	padding: 1.5em 10px;
	position: relative;
}
a#advanced-search
{
	background: none;
	border-left: none;
	clear: both;
	color: #111;
	display: block;
	float: none;
	font-weight: normal;
	margin-top: 8px;
	position: inherit;
	text-indent: 0;
	width: 100%;
  font-size: 12px;
  /*
  text-transform: uppercase;
  */
}

#fullWidth a#advanced-search
{
  font-size: 15px;
}

#advanced-search:after
{
	display: none;
}
#advanced-form
{
	top: 95px;
}
#home #content:before
{
	display: none;
}
@media only screen and (max-width: 959px)
{
	div#header-image-holder p
	{
		/*max-width: 80%;*/
	}
	#home #primary, #home #secondary
	{
		display: block;
		float: none;
		width: 100%;
	}
	#home #secondary
	{
		display: block;
		margin: 0;
		padding: 0;
		padding-top: 50px;
	}
	#featured-item img
	{
		height: auto;
		max-width: 100%;
		width: auto;
	}
	#featured-item a.image
	{
		max-width: 100px;
	}
	#custom-footer-text
	{
		float: none;
		text-align: center;
	}
	#custom-footer-text p
	{
		margin-bottom: 0;
	}
	#footer-content p.credits
	{
		clear: both;
		display: block;
		float: none;
		height: 100px;
		text-align: center;
		width: 100%;
	}
	#footer-content p.credits a
	{
		display: inline-block;
		float: none;
	}
	footer
	{
		height: auto;
		max-width: 100%;
		width: 100%;
	}
	#footer-content
	{
		width: 100%;
	}
	#mobile-nav
	{
		margin-bottom: 30px;
	}
	#mobile-nav a
	{
		border-width: 1px;
	}
}
@media only screen and (max-width: 767px)
{
	#site-title
	{
		float: none;
		text-align: center;
	}
	div#header-image-holder .held, div#header-image-holder p
	{
		max-width: 100%;
	}
	.view-items-link a, #search-container input[type=text]
	{
		background-image: none;
	}
}

/* ==========================================================================
   Custom CSS
   ========================================================================== */

/* Document Display */

  #primary h1 {
    font-size: 38px;
    line-height: 49px;
    text-align: center;
   }

  #primary h3 {
    font-size: 21px;
    line-height: 23px;
   }

  #primary h4 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
   }

  #primary h4 a {
   color: #111;
   }

    #primary h4 a:hover {
   color: #38a4d6;
   }

   #primary .element-text {
    font-size: 16px;
    line-height: 19px;
    word-wrap: break-word;
   }

 .element-text a:first-of-type {
    /*font-size: 18px!important;*/
    line-height: 21px;
    margin-bottom: 5px;
   }

  /* @media only screen and (max-width: 767px) {
  .right-col
  {
    float:right;
    width: 35%!important;
  }
  .left-col
  {
    float:left;
    width: 60%!important;;
  }
}
@media only screen and (min-width: 768px) {
    .right-col
  {
    float:right;
    width: 35%!important;
  }
  .left-col
  {
    float:left;
    width: 60%!important;;
  }
}
@media only screen and (max-width: 767px) {
   .right-col
  {
    float:right;
    width: 35%!important;
  }
  .left-col
  {
    float:left;
    width: 60%!important;;
  }
}
@media only screen and (max-width: 480px) {
   .right-col
  {
    float:right;
    width: 35%!important;
  }
  .left-col
  {
    float:left;
    width: 60%!important;;
  }
}*/

.right-col {
  
  padding: 0px 10px 20px 10px;

}

.right-col hr {
    border-top: 1px solid #111;
    margin: 15px 0;
}

.detalles {
  margin: 15px auto;
  padding: 10px 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  border-radius: 10px;
  background-color: #f5f5f5;
  text-align: center;
  overflow: overlay;
}
/*
.right-col .detalles{
  text-align: left;
}
*/

.detalles h3 {
  font-size: 16px!important;
  line-height: 19px;
}

.detalles p {
  font-size: 16px!important;
  line-height: 19px;
}


.detalles:hover .homeImage img {
  transition: .5s ease;
  opacity: .5;
}
.detalles:hover .homeTitle {
  background: rgba(0, 102, 173, 0.1);
  transition: .5s ease;
}





.drop-shadow {
    position:relative;
    padding: 1em;
    margin:2em 10px 4em;
    /*
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    */
  }

  .drop-shadow:before,
  .drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
  }

    .curved-hz-2:before {
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
  }


  

/* Homepage */

   #homepage-text p {
    font-size: 16px;
    line-height: 19px;
   }

    #primary #recent-items h3 {
    font-size: 18px!important;
    line-height: 15px;
   }

/* Homepage header */

  .held h2 {
    font-size: 28px;
  }

  .held p {
    font-size: 18px;
  }

  /* Páginas Items */

  #primary p {
    font-size: 18px;
    line-height: 1.6;
   }

   #primary {
  /*  padding: 0px 10px;
   -webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.5);*/
    }
  .left-col h3 {
    font-size: 16px!important;
    line-height: 19px!important;
    margin-top: 15px;
  }

  /* Colecciones */

    #content h1 {
    font-size: 33px;
    line-height: normal;
    text-align: center;
   }

   .item-description {
    font-size: 16px;
    line-height: 19px;
   }

   .element-text {
    font-size: 16px;
    /*line-height: 19px;*/
   }

   .collection-description p {
    font-size: 16px;
    line-height: 19px;
   }

   .busqueda-header {
    float: right;
    background-color: transparent!important;
   }


   /* Navbar Header */

#primary-nav .navigation li a {
      padding: 10px 10px;
    }

#primary-nav .navigation li ul li a  {
  padding: 10px 10px;
  background: #fafafa;
  line-height: normal;
  font-size: 14px;
}

    #primary-nav .navigation > li a {
      color: #38a4d6;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
    }

    #primary-nav .navigation > li a:hover {
      background: #38a4d6;
      color: #fff;
    }

    /* #primary-nav .navigation > li a:before {
     content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: -6px;
      left: 0;
      background-color: #000;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
    }
    
    #primary-nav .navigation > li a:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }*/


   /* item nav */

    .previous a, .next a {
      position: relative;
      color: #111;
      text-decoration: none;
    }

     .previous a:hover, .next a:hover {
      color: #666;
    }


   /* video home responsive */

    .youtube {
        width: 420px;
        height: 220px;
      }
     
    @media only screen and (min-width: 1171px) {
      .youtube {
        width: 620px;
        height: 348px;
      }
    }

    @media only screen and (min-width: 960px) and (max-width: 1170px) {
      .youtube {
        width: 520px;
        height: 290px;
      }
    }


    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .youtube {
        width: 760px;
        height: 450px;
      }
    }

    }
    @media only screen and (max-width: 767px) {
      .youtube {
        width: 620px!important;
        height: 348px;
      }
    }


/* lista de resultado paginado */

    .pagination > li > a, .pagination > li > span {
      line-height: 32px!important;
    }


/* destacados home */

#featured-item h2, #featured-exhibit h2, #featured-collection h2 {
  font-size: 16px;
  line-height: 19px;
}

#featured-item, #featured-exhibit, #featured-collection {
  border-radius: 6px;
}


.archivos {
  margin: 15px auto;
  padding: 10px 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  border-radius: 10px;
  display: block;
  clear: both;
  background: #FFF;
}

.archivos table tr td, .archivos table tr th
{
  text-align: center;
}

.archivos table tr .nombre
{
  text-align: left;
}

.archivos p {
  margin-top: 10px!important;
}

#simple-pages-breadcrumbs {
  font-size: 14px!important;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}



.btn-primary {
  color: #FFF!important;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .center-div {
    text-align: center!important;
    margin-top: 15px;
  }

  button,select {
    border: 1px solid #ccc!important;
    display: block!important;
    /*color: #111!important;*/
    font-size: 18px!important;
    /*height: 54px!important;*/
    padding: 6px 8px!important;
  }
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #111;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

label {
  /*display: flex;*/
  display: inline;
}

select {
  margin-bottom: 0.75em;
  color: #111;
  font-size: 16px;
 /* height: 54px;*/
  padding: 6px 8px;
  border: solid 1px #ccc;
}



/*Oculta elementos titulares Colecciones*/

.element-set h2 {
  display: none;
}

div#dublin-core-title.element h3 {
  display: none;
}

div#dublin-core-description.element h3 {
  display: none;
}

#dublin-core-title .element-text {
  display: none;
}


/*estilos carousel header index*/

.carousel-caption
{
  right: 15%;
  left: 50%;
}
.carousel-caption .titleCarousel
{
  color: white;
  font-size: 32px;
  margin: .67em 0;
  font-weight: 700;
}
.carousel-caption p
{
  font-size: 21px;
  margin-bottom: 10px;
}


.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    color: #FFF;

   margin-top: -10px;
  }
 .carousel-control .icon-prev,
 .carousel-control .fa-chevron-left {
    left: 50%;
    margin-left: -10px;
  }
 .carousel-control .icon-next,
 .carousel-control .fa-chevron-right {
   right: 50%;
    margin-right: -10px;
 }

@media screen and (min-width: 768px) {
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    font-size: 30px;
}
.carousel-control .fa-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
}
.carousel-control .fa-chevron-right,
.carousel-control .icon-next {
      margin-right: -10px;
   }



@media all and (max-width: 600px) {
  .hiddenSmallView {
    display: block;
  }
}

.item.hentry h2 span {
  font-weight: normal;
  /*color: #0066ad;*/
}
.item.hentry {
  padding: 1em 0;
}

.itemBrowseLeft .element-text, .itemBrowseLeft .element-text p, .itemBrowseLeft .element-text a, .itemBrowseLeft .element-text a:first-of-type
{
  font-size: 16px;
}

a
{
  font-weight: normal;
}


#fullWidth
{
  width: 100%;
  overflow:hidden;
}

#fullWidth.marginbottom
{
  margin-bottom: 40px;
}
#fullWidth .homeTitle
{
  font-size: 20px;
  text-align: left;
}
#fullWidth .acercade
{
  font-size: 16px;
  text-align: left;
  line-height: normal;
  border-top: 1px solid #ddd;
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
}
#fullWidth .homeTitle2
{
  font-size: 18px;
  margin-top: 5px;
  text-align: left;
}

#fullWidth .detalles {
  margin: 15px auto;
  padding: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
#fullWidth .detalles .homeTitle {
  line-height: normal;
  padding: 10px;
  min-height: 80px;
}
#fullWidth .detalles .homeTitle2 {
  line-height: normal;
  padding: 10px;
  min-height: 85px;
}

@media only screen and (max-width: 767px) {
  #fullWidth .detalles .homeTitle{
    margin: 10px 0;
  }

}

#busquedaHome
{
  position: relative;
}

.imagesCarousel
{
  max-width: inherit; 
  width: 100%;
  max-height: 376px!important;
}

.vermas
{
  text-align: center;
  background: #333;
  padding: 1px;
  border-radius: 1px;
  margin-top: 5px;
}
.vermas a
{
  color: white;
  display: block;
}
.acercade2
{
  text-align: center;
  background: #38a4d6;
  padding: 8px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.acercade2 a
{
  border: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: top;
  white-space: initial;
  word-break: initial;
  text-decoration: none;
  background-color: #38a4d6;
  font-size: 18px;
  border-radius: 6px;
  color: white;
  display: block;
}
.acercade3
{
  width: 373px;
  margin: 8px auto;
  clear: both;
}
.acercadeFlecha
{
  display: block;
  color: white;
  font-size: 14px;
  float: right;
  margin-top: 5px;
  cursor: pointer;
}
.acercadeFlecha2
{
  display: block;
  color: white;
  font-size: 14px;
  float: left;
  margin-top: 5px;
  cursor: pointer;
}
.homeImage img.image-responsive
{
  width: 100%!important;
}

.sort-linkLeft
{
  float: left;
  width: 500px;
}
.sort-linkLeft ul.navigation
{
  display: inline-block;
  margin: 0.75em 0 0.75em 10px;
}
.sort-linkLeft span.sort-label
{
  margin-top: 14px;
  float: left;
}
.sort-linkLeft ul li
{
  padding-left: 10px;
}

.titulo-browse ul li
{
  font-size: 24px;
}
.titulo-browse 
{
  text-align: left;
}


.columna1proy{
  float: left;
}

.columna2proy{
  margin: 0;
  float: right;
}



@media (min-width: 768px){
  .columna1proy{
    width: 16%;
  }

  .columna2proy{
    width: 84%;
  }
}


@media only screen and (min-width: 600px){
  .columna1proy{
    width: 25%;
  }

  .columna2proy{
    width: 75%;
  }
}