    /* CSS Document */

    .imatge_Contingut {
        font-family: Roboto;
        font-size: 1vw;
        position: absolute;
        padding: 10px;
        left: 25px;
        left: calc(50% - 410px);
        top: calc(50% - 310px);
        width: 800px;
        height: 600px;
        background-color: #ECEDF1;
        border: 5px solid #FFFFFF;
        -moz-border-radius: 25px; 
        -webkit-border-radius: 25px; 
        border-radius: 25px; 
        display: block;
        overflow:hidden;
        z-index: 10000;
        }        

    .imatge_Sombra {
        background-color: #3B3D41;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        z-index:9999;
        opacity: 0.7;
        }
    .imatge_Frame {
        font-family: Roboto;
        font-size: 12px;
        background-color: transparent;
        position: absolute;
        top: 60px;
        left: 0px;
        width: 100%;
        height: calc(100% - 60px);
        text-align: center;
        overflow: hidden;
        }	
    .imatge_Control {
        position:absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        background-color: #001122;
        }
    .imatge_Titol {
        font-family: Roboto;
        font-size: 18px;
        font-variant: small-caps;
        color: #ECEDF1;
        position:absolute;
        width: calc(100% - 40px);
        font-weight: bold;
        top: 0px;
        left: 0px;
        padding: 4px 20px 0px 20px;
        height: 30px;
        text-align:center;
        }
    .imatge_Close {
        font-family: Roboto;
        font-size: 15px;
        position:absolute;
        color: #ECEDF1;
        bottom: 5px;
        right: 20px;
        width: 60px;
        text-align: right;
        overflow: hidden;
        cursor:pointer;
        }
    .imatge_Close:hover {
        color: #F75847;
        }

