body {
    text-align: center;
    background-color: #bbbbbb; 
}
#portada,  #container { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}
#portada {
    max-width: 100%;
    /*opacity: 0;*/
}
#portada img {
    max-width: 100%;
    max-height: 95vh;
}
#container {
    /*display: block;*/
    opacity: 0;
    overflow: hidden;
    width: 98%;
    max-height: 90%;
    text-align: left;
    padding: 0px;
    max-width: 2000px;

    border-collapse: collapse;
    border-spacing: 0;
    border: 0px; 
    padding: 0px;

}
#container tr {
    /*display: block;*/
    max-height: 90%;
    overflow-y: scroll;
}
#container td {
   padding:0; margin:0;
}

#content_data, #info_data {
    height: auto;
    
}

#content, #info {
    vertical-align: top;
    position:relative;
}
#content.content4 {
    position:relative;
    vertical-align: middle !important;
    text-align: center;
}
.content1 {
    text-align: center;
}
#info, .fil_historia, #info_land {
    background-color: #FFF;
    width: 32%;
    text-align: center;
}
#info_land {
    display: none;
}
.peu_foto {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12%;
    border: 1px solid #000;
    border-radius: 15px;
    text-align: left;
    width: 79.9%;
    padding: 10px 8px;
}
.fil_historia, .fil_historia img {
    width: 100%;
}
.fil_historia {
    position: absolute;
    bottom: 0;
}
.efados {
    margin-top: 10.7%;
    margin-left: auto;
    margin-right: auto;
}
.efados img{
    width: 29.6%;
}
.descripcio_cole {
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.5%; 
    width: 63%;
}


#content {
    width: 68%;
    background-color: #FFF;
}
.imgContent {
    width: 100%;
    max-height: 50%;
}
.imgContent_v {
    width: auto;
    max-width: 100%;
    height: 90vh;
    margin-left: auto;
    margin-right: auto;
}

.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll !important;
}

#frameContent {
    border: 0px;
    border-left: 1px solid #777;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; 
    top: 0;
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll !important;
}

.veure_totes {
    padding: 5px;
    margin-top: 10px;
}

.no_portada {
    background-color: #FFFFFF;
}

             
@media all and (orientation:portrait) {
    body {
        margin: 0px;
    }
    .aspect-ratio {
        height: 70vh;
    }
    #frameContent {
        border-left: 0px;
        border-bottom: 1px solid #777;
        height: 70vh;
    }
    #container, #content, .imgContent_v, #info_land {
        width: 100%;
        height: auto;
    }
    #container {
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
        -ms-transform: none; /* IE 9 */
        -webkit-transform: none; /* Chrome, Safari, Opera */
    }
    
    #content_data {
        display: block;
        overflow: scroll;
        max-height: 50%;
    }

    #info_land {
        display: table-cell;
    }
    #info {
        display: none;
    }
    .fil_historia {
        margin-top: 5%;
        position: relative;
    }

    #ampliar {
        margin-top: 2.5%;
    }
    #ampliar img {
        width: 30%;
    }

    audio {
        margin-top: 5%;
    }

}
 
@media all and (orientation: landscape) {
    #container {
        border-radius: 5px;
    }
    #content .peu_foto {
        display: none;
    }
}

#audio_list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12%;
}
audio {
    width: 80%;
}