// JavaScript Document

function muestradiv(id){

	document.getElementById(id).style.display = "block";
	
	}
