function borrarValue() {
	if(document.getElementById("tlf_contacto_c2c").value == "Introduzca su tel\u00e9fono")
		document.getElementById("tlf_contacto_c2c").value = "";
}

function borrarValue2() {
	if(document.getElementById("tlf_contacto_c2c").value == "")
		document.getElementById("tlf_contacto_c2c").value = "Introduzca su tel\u00e9fono";
}

