#header.alt {
    animation: 0s ease 0s normal none 1 none;
    background: none repeat scroll 0% 0% #D6D497;
    box-shadow: none;
    color: #FFF;
    padding: 0.7em 2.5em 0.3em 2.5em;
    position: fixed;
}
h4 {
    font-weight: 500;
}
.content ul {
    list-style: initial;
}
p {
    margin: 0px 0px 0.5em;
}

#zoom {
    width: 100%;
    height: auto;
}

.cont-galeria {
    width: 20em;
}

.cont-galeria img {
    width:160px;
    height:160px;
    cursor: pointer;
}
.cont-galeria li {
    float: left;
    overflow: hidden;
    text-align: center;
    margin: 15px;
}

.cont-galeria li img{
    position: relative;
}