label {
    display:block;
    margin-top:20px;

    letter-spacing:1px;
}

.formulario {
    display:block;
    margin:0 auto;
    width:510px;
    font-family: "Josefin Sans","calibri","arial";
	color: #E9E9E9;
	font-size: 18px;
	text-align : center;
	text-shadow: -3px 2px 2px #010101;
}
form {
    margin:0 auto;
    width:400px;
}
 
input, textarea {
    width:380px;
    height:10px;
    background:#FFFFFF;

    padding:8px;
    margin-top:5px;
    font-size:12px;
    color:#424242;
}
div.formulario_contacto {
    width:570px;
	height : 750px;
	background-image : url("imagenes/bg_form_plantillav3.png");
	background-repeat : no-repeat;
	padding-top: 20px;
	padding-left: 10px;
	margin-left : 49px;
}
div.select {
    width:200px;
	float: left;
	height : 87px;
}
 
textarea {
    height:70px;
}
 
#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}