// JavaScript Document
function ponIdPlantilla(valor, imagen){
	document.getElementById('IdPlantilla').value=valor;
	document.getElementById('ImgIdPlantilla').src=imagen;
	// document.FormAfegirBD.IdPlantilla.value = valor;
}


function radioPlantilla(valor){
	document.getElementById('IdPlantilla').value=valor;
	alert ("Plantilla escogida"+valor);
}

