function cambiaparam(data, data2){
	document.getElementById('cv').href=data;
	document.getElementById('obras').href=data2;
}