

function cambiarVideo(video){
	var htmlVideo = '<iframe width="450" height="300" src="http://www.youtube.com/v/' + video + '?version=3&feature=player_detailpage" frameborder="0" allowfullscreen></iframe>';
	$("div.videos_youtube").html(htmlVideo);
}


