/* CSS Document */
body {
    margin: 0;
    padding: 0;
}

/*Titles*/
@font-face {
    font-family: 'bamtangalpacaferozfajaditaRg';
    src: url('../images/ui_fonts/bamtang_alpaca_feroz_fajadita-webfont.eot');
    src: local('☺'), url('../images/ui_fonts/bamtang_alpaca_feroz_fajadita-webfont.woff') format('woff'), url('../images/ui_fonts/bamtang_alpaca_feroz_fajadita-webfont.ttf') format('truetype'), url('../images/ui_fonts/bamtang_alpaca_feroz_fajadita-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Buttons_numbers*/
@font-face {
    font-family: 'bamtangalpacaferozfajaditaRg';
    src: url('../images/ui_fonts/bamtang_alpaca_feroz_fajadita-webfont.eot');
    src: local('☺'), url('../images/ui_fonts/bamtang_alpaca_feroz_fajadita-webfont.woff') format('woff'), url('../images/ui_fonts/bamtang_alpaca_feroz_fajadita-webfont.ttf') format('truetype'), url('../images/ui_fonts/bamtang_alpaca_feroz_fajadita-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Info*/
@font-face {
    font-family: 'bamtangllamagenialgordisXBd';
    src: url('../images/ui_fonts/bamtang_llama_genial_gordis-webfont.eot');
    src: local('☺'), url('../images/ui_fonts/bamtang_llama_genial_gordis-webfont.woff') format('woff'), url('../images/ui_fonts/bamtang_llama_genial_gordis-webfont.ttf') format('truetype'), url('../images/ui_fonts/bamtang_llama_genial_gordis-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-----------------------------------------------------------------------------*/
/*Container*/
.ui_general_container {
    top: 0;
    left: 0;
    width: 750px;
    height: 500px;
    position: relative;
}

/*-----------------------------------------------------------------------------*/
/*Screen Background*/
.ui_general_screen_bg {
    top: 0;
    left: 0;
    width: 750px;
    height: 500px;
    background: url(../images/ui_images/common/gui_common_background.jpg);
}
/*Title*/
.ui_general_screen_title {
    position: absolute;
    left: 118px;
    top: 28px;
    width: 259px;
    height: 43px;
    color: #ffffff;
    font-family: 'bamtangalpacaferozfajaditaRg';
    font-size: 28px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-smooth: always;
    padding-top: 5px;
}

/*-----------------------------------------------------------------------------*/
/*Popup background*/
.ui_general_popup_bg {
    top: 0;
    left: 0;
    width: 750px;
    height: 500px;
    background: #130044;
    opacity: 0.9;
}

.ui_general_popup_support {
    position: absolute;
    top: 60px;
    left: 194px;
    width: 366px;
    height: 361px;
    background: url(../images/ui_images/popups/gui_popups_panel.png) no-repeat right top;
}
/*Popup title*/
.ui_general_popup_title {
    position: absolute;
    left: 116px;
    top: 39px;
    width: 500px;
    height: 96px;
    z-index: 2;
    color: #ffffff;
    font-family: 'bamtangalpacaferozfajaditaRg';
    font-size: 34px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-smooth: always;
}

/*-----------------------------------------------------------------------------*/
/*Button Back*/
/*FATHER*/
.ui_general_button_back {
    position: absolute;
    top: 224px;
    left: 24px;
    width: 76px;
    height: 77px;
    background: url(../images/ui_images/buttons/gui_buttons_icons03.png) no-repeat right top;
    cursor: pointer;
}
    /*CHILDREN*/
    .ui_general_button_back.b1 {
        background-position: 0px 0px;
    }

        .ui_general_button_back.b1:hover {
            background-position: -76px 0px;
        }
/*-----------------------------------------------------------------------------*/
/*Button Next*/
.ui_general_button_next {
    position: absolute;
    top: 195px;
    left: 629px;
    width: 120px;
    height: 119px;
    background: url(../images/ui_images/buttons/gui_buttons_icons04.png) no-repeat right top;
    cursor: pointer;
}
    /*CHILDREN*/
    .ui_general_button_next.b1 {
        background-position: -480px 0px;
    }

        .ui_general_button_next.b1:hover {
            background-position: -600px 0px;
        }
/*-----------------------------------------------------------------------------*/
/*skip*/
.ui_general_button_skip {
    position: absolute;
    left: 659px;
    top: 28px;
    width: 60px;
    height: 62px;
    background: url(../images/ui_images/buttons/gui_buttons_icons01.png) no-repeat right top;
    cursor: pointer;
}
    /*CHILDREN*/
    .ui_general_button_skip.b1 {
        background-position: -60px 0px;
    }

        .ui_general_button_skip.b1:hover {
            background-position: 0px 0px;
        }
