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


function selectPlantilla(valor){
	document.getElementById('IdPlantilla').value=valor;
	document.getElementById('Plantilla'+valor).className="SelPlantilla";
}
