@charset "UTF-8";
/* CSS Document */


label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
.formulario {
    display:block;
       width:510px;
    color: #666666;
    font-family:'Lato', sans-serif;
font-weight: 400;
}
form {
    margin:0 auto;
    width:400px;
}
 
input, textarea {
    width:400px;
    height:50px;
    background:#666666;
    border:2px solid #f6f6f6;
    padding:10px;
    margin-top:5px;
    font-size: 1em;
    color:#ffffff;
}
 
textarea {
    height:150px;
}
 
#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}
