#top-bar {

    padding-top: 5px;
    background: #FFFFFF;

}

#titulo {
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: 0rem;
    text-align: center;
}

#titulo h1 {
    font-size: 3.4rem;
    font-weight: 500;
    margin-bottom: 0.1rem;

}

#titulo h5 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0.1rem;

}

#treeview .me-1 {display: none;}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border: none;
}

body {
    font-family: 'Lora', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#navSuperior {
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
}

#navInferior {
    border-top: 1px solid #dcdcdc;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
    background: #FFFFFF;

}

#navSuperior .navbar-nav, #navInferior .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#navSuperior ul.navbar>li {
    text-decoration: none;
    list-style-type: none;
}

#navSuperior ul.navbar>li>a:hover, #navInferior ul.navbar-nav>li>a:hover, #nav ul.navbar-nav>li.sfHover>a {
    color: #999;
    text-decoration: none;
    list-style-type: none;
}

#navSuperior ul.navbar>li>a:hover, #navInferior ul.navbar-nav>li>a:hover, #nav ul.navbar-nav>li.sfHover>a {
    color: #696969;
    text-decoration: none;
    list-style-type: none;
}

#navSuperior ul.navbar>.active>a, #navInferior ul.navbar-nav>.active>a, #nav ul.menavbar-navnu>.active>a:hover {
    color: #999;
    text-decoration: none;
    list-style-type: none;
}

#navSuperior ul.navbar>.active>a, #navInferior ul.navbar-nav>.active>a, #nav ul.navbar-nav>.active>a:hover {
    color: #696969;
    text-decoration: none;
    list-style-type: none;
}

#navSuperior ul.navbar>li>a, #navInferior ul.navbar-nav>li>a {
    color: #000;
    text-decoration: none;
    list-style-type: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

#navSuperior ul li a, #navInferior ul li a, #menu-icon {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
}

#navSuperior ul li a {
    display: block;
    padding: 0 28px 0 20px;
    margin: 0;
    line-height: 60px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#navInferior ul li a {
    display: block;
    padding: 0 28px 0 20px;
    margin: 0;
    line-height: 60px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#navSuperior ul li.level1 a:after {
    width: 8px;
    height: 8px;
    background: #acacac;
    margin-top: 27px;
    margin-left: 20px;
    position: absolute;
    content: '';
}

a, .nav-link {

    color: #696969;

}

.nav-link:hover, .nav-link:focus {
    color: #999;
    text-decoration: none;
}

.atom-btn-secondary:hover, .atom-btn-secondary:focus {
    color: #696969;
    background-color: #999;
    border-color: #999;
}


.datalib h5 {
    font-size: 1rem;
    font-weight: 500;

}

.card h2 {

    font-size: 11pt;
    font-family: georgia, palatino, serif;
    font-weight: 600;
    outline: 0;
    vertical-align: baseline;
    text-shadow: 0 1px 0 #fff;
    color: #676767;
    padding-right: 20px;
    line-height: 1.7em;
}

.card div a {

    font-size: 10pt;
    font-family: georgia, palatino, serif;
    font-weight: 400;
    vertical-align: baseline;
    text-shadow: 0 1px 0 #fff;
    color: #676767;
}


#main-column h1 {
    font-family: 'Playfair Display', sans-serif;
    color: #676767;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.fb-page {}

/* Exposiciones */
.container_expo {
    max-width: 90%;
    margin: 5% auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.4);
}

.container_expo td {
    border: none;
}

.container_expo img {
    max-width: 60%;
}

.text-center {
    text-align: center;
    margin-bottom: 1em;
}

.lightbox-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.lightbox-gallery div > img {
    max-width: 100%;
    display: block;
}

.lightbox-gallery div {
    margin: 10px;
    flex-basis: 300px;
}

.lightbox-gallery_2 div {
    margin: 10px;
    flex-basis: 400px;
}

.lightbox-gallery_2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.lightbox-gallery_2 div > img {
    max-width: 100%;
    display: block;
}


@media only screen and (max-width: 480px) {
    .lightbox-gallery {
        flex-direction: column;
        align-items: center;
    }

    .lightbox > div {
        margin-bottom: 10px;
    }
}

/*Lighbox CSS*/
.lightbox {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    padding-top: 30px;
    box-sizing: border-box;
}

.lightbox img {
    display: block;
    margin: auto;
}

.lightbox .caption {
    margin: 15px auto;
    width: 50%;
    text-align: center;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 700;
    color: #eee;
}

.text-center2 {
    color: white;
    font-weight: bold;
    background-color: #000fa0;
    margin-top: 0px;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-center-trazos {
    color: white;
    font-weight: bold;
    background-color: #2b73b1;
    margin-top: 0px;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lightbox trazos-n > p {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 480px) {
    .datalib_rubrique a {
        font-size:10px;
    }
}

@media (max-width: 480px) {
    #footer-wrapper {
        display: flex;
        padding-right: 10px;
        padding-left: 5px;
    }



  ul.bibliografia {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
  }

  ul.bibliografia li {
    display: flex;
    align-items: baseline;
    margin: 0.6em 0;
  }

  .icono {
    margin-right: 0.4em;
    flex-shrink: 0;
  }

  .autor {
    margin-left: 0.4em;
    font-weight: normal;
    white-space: nowrap;
  }

  ul.bibliografia a {
    text-decoration: none;
  }

  ul.bibliografia a:hover {
    text-decoration: underline;
  }

