label {
display:block;
margin-top:30px;
letter-spacing:1px;
}
.formulario {
display:block;
margin-left:50px;
width:522px;
color: #fff;
font-family:Arial;
padding-left: 50px;
}
form {
margin:0 auto;
width:400px;
}

input, textarea {
width:380px;
height:15px;
background:#fff;
border:2px solid #f6f6f6;
padding:8px;
margin-top:5px;
font-size:12px;
color:#000000;
}

textarea {
height:150px;
}

#submit {
width:85px;
height:35px;
border:none;
margin:20px 0 0 158px;
cursor:pointer;
background:#99c5d6;
}

#flecha_questions {
width: 8px;
height: 16px;
background-image: url("../../imagenes/flecha_specific.png");
float: right;
position: relative;
top: -26px;
right: -20px;
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
