
img {
    border: 0;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: helvetica, arial;
    height: 100%;
}

#container {
    width: 900px;
    margin-left: 12px;
    margin-right: 12px;
}

#content{
    padding-top: 110px;
    display: none;
}

#head {
    font-weight: bold;
    float: left;
    font-size: 10px;
    padding-top: 12px;
    height: 86px;
    color: red;
    line-height: 12px;
}

#fixed{
    position: fixed;
    background-color: white;  
    width: 900px;
    z-index: 1;
}

#translate {
    float: right;
    line-height: 3px;
    font-weight: bold;
    font-size:10px;
    cursor: pointer;
    color: #999999;
    margin-top: 17px;
}

.tripla {
    height: 192px;
    margin-bottom: 36px;
}

.item {
    float: left;
    cursor: pointer;
}

#fotos{
    float: left;
    width: 900px;
    font-size: 10px;
    font-weight: bold;
    color: #999999;     
    height: 600px;
    margin-bottom: 40px;
    display: none;
}

#footer{
    text-align: left;
    font-size:10px;
    color: #999999; 
    padding: 8px 0px 8px 0px;
    font-weight: bold;
    clear: both;
}

#foto-info{
    float: left;
    margin-top: 8px;
}

#foto{
    cursor:e-resize;
    margin-top: 30px;
}


.foto-size{
    height: 600px;
    width: 900px;
}

#menu {
    width:900px;
    color: #999999;
    font-size:10px;
    height: 40px;
    margin-top: 70px;
    font-weight: bold;
    position: fixed;  
    background-color: white;
    z-index: 1;
}

#menu-foto{
    float: left; 
    margin-right: 102px;
    margin-top: 10px;
    height: 20px;
}

p.bold{
    font-weight: bold;
}

.img-margin {
    margin-right: 12px;
}

p.title {
    line-height: 2px;
    font-size: 10px;
    font-weight: bold;
    color: #999999;
    width: 292px;
    margin: 0;
}

.small{
    margin-top: 2px;
    margin-bottom: 8px;
}

#sobre{
    padding-right: 12px;
    padding-left: 164px;
    width: 292px;
    color: black;
    font-weight:bold;
    font-size: 12px;
    float:left;
}

#creditos{
    padding-right: 30px;
    margin-top: 18px;    
    color: black;
    float: left;
    width: 292px;
    font-size: 10px;
    line-height: 2px;

}

a {
    color: red;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}


#info{    
    color: red;
    font-size: 10px;
    font-weight: bold;
    float: left;
    line-height: 12px;
}
p.info{
    height: 4px;
}
.info-title{
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
}
.info-credits{
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 28px;
    line-height: normal;
}
#logo{
    margin-right: 20px;
}

.hover {
    cursor: pointer;
}
.singleHover {
    cursor: pointer;
}

.redHover{
    color: red;
    font-weight: bold;
}

@media (max-width: 900px) {
    #container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
        padding: 0 8px;
    }

    #fixed {
        width: 100%;
    }

    #head {
        height: auto;
        padding-bottom: 8px;
    }

    #logo {
        max-width: 120px;
        height: auto;
    }

    #logo-mam {
        max-width: 80px;
        height: auto;
    }

    #info {
        padding-left: 8px;
    }

    .tripla {
        height: auto;
        margin-bottom: 12px;
    }

    .item {
        float: none;
        display: block;
        margin-bottom: 12px;
    }

    .item img {
        max-width: 100%;
        height: auto;
        margin-right: 0 !important;
    }

    p.title {
        width: 100%;
    }

    #inside {
        padding-top: 120px;
    }

    #menu {
        width: 100%;
        margin-top: 0;
        top: 0;
        box-sizing: border-box;
        padding: 4px;
        height: auto;
    }

    #content {
        padding-top: 80px;
    }

    #fotos {
        width: 100%;
        height: auto;
        min-height: 200px;
    }

    #foto img {
        max-width: 100%;
        height: auto;
    }

    #sobre {
        float: none;
        padding-left: 8px;
        padding-right: 8px;
        width: auto;
    }

    #creditos {
        float: none;
        padding-right: 8px;
        width: auto;
        line-height: normal;
    }
}