.a131 .navwidth {
    //width: auto;
    background-color: #fff;
}
.bg-odd-even:nth-child(odd) {
    background-color: #c2c2c200;
}
.a128 .titulo-general {
    //line-height: normal;
    color: #db3028;
    //margin-bottom: 40px;
    //margin-top: 0;
    //float: left;
    //font-weight: 100;
    //font-size: 100px;
    //text-transform: none;
    //letter-spacing: normal;
    //padding-left: 65px;
}
.a128 .todos .boton {
    padding: 10px 18px;
    border: 2px solid #db3028;
    color: #db3028;
    border-radius: 22px;
    display: inline-block;
}
.a128 .todos .boton:hover {
    background-color: #fff;
    color: #3d3a35;
}
.a137 .cont-titulo h1 {
    color: #fff;
    font-size: 34px;
    margin-top: 28px;
    margin-bottom: 24px;
    font-weight: bold;
    text-transform: none;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.a150 .cont-datos .titulo {
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    display: block;
    margin-bottom: 4px;
    color: #3d3a35;
}
.a150 .cont-datos p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #db3028;
}
.a150 .cont-datos a {
    color: #db3028;
}