html, body {margin: 0px;padding: 0px;width: 100%;height: 100%;}body {position: relative;min-height: 100%;margin: 0px;}img {border: 0px;}a {outline: none;}
.wrapper {position: relative;width: 100%;min-height: 100%;margin: 0px auto;}
.wrapper .wrapper-empty {}
.footer-wrapper {position: relative;z-index: 1;}
.wrapper-1000 {width: 1000px;margin: 0 auto;}.reset-list {margin: 0;padding: 0;list-style-type: none;}
.wrapper-960 {width: 960px;margin: 0 auto;}
.wrapper-980 {width: 980px;margin: 0 auto;}

.fenix {width: 500px;margin: 0 auto;}.fenix .logo {width: 75px;height: 86px;margin: 0 auto;}
.fenix .logo a {display: block;width: 75px;height: 86px;text-decoration: none;}
.fenix .copyright {width: 380px;margin: 0 auto;}
.fenix .copyright,.fenix .copyright a {text-align: center;}
.fenix:hover .logo {background-position: bottom;}
.fenix .logo {background: url('../images/fenix.png');}
.fenix:hover .logo {background-position: bottom;}

.wrapper-empty {
    height: 35px;
}
.footer-wrapper {
    height: 35px;
    margin-top: -35px;
}

 

.loading {
    display: none;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100px;
    height: 20px;
    margin-left: -50px;
    background: white;
    border: 1px solid #b0b0b0;
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    box-shadow: 0 0px 3px rgba(0, 0, 0, .50);
}
