body {
    background: url("../img/img_fondo.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.error {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: red;
}

.content-wrapper {
    min-height: 100%;
    background-color: transparent;
    z-index: 800;
}

.right-side {
    min-height: 100%;
    background-color: transparent;
    z-index: 800;
}

.nav>.active>a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}

.skin-blue .main-header .logo {
    background-color: transparent;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.ajaxLoader {
    width: 80px;
    height: 24px;
    background: #000000 url("../img/ajax-loader.gif") 25px 16px no-repeat;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    padding-top: 56px;
}

.ajaxLoaderfunc {
    width: 80px;
    height: 24px;
    background: #000000 url("../img/ajax-loader.gif") 25px 16px no-repeat;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    padding-top: 56px;
}

.ajaxLoaderfuncini {
    margin-top: 100px;
    width: 80px;
    height: 24px;
    background: #000000 url("../img/ajax-loader.gif") 25px 16px no-repeat;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding-top: 56px;
}