#global {
    background: #ffffff url(/images/template/bgd_global_methodo.jpg) center top no-repeat;
    max-width: 100%;
    min-width: 0;
}

#static-page {
    width: 1200px;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#static-page .linkBack {
    margin: 11px 30px 0 30px;
}

#static-page .linkBack a {
    color: #858687;
    background: url(/images/template/bgd_link_back.png) left 3px no-repeat;
    padding: 0 0 0 10px
}

#page-content {
    width: 1140px;
    max-width: 100%;
    min-height: 380px;
    padding: 15px 30px 30px 30px;
    background: #FFF;
}

#static-page a {
    color: #3F3F3F;
    text-decoration: underline
}

#static-page a:hover {
    text-decoration: none
}

#static-page h1 {
    font-size: 30px;
    font-family: VAGRoundedLTCom-Black;
    padding: 0 0 5px 0;
    color: #0070c9;
    margin: 20px 30px 20px 30px
}

#static-page h2 {
    color: #0070c9;
    font-size: 20px;
    font-family: VAGRoundedLTCom-Light;
    padding: 10px 0 5px 0
}

#static-page h3 {
    color: #005ab5;
    font-size: 14px;
    font-family: VAGRoundedLTCom-Bold;
    line-height: 20px;
    margin-bottom: 8px;
}

#static-page li {
    list-style: initial;
    margin-left: 20px;
}

footer {
    background: #005ab5;
}

footer a {
    color: #ffffff;
}