.formularioNew {
    float: left;
    width: 90%;
    border-radius: 10px;
    background-color: #ebebeb;
    padding: 40px 5%;
    margin: 20px 0px;
}
.formularioNew input,
.formularioNew textarea,
.formularioNew select {    
    border-radius: 6px;
    padding: 5px;
}

.formularioNew .ed_imagen {    
    border-radius: 10px;
    border: 1px solid #0A0D40;
    margin-bottom: 5px;
    height: 75px;
}

.formularioNew .oferta img {    
    border-radius: 10px;
    border: 1px solid #0A0D40;
}


.botonForm {    
    border-radius: 10px !important;
    padding: 5px 15px !important;
    background-color: #0A0D40;
    color: #fff;
    cursor: pointer;
}
.boton-inverso {
    border-radius: 10px !important;
    padding: 5px 20px !important;
    background-color: #fff;
    color: #0A0D40;
    border: 1px solid #0A0D40;
    cursor: pointer;
}
.oferta h3 {
    margin-top: 0px !important;
}
