.divRow {
    max-width: 1140px;
    margin: 0 auto;
    line-height: 25px;
}

.logoimg {
    position: relative;
    height: 30px;
}

.backcolor {
    height: 60px;
    background-color: #17a54d;
}

.logoHome {
    background: url(../../img/inicio/banco-azteca-logo.png) no-repeat;
    background-size: contain;
    width: 200px;
    height: 34px;
    position: absolute;
    top: 15px;
    left: 10px;
    display: block;
}

.backColor {
    background-color: #fff;
    padding: 40px;
    text-align: justify;
}

.centrarText {
    text-align: center;
    color: rgb(23, 165, 77);
}

.marginBody {
    margin: 0px;
}

.spacioh3 {
    letter-spacing: 5px;
}

.underline {
    text-decoration: underline;
    font-weight: bolder;
}

.cursivaLetra {
    font-style: italic;
}

ul li a.btn_blanco {
    color: #555;
    padding: 0px 12px 10px;
    background-color: #fff;
    display: block;
    font-size: 16px;
    line-height: 25px;
    border-bottom: solid 3px #fff;
    text-decoration: none;
}

ul li a.btn_blanco:hover {
    color: #43B02A;
    border-color: #43B02A;
}

.fotterColor {
    background-color: #53565A;
    height: 25vh;
}

.logo-blanco {
    float: left;
    position: relative;
    bottom: 10px;
}

.colorText {
    color: rgb(23, 165, 77);
}

.subrayaBoldText {
    font-weight: bold;
    text-decoration: underline;
}

.footerText {
    text-align: right;
    font-style: oblique;
}

.float-left {
    float: left  !important;
}

.float-right-none {
    float: right;
    list-style: none;
}

.width-100 {
    width: 100%;
    display: flex;
}

.width-32 {
    width: 32%;
}

.width-30 {
    width: 30%;
}

.display-inline {
    display: inline-block;
    width: 75%;
    border-bottom: 1px solid #000;
}

.display-block {
    display: inline-block;
}

.display-bottom-10 {
    display: inline-block;
    padding-left: 35px;
    position: relative;
    bottom: 10px;
}

.margin-fff {
    margin-top: 10px;
    position: relative;
    top: -10px;
    color: #fff;
}

.margin-10 {
    margin-top: 10px;
    top: -10px;
    width: 215px;
    height: 30px;
}

.width-auto {
    width: auto;
    height: auto;
}

.background-fff {
    background-color: #fff;
}

.position-53565A {
    position: relative;
    top: 50px;
    background-color: #53565A
}