/* formulario */
	label	{font-size:1.1em;}
	
	.zonaCampo	{margin-bottom:6px;}
	
	.campos,
	.campoNombre,
	.campoApe,
	.campoCP,
	.campoTelf,
	.campoMovil,
	.campoEmail	{border:solid 0.1em #b1c4d5; padding:0.1em 0.2em; margin:0em 0em 0.2em 1em; font-size:1em;}
	
	.campoNombre {width:40.1em;}
	.campoApe {width:39.4em;}
	.campoCP {width:37.2em;}
	.campoTelf {width:35.1em;}
	.campoMovil {width:41.4em;}
	.campoEmail {width:41.1em;}
		
	.camposMulti	{border:solid 0.1em #b1c4d5; padding:0.1em 0.2em; margin:0.5em 0em 0.2em 0px;}
	
	.zonaEnviar		{width:46.1em; text-align:right; margin-top:2em;}
	
	.btnEnviar		{border:solid 0px #ffffff; padding-right:28px; background:transparent url('../img/btnEnviar.gif') no-repeat right 0px; color:#191919; font-size:1em; line-height:2em; height:2em; width: auto; overflow: visible;}
	.btnEnviar:hover	{text-decoration:underline;}