/* BACKGROUNDS
---------------------------------------- */
html { background: #fff url('../../img/common/bg-page-header-4.jpg') no-repeat center top; }
body { background: url('../../img/common/bg-page-footer-2.png') no-repeat center bottom; }



/* HEADINGS
---------------------------------------- */

h1.work {
    background-image: url('../../img/section/cliente/tit-progress.png');
    height: 23px;
}

#login-form h2 {
    float: left;
    width: 100%;
    background-image: url('../../img/section/cliente/tit-fill-form.png');
    height: 14px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #FFAD86;
}

#select h2 {
    float: left;
    width: 100%;
    background-image: url('../../img/section/cliente/tit-select.png');
    height: 14px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #FFAD86;
}



/* MAIN
---------------------------------------- */


#main > p {
    margin: 40px 0 50px;
}


/* LOGIN
---------------------------------------- */

#login-form {
    width: 224px;
    float: left;
}

#login-form a {
    float: left;
    color: #00BDB9;
    background: url('../../img/common/marker-1.png') no-repeat left center;
    padding: 8px 10px;
}

#login-form input {
    width: 216px;
}

#login-form input[type="image"] {
    float: right;
    width: auto;
    padding: 0;
    border: none;
    margin-left: 5px;
}


/* SELECT
---------------------------------------- */
#select {
    float: left;
    width: 400px;
    background: url('../../img/common/bg-arrow.png') no-repeat left center;
    margin: 0 0 0 60px;
    padding: 0 0 0 70px;
}

#select select {
    margin-top: 20px;
}



/* CUSTOM
---------------------------------------- */

#custom {
    margin: 50px 0;
    background: url('../../img/section/cliente/bg-custom.jpg') no-repeat right bottom;
    padding: 0 400px 0 0;
    height: 400px;
}

#custom h2 {
    background-image: url('../../img/section/cliente/tit-custom.png');
    height: 30px;
    margin-bottom: 40px;
}

#custom p {
    line-height: 18px;
    padding-bottom: 20px;
}

#custom a {
    width: 148px;
    height: 18px;
    background: url('../../img/section/cliente/bt-system.png');
    float: right;
}


/* MODAL */
.content_flash{
	width: 980px;
	height: 620px;
	background: #000;
}
.load { position: absolute; top: 50%; left: 50%; width: 88px; height: 78px; margin: -39px 0 0 -44px; z-index: 99999;}
.view_modal { left:50%; position:absolute; text-align:left; top:50%; z-index:99998; }
.bg_modal { background-color:#000000; left:0pt; position:absolute; top:0pt; z-index:99998; }
#modal { background: #000; color:#FFFFFF; }
