
#form{
 width: 470px;
 height: auto;
 margin: 0 auto;
 padding: 0 1%;
 box-shadow: 5px 5px 0 #AAA;
 border-radius: 5px;

}

/*body{ Estilo del texto
 font-family: "Open Sans", Arial, sans-serif;
 font-size: 14px;
 font-weight: 350;
 color: #333;
}*/

input{/*Anchura del formulario*/
 width: 98%;
}

input{/*Estilo de los campos*/
 width: 98%;
 height: 20px;


}


input{ /*Espacios*/
 width: 90%;
 height: 20px;
 font: 300 24px;
 margin: 5px 0 10px 0;
}


input[type=submit]{ /*Estilo del boton para enviar*/
 background-color:#E3AB32;
 height:30px;
 width:40%;
 margin-left:25%;
 border:none;
 font-weight:400;
 letter-spacing:2px;
 color:#FFFFFF;
 font: 300 24px;
 -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}



/*Estilos para texto en cajas*/

input::-webkit-input-placeholder {
  color:#666;
  font-size:12px;
}
input:-moz-placeholder {
  color:#666;
  font-size:12px;
}
input:-ms-input-placeholder {
  color:#666;
  font-size:12px;
}
input[placeholder] {
  color:#666;
  font-size:12px;
}


#seleccionar{ /*Estilo del boton*/
 width: 90%;
 height: 23px;
 font: 300 14px;
 margin: 5px 0 10px 0;
 color:#666;
 
}


textarea{ /*Espacios Comentaros*/
 width: 90%;
 height: 60px;
 font: 300 24px;
 margin: 5px 0 10px 0;
}

/*Estilos para texto en cajas*/

textarea::-webkit-input-placeholder {
  color:#666;
  font-size:18px;
}
textarea:-moz-placeholder {
  color:#666;
   font-size:18px
}
textarea:-ms-input-placeholder {
  color:#666;
   font-size:18px
}
textarea[placeholder] {
  color:#666;
   font-size:18px
}
