function mostrarNoticia(idNoticia) {
	
	$.modal('<iframe src="noticia.php?id=' + idNoticia + '" height="355" width="510" style="border:0; margin-left:0px; margin-top:0px;">',{
	closeHTML:"",
	containerCss:{
		backgroundColor:"#EDEDED",
		borderColor:"#0075C4",
		padding:0,
		height:360,
		width:510,
		position: ["10","50%"]
	},
	overlayClose:true
	});

}
