function abrirnoticia(ventana) {
 window.open(ventana,'ventana_nueva',"toolbar=no,directories=no,menubar=0,scrollbars=yes,location=no,status=no,resizable=yes, height=349,width=540, top=100,left=100,");
}