*{
    font-family:Arial, Helvetica, sans-serif;
}

#gen_direcciones{
    width:70%;
    margin-left: auto;
    margin-right: auto;
    margin-top:40px;
    margin-bottom:85px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-top:5px solid #93B041;

}

#contenedor{
    width: 90%;
    padding-top:30px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

#contenedor a{
    font-size: 12px;
    color: #E17A2F;
    text-decoration: none;

}

#contenedor a:hover{
    color:#E1932F;
}
#contenedor label{
    color:#93B041;
    font-size: 14.5px;
}

#direcciones .text{
    width: 500px;
    height: 30px;
}

#direcciones .num{
    width: 210px;
    height: 30px;
}

#direcciones select{
    width: 500px;
    height: 30px;
    font-size:14px;
}

#sec_desplegable1 p{
    font-size: 14px;
}

#datos input[type=text] {
    font-size: 14px;
}

#direcciones input[type=number] {
    -moz-appearance:textfield;
    width:210px;
    height: 30px;

  }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#add{
    font-size: 14px;
}
