
    .escriptoriBasic_login{
        position:absolute;
        left: 0px;
        width: calc(100% - 0px);
        height: calc(100% - 0px);
        background-color: #CCCCCC;
        overflow: hidden;
        display:block;
        }

        .escriptoriBasic_Client {
            position: absolute;
            top: 10px;
            left: calc(50% - 231px);
            width: 400px;
            border: 1px solid #000000;
            height: 150px;
            background-color: #CCCCCC;
    		border-radius: 10px;
            text-align: center;
            overflow: hidden;
            z-index:20;
            }

            .escriptoriBasic_Punt {
                width:14px;
                height: 14px;
                background-color: #999999;
                border-radius: 7px;
                overflow:hidden;
                z-index: 40;
                }
            .escriptoriBasic_TopRight {
                position:absolute;
                top: 5px;
                right: 5px;
                z-index: 40;
               }

            .escriptoriBasic_BottomLeft {
                position:absolute;
                bottom: 5px;
                left: 5px;
                }

            .escriptoriBasic_BottomRight {
                position:absolute;
                bottom: 5px;
                right: 5px;
                z-index: 40;
                }

            .escriptoriBasic_TopLeft {
                position:absolute;
                top: 5px;
                left: 5px;
                z-index: 40;
                }
    
            .escriptoriBasic_Logo {
                position:absolute;
                top: 0px;
                width: calc(100% - 20px);
                height:auto;
                padding: 10px;
                text-align: center;
                }
                .escriptoriBasic_Image {
                    max-width: calc(100% - 20px);
                    max-height: 90px;
                    }
             .escriptoriBasic_Nom {
                font-family: Consolas;
                font-size: 20px;
                color: #555555;
                position: absolute;
                bottom: 30px;
                font-weight: bold;
                width: 100%;
                height: 25px;
                text-align: center;
                }
             .escriptoriBasic_Telefon {
                font-family: Consolas;
                font-size: 16px;
                color: #555555;
                position: absolute;
                bottom: 10px;
                font-weight: bold;
                width: 100%;
                height: 16px;
                text-align: center;
                }

         .escriptoriBasic_Missatge {
            font-family: 'Poppins';
            font-size: 16px;
            position: absolute;
            top: 200px;
            left: calc(50% - 200px);
            width: 400px;
            height: auto;
            text-align: center;
            overflow: hidden;
            z-index: 40;
            }
         .escriptoriBasic_Desktop {
            font-family: Consolas;
            font-size: 14px;
            position: absolute;
            bottom: 0px;
            font-weight: normal;
            width: calc(100% - 0px);
            height: 1px;
            min-height: 180px;
            max-height: calc(100% - 270px);
            background-color: #000000;
            text-align: center;
            overflow: hidden;
             z-index:10
            }
         .escriptoriBasic_Wallpaper {
            font-family: Consolas;
            font-size: 14px;
            position: absolute;
            top: 0px;
            font-weight: normal;
            width: calc(100%);
            height: auto;
            text-align: center;
            overflow: hidden;
            z-index: 10
            }

