function abrir_shadowbox(titulo_sb,contenido_sb,ancho_sb,alto_sb){
    Shadowbox.open({
        player:     'html',
		type:       'iframe',
        title:      titulo_sb,
        content:    contenido_sb,
        width:      ancho_sb,
		height:     alto_sb
    });
}
