select {  
  background: #ff3200;  
  font-size: 18px;  
  color:#fff;
  padding: 8px 25px;
  font-family: 'Convergence', sans-serif;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  width: 100%;
}
form {  
    margin: 20px 20%;  
    width: 60%;  
}  
label {  
    display:block;  
    margin: 5px auto 5px auto;  
    letter-spacing:1px;
}  
input, textarea {  
    width: 100%;  
    height: 36px;  
    background:#fff;  
    border: 3px solid #aaa;  
    padding: 10px;  
    margin: 5px auto 5px auto;  
    font-size: 18px;  
    color:#555;
    border-radius: 8px;
}  
textarea {  
    height:100px;  
}  
#submit {  
  width:100%;  
  height:40px;  
  margin-top: 0px;  
  cursor:pointer;  
  background-color: #ff3200;
  color:#fff;
  border-radius: 8px;
  border: none;
  font-weight: bold;
}
#submit:hover {  
  background-color: #f00;
  color:#fff;
} 
.formulario {  
    display:block;  
    margin:0 20%;  
    width:60%;  
    color: #000;  
    font-family:Arial;
} 






#boton {  
  height:40px; 
  margin: 0 auto; 
  padding: 6px 30px 6px 30px;
  cursor:pointer;  
  background-color: #000;
  color:#fff;
  border-radius: 8px;
  border: none;
  font-weight: bold;
  text-decoration: none;
  float: center;
}
#boton:hover {  
  background-color: #f00;
  color:#fff;
  text-decoration: none;
} 









