#contenido.contacto {
	background-image:url(../images/contacto/fondo_contacto.gif);
	background-position:168px 83px;
	background-repeat:no-repeat;
}
#contenido #contacto {
	float:left;
	margin-top:185px;
	margin-left:55px;
}
#contenido #contacto p {
	width:315px;
	height:44px;
	margin-right:27px;
	float:left;	
}
#contenido #contacto p input {
	background-color:#f8f8fa;
	border:none;
	margin-top:13px;
	margin-left:98px;
	width:180px;
}
#contenido #contacto p.cNombre input {
	margin-top:14px;
}
#contenido #contacto p.cNombre {
	background-image:url(../images/contacto/campo_nombre.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#contenido #contacto p.cApellidos input {
	margin-left:104px;
	margin-top:13px;
}
#contenido #contacto p.cApellidos {
	background-image:url(../images/contacto/campo_apellidos.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#contenido #contacto p.cDireccion input {
	margin-left:95px;
	margin-top:14px;
}
#contenido #contacto p.cDireccion {
	background-image:url(../images/contacto/campo_direccion.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#contenido #contacto p.cLocalidad input {
	width:130px;
	margin-left:108px;
	margin-top:14px;
}
#contenido #contacto p.cLocalidad {
	background-image:url(../images/contacto/campo_localidad.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#contenido #contacto p.cProvincia input {
	width:155px;
	margin-left:97px;
	margin-top:12px;
}
#contenido #contacto p.cProvincia {
	background-image:url(../images/contacto/campo_provincia.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#contenido #contacto p.cCP input {
	width:105px;
	margin-left:110px;
	margin-top:10px;
}
#contenido #contacto p.cCP {
	background-image:url(../images/contacto/campo_cp.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#contenido #contacto p.cTelefono input {
	width:110px;
	margin-left:98px;
	margin-top:13px;
}
#contenido #contacto p.cTelefono {
	background-image:url(../images/contacto/campo_telefono.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#contenido #contacto p.cEmail input {
	width:130px;
	margin-left:90px;
	margin-top:13px;
}
#contenido #contacto p.cEmail {
	background-image:url(../images/contacto/campo_email.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#contenido #contacto p textarea {
	background-color:#f8f8fa;
	border:none;
	margin-top:25px;
	margin-left:103px;
	font-family:Tahoma;
	font-size:12px;
	width:340px;
	height:55px;
}
#contenido #contacto p.cComentario {
	background-image:url(../images/contacto/campo_comentario.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:564px;
	height:97px;
}
#contenido #contacto p.cPromos {
	background-image:url(../images/contacto/campo_promos.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	margin-left:92px;
	width:310px;
	height:32px;
}
#contenido #contacto p.cPromos img {
	padding-top:6px;
}
#contenido #contacto p.boton {
	background-image:url(../images/contacto/fondo_boton.gif);
	background-position:left top;
	background-repeat:no-repeat;
/*	margin:-15px 0 0 110px;*/
	width:141px;
	height:140px;
	position:absolute;
	bottom:10px;
	right:10px;
}
#contenido #contacto p.boton img {
	margin-top:39px;
	margin-left:27px;
}
#contenido p.mensaje {
	color:#004a8d;
	margin-top:148px;
	margin-left:355px;
	position:absolute;
	font-weight:bold;
	font-size:15px;
	top:0px;
	left:0px;
}
#contenido #contacto label.error {
	display:block;
	position:absolute;
	padding-top:8px;
	padding-left:5px;
	font-weight:bold;
	color:#e74342;
	z-index:100;
}