.a123 .cont-buscador .cont-boton button {
    background-color: #fdf004;
    color: #000 !important;
    border: 1px solid #fdf004 !important;
    border-radius: 3px !important;
    width: 100%;
    font-size: 16px !important;
    line-height: 43px;
    text-transform: uppercase;
    float: right;
    padding: 0;
}
.a123 .cont-buscador .cont-boton button:hover {
    background-color: #010080;
    border: 1px solid #010080 !important;
  color: #fff !important;
}
.bg-odd-even:nth-child(odd) {
    background-color: #fff;
}
/*logo reducido*/
.a112 .menu .contLogo img {
    max-width: 220px;
}
/*logo reducido movil*/
@media (max-width: 767px)
.a112 .menu .contLogo img {
    max-width: 200px;
}

