
.contactForm {
	width:800px;
	padding:10px;
	margin:10px auto;
	
}

.contactForm ul {
	float:center;
	display: block;
	width:auto;
	margin:0;
	padding:0;
	list-style:none;
}

.contactForm ul li {
	float: left;
	width:450px;
	min-height:20px;
	height:auto !important;
	height:20px;
	margin-bottom:5px;
}

.contactForm label {
	float:center;
	margin-bottom:1px;
	width:150px;
	height:25px;
	margin-right:10px;
	line-height:20px;
}

.contactForm .txtFld {
	float:center;
	background: white; 
    border: 1px double #DDD; 
    border-radius: 5px; 
    box-shadow: 0 0 5px #333; 
    color: #666; 
    outline: none; 
	width:350px;
	height:25px;
	margin:0;
	padding:2px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.contactForm .txtAra {
	float:center;
	background: white; 
    border: 1px double #DDD; 
    border-radius: 5px; 
    box-shadow: 0 0 5px #333; 
    color: #666; 
    outline: none; 
	width:800px;
	height:100px;
	margin:0;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.contactForm .submit {
	float:center;
	width:100px;
	height:30px;
	margin:0;
}

.contactForm .formError {
	float:left;
	width:200px;
	height:16px;
	margin-left:190px;
	color:red;
}

.contactForm .formProgress {
	float:left;
}

#mapa { 
	width:490px; 
	height:400px; 
	float:left;


}