function vervideo(ruta_video)
 {
		document.getElementById("div_video").innerHTML="<iframe width='425' height='349' src='"+ ruta_video +"' frameborder='0' allowfullscreen></iframe>";
 }
 
