.thumb_container{
    width: 20%;
    float: left;
    border: 1px solid black;
    height: 100%;
}

.thumb_container_last{
    clear: right;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.imgthumb{
    max-width:100%;
    height:auto;
    padding-top: 10px;
    margin: auto;    
    display: block;    
    vertical-align: middle;
    cursor: pointer;
}

.vertical{
    max-width:80%;
    height:auto;
}

.vertical20{
    max-width:20%;
    height:auto;
}
.vertical25{
    max-width:27%;
    height:auto;
}
.vertical30{
    max-width:35%;
    height:auto;
}

.vertical40{
    max-width:40%;
    height:auto;
}

.vertical60{
    max-width:60%;
    height:auto;
}

.vertical70{
    max-width:70%;
    height:auto;
}
.vertical75{
    max-width:75%;
    height:auto;
}
.vertical80{
    max-width:80%;
    height:auto;
}
.vertical90{
    max-width:90%;
    height:auto;
}

.vertical100{
    max-width:100%;
    height:auto;
}

h2{
    font-size: 4vw;
    font-weight: normal;
}

h3{
    font-size: 4vw;   
    font-weight: lighter;
}

h4{
    font-size: 1.2vw;   
    font-weight: bold;
}

h5{
    font-size: 1vw;   
    font-weight: normal;
}

h6{
    font-size: .75vw;   
    font-weight: normal;
}

h7{
    font-size: 2vw;   
    font-weight: lighter;
}

h8{
    font-size: .01vw;   
    font-weight: normal;
}

.destacado{
    font-size: 1.3vw;
    font-weight: lighter;
    padding-top: 15%;
}

.firma{
    font-size: 1.1vw;
}

.medio{
    font-size: 1.1vw;
    font-weight: lighter;
}

hr{
    border-top: 1px solid; 
}

#info_foto{
    text-align: center;
   /* height: 100%;*/
}

.text{
    font-size: 16px;
}

.section{
    border-bottom: 1px solid black;
}
.light{
    font-size: 4vw;   
    font-weight: lighter;
}

.regular{
    font-size: 4vw;
    font-weight: regular;
}

.bold{
    font-weight: bold;
}

.epigrafe{
    border-top: solid 1px black;
}

.spacer{
    font-size: .1px;
    height: 10%;
}

.intro{
    background-image: url("../img/DM2296.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    height: 95%;
}

#gallery{
    display: none;
    width: 100%;
    height: 100%;
    z-index:24;
    position: absolute;
    background-color: white;
}

.data_obra{
    top: 50%;
    vertical-align: bottom;


}

#nav_gallery{
    width: 100%;
    font-size: 30px;
}

#nav_gal_left{
    float: left;
    width: 5%;
    cursor: pointer;
}

#nav_gal_center{
    float: left;
    width: 90%;
}

#nav_gal_right{
    float: left;
    text-align: right;
    width: 5%;
    cursor: pointer;
}

#cerrar{
    float: left;
    padding-top: 0%;
    font-weight: bolder;
    cursor: pointer;
}