/*  CSS Document */

    .miss_Contingut {
        font-family: Roboto;
        font-size: 1vw;
        position: absolute;
        margin: 50px;
        padding: 10px;
        width: calc(100% - 130px);
        max-height: 300px;
        min-height: 200px;
        height: 50%;
        bottom: 0px;
        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;
        }        

    .miss_Sombra {
        background-color: #3B3D41;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        z-index:9999;
        opacity: 0.7;
        }
    .miss_Frame {
        font-family: Roboto;
        font-size: 12px;
        background-color: transparent;
        position: absolute;
        top: 30px;
        left: 0px;
        width: 100%;
        height: calc(100% - 30px);
        overflow: auto;
        }	
    .miss_Control {
        position:absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        background-color: #AE334A;
        }
    .miss_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;
        }
    .miss_Close {
        font-family: Roboto;
        font-size: 15px;
        position:absolute;
        color: #ECEDF1;
        bottom: 5px;
        right: 20px;
        width: 60px;
        text-align: right;
        overflow: hidden;
        cursor:pointer;
        }
    .miss_Close:hover {
        color: #F75847;
        }


