label {
display:block;
margin-top:20px;
letter-spacing:1px;
}
.formulario {
display:block;
margin:0 auto;
width:400px;
color: #666666;
font-family:Arial;
}
form {
margin:0 auto;
width:400px;
}

input, textarea {
width:380px;
height:27px;
background:#666666;
border:2px solid #f6f6f6;
padding:10px;
margin-top:5px;
font-size:10px;
color:#ffffff;
}

textarea {
height:150px;
}

#submit {
width:85px;
height:35px;
border:none;
margin-top:20px;
cursor:pointer;
}

div#micontacto {
	height: 50%;
	left: 0%;
	position: relative;
	top: 32%;
	width: 40%;
}

div#mimapa {
	height: 50%;
	left: 54%;
	position: absolute;
	top: 27%;
	width: 50%
}
