body{
    background-color: rgb(196, 248, 194);
}

#datos_personales input,select{
    margin-top: 20px;

}

fieldset{
    width: 700px;
    margin: auto;
    margin-top: 10px;
    background-color: rgb(149, 233, 145);
}
#enviar{
    width: 700px;
    height: 40px;
    color: white;
    font-size: x-large;
    background-color: rgb(149, 233, 145);
    border: 1px solid gainsboro;
}
#ajuste{
    background-color: rgb(196, 248, 194);
    border: 0;
}
