form {
	padding: 0px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
label {
	width: 130px;
	color: #000000;
	display: block;
	height: 20px;
	text-align: left;
	padding: 0px;
	line-height: 20px;
	margin: 0px;
}
textarea {
	width: 400px;
	margin: 0px;
	padding: 0px;
	text-indent: 2px;
	height: 150px;
	font-size: 1em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	border: 1px solid #666666;
}
textarea:focus {
	border: 1.2px solid #0078B5;
	background-color: #F4F5F7;
}
input {
	height: 14px;
	clear: left;
	margin: 0px;
	padding: 0px;
	width: 400px;
	text-indent: 2px;
	font-size: 1.1em;
	line-height: 1.2em;
	border: 1px solid #666666;
}
input:focus {
	border: 1.2px solid #0078B5;
	background-color: #F4F5F7;
}
input#localidad  {
	width: 220px;
	height: 14px;
}
input#provincia {
	width: 160px;
	height: 14px;
}
input#telef {
	width: 75px;
	height: 14px;
}
input#email {
	width: 305px;
	margin: 0px;
	padding: 0px;
	height: 14px;
}
input#enviar {
	background-color: #0078B5;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BFEBFF;
	border-right-color: #003D59;
	border-bottom-color: #003D59;
	border-left-color: #BFEBFF;
	height: 16px;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
input#adjun {
	text-decoration: none;
	height: 18px;
	width: 250px;
	border: 1px solid #666666;
}
p#locali {
	float: left;
	width: 220px;
}
p#provin {
	float: left;
	width: 100px;
}
p#telf  {
	float: left;
	width: 75px;
	clear: left;
}
p#mail {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 250px;
}
p#consul {
	clear: both;
}

p#examinar {
	clear: left;
}
p#examinar label {
	width: 250px;
}

