/*  CSS Document */

    .win_Contingut {
        font-family: Roboto;
        font-size: 1vw;
        position: absolute;
        margin: 50px;
        padding: 10px;
        width: calc(100% - 130px);
        max-height: 500px;
        min-height: 300px;
        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;
        }

    .win_Sombra {
        background-color: #000000;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        z-index:9998;
        opacity: 0.7;
        }
    .win_Frame {
        font-family: Roboto;
        font-size: 12px;
        background-color: transparent;
        position: absolute;
        top: 60px;
        left: 0px;
        width: 100%;
        height: calc(100% - 60px);
        overflow: auto;
        }	
    .win_Control {
        position:absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        background-color: #001122;
        }
    .win_Button {
        position:absolute;
        top: 30px;
        left: 0px;
        width: 100%;
        height: 30px;
        background-color: #001122;
        display: block;
        }
    .win_Btn {
        font-family: Roboto;
        font-size: 11px;
        position:relative;
        float:left;
        background-color: #CCCCCC;
        margin: 2px;
        padding-left: 10px;
        padding-right: 10px;
        width: 80px;
        height: 20px;
        border: 1px solid #969696;
        -moz-border-radius: 4px; 
        -webkit-border-radius: 4px;
        border-radius: 4px; 
        text-align: center;
        cursor: pointer;
        display:none;
        }
     .win_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;
        }
    .win_Close {
        font-family: Roboto;
        font-size: 15px;
        position:absolute;
        color: #ECEDF1;
        bottom: 5px;
        right: 20px;
        width: 60px;
        text-align: right;
        overflow: hidden;
        cursor:pointer;
        }
    .win_Close:hover {
        color: #F75847;
        }


