form { 
	padding-top: 10px; 
}
 
.label { 
	clear:both;
	display: block; 
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0060b6;
	text-decoration:none;
}

.campo { 
	width:530px;
}

.cp { 
	width:60px;
}

.poblacion { 
	width:228px;			
}
 
.email { 
	width:295px;
}
.campo, .cp, .poblacion, .email  {
	height: 20px; 
	margin-bottom: 10px; 
	background-color:#eef3fa;
	border: 1px solid #d2d4d8;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.area { 
	width:530px;
	margin-bottom: 10px; 
	background-color:#eef3fa;
	border: 1px solid #d2d4d8;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

#boton_enviar { 
	width: 60px; 
	height: 20px; 
	margin-left: 250px; 
	background-color:#d2d4d8;
	border: none; 
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0060b6;
}
